summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/mac/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* -osd: Update slider list on demand rather than on frame updated (fixes MT08857). Vas Crabb2024-04-271-24/+1
* -osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ... Vas Crabb2024-02-181-1/+1
* sdl modify_prescale: don't indicate max value hap2024-02-171-1/+1
* osdsdl: move prescale keys from ctrl+f6/f7 to alt+f8/f9 hap2024-02-171-2/+2
* osd/mac: Make compile again. Does not yet start up because BGFX tries to for... arbee2023-07-091-38/+9
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-2/+0
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-39/+8
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-151-9/+35
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-161-35/+9
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-141-9/+35
* Render-related cleanup AJR2021-12-301-0/+1
* fix OSD=mac compile [R. Belmont] arbee2021-07-311-1/+1
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-8/+2
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-041-79/+29
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-161-2/+7
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-3/+0
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-151-0/+970