r45390 | compyx | 2024-12-05 09:42:26 +0000 (Thu, 05 Dec 2024) | 7 lines
Windows: copy dependencies of the GdkPixbuf SVG loader into bindist
Since the SVG loader is dynamically loaded by GdkPixbuf, the `ntldd` call on
an emulator executable won't pick it up, we need explicitly get the deps of
the SVG loader and copy them into the bindist as well.
Should fix bug #2081, please test once the bindist is built on Github.
------------------------------------------------------------------------
r45388 | gpz | 2024-12-03 23:18:48 +0000 (Tue, 03 Dec 2024) | 1 line
document the absence of operator precedence in the monitor parser, add some related comment(s)
------------------------------------------------------------------------
r45386 | rhialto | 2024-12-03 23:03:15 +0000 (Tue, 03 Dec 2024) | 6 lines
Set the gravity of the main and the monitor windows,
so that gtk doesn't over-compensate for the window's border width when
saving/restoring its position.
------------------------------------------------------------------------
r45384 | gpz | 2024-11-29 23:26:56 +0000 (Fri, 29 Nov 2024) | 1 line
disable debug
------------------------------------------------------------------------
r45383 | rhialto | 2024-11-29 20:41:07 +0000 (Fri, 29 Nov 2024) | 5 lines
Call gfxoutput_init_ffmpegexe() after gfxoutput_init_ffmpeg() instead of before.
The former uses ffmpegdrv_formatlist which is initialized by the latter,
so if both are present, the latter one needs to be called first.
------------------------------------------------------------------------