summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/mac (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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-095-50/+19
* osd/mac, osd/sdl: Really inhibit full screen toggle in debug mode to prevent ... AJR2023-05-231-2/+2
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-242-3/+3
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-233-13/+11
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-232-2/+4
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-021-0/+3
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-013-154/+22
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-042-1/+2
* 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
* Disable sleep when using -bench. Aaron Giles2021-03-311-0/+1
* -getaway.cpp: Fixed steering control. Vas Crabb2021-01-231-1/+1
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-1/+1
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-213-10/+3
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-042-99/+30
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-162-4/+7
* Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu... AJR2020-12-171-15/+0
* use C++ library includes (nw) firewave2020-01-221-1/+1
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-163-7/+13
* OSD_MAC: don't run MAME on a thread, it upsets the debugger very much (nw) arbee2019-09-174-54/+62
* OSD_MAC: window now visible and has a title, but doesn't render (nw) arbee2019-09-161-7/+17
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-1514-0/+2183