summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/mac/windowcontroller.mm
Commit message (Collapse)AuthorAgeFilesLines
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-1/+1
| | | | | | | | -osd/modules/osdwindow.cpp: Clean up window title formatting. * Show data type model in window title. * Moved window title formatting to a single place. -tools/chdman.cpp: Removed some unnecessary .c_str() calls.
* OSD_MAC: don't run MAME on a thread, it upsets the debugger very much (nw) arbee2019-09-171-24/+30
|
* 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-151-0/+121
This will compile, link, and run a driver all the way to the first info screen, provided you use -video bgfx. However, although there's a valid NSWindow created, it never actually appears on screen for unknown (but likely silly) reasons. Inputs are not implemented and fullscreen exists but is untried.