Changelog:
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.
------------------------------------------------------------------------
r45382 | compyx | 2024-11-29 16:54:40 +0000 (Fri, 29 Nov 2024) | 1 line
Silence -Wshorten-64-to-32 warning
------------------------------------------------------------------------