Skip to content

r45454 OpenSUSE TumbleWeed

Compare
Choose a tag to compare
@Zibri Zibri released this 09 Jan 22:16
d569312

Changelog:

r45454 | gpz | 2025-01-09 21:09:29 +0000 (Thu, 09 Jan 2025) | 1 line

properly check return value of lib_mvsprintf, print an error and return if NULL. should fix #2112
------------------------------------------------------------------------
r45453 | compyx | 2025-01-08 13:26:45 +0000 (Wed, 08 Jan 2025) | 4 lines

SDL: Add toggle buttons for "StartMinimized" and "StartMaximized" resources

Add toggle buttons to start the emulator minimized or maximized to the "Video settings" submenu.

------------------------------------------------------------------------
r45452 | compyx | 2025-01-07 16:45:34 +0000 (Tue, 07 Jan 2025) | 7 lines

SDL: Add -maximized to SDL2 UI

Add command line options [-+]maxnimized to SDL UI (2.x only, 1.x doesn't have
any function or flag to properly maximize a window).
No menu item to toggle "StartMaximized", there isn't one for "StartMinimized"
either.

------------------------------------------------------------------------
r45451 | pottendo | 2025-01-06 19:15:38 +0000 (Mon, 06 Jan 2025) | 1 line

disable local certificate lookup
------------------------------------------------------------------------
r45450 | compyx | 2025-01-05 09:23:13 +0000 (Sun, 05 Jan 2025) | 7 lines

Gtk3: add option to start with maximized window (-maximized)

Add resource "StartMaximized" and command line options `-maximized`/`+maximized`
to start the emulator window maximized. The setting can be changed in the
settings dialog: Display => Host Display.
Implementation for the SDL UI will follow soon.

------------------------------------------------------------------------