| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove uwp specific sources | 2021-10-26 | 6 | -1697/+0 | |
| | | |||||
| * | -osd/windows: Minimise full-screen windows on losing focus (#2997). | 2021-01-21 | 2 | -8/+0 | |
| | | | | | | | | | -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. | ||||
| * | Second attempt at fixing Windows build (function is now defined in base class) | 2021-01-05 | 1 | -1/+0 | |
| | | |||||
| * | osdwindow.cpp: Centralize basic functions; de-virtualize various getters | 2021-01-04 | 2 | -113/+33 | |
| | | |||||
| * | Remove keepaspect and fullstretch members of osd_video_config | 2020-12-16 | 2 | -6/+7 | |
| | | |||||
| * | -util/xmlfile: Escape attribute and element content. | 2020-09-06 | 2 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | | The previous behaviour was unintuitive - parsing an XML file and writing it out immediately would produce invalid XML if the file contained any characters that needed escaping. It makes far more sense to escape on writing rather than expecting the user to escape input. -Add preliminary support for visibility toggles to artwork system. This allows the user to show/hide related elements in a view, with nesting. The view can specify whether elements are shown or hidden by default. Settings are saved per host window/screen per view. There is no way to set the initial visibility state on the command line. Legacy "Space Invaders cabinet model" layers are mapped onto visibility toggles. This is not stable yet. In particular, the XML element/attribute names have not been finalised. The new features have not been added to complay.py to prevent them from being used before they're finalised. | ||||
| * | use C++ library includes (nw) | 2020-01-22 | 2 | -2/+2 | |
| | | |||||
| * | video: higher maximum prescale (nw) | 2020-01-05 | 1 | -1/+1 | |
| | | |||||
| * | Remove up to one frame of input latency. (#5901) | 2019-11-16 | 1 | -4/+11 | |
| | | | | | | | | | | | * Remove up to one frame of input latency. Makes MAME virtually lagless on VRR monitors. * Use empty parentheses and clean interface member calls * Add new option -instant_blit to make this feature optional * Rename new option to -lowlatency, -ll | ||||
| * | Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool | 2019-07-22 | 2 | -3/+3 | |
| |\ | | | | | Changed winwindow_has_focus() to return bool | ||||
| | * | Changed winwindow_has_focus() to return bool | 2019-07-22 | 2 | -3/+3 | |
| | | | |||||
| * | | Changing win_window_info::draw_video_contents()'s update parameter to be | 2019-07-22 | 2 | -3/+3 | |
| |/ | | | | bool | ||||
| * | Tiny UWP compile fix (nw) | 2017-06-20 | 1 | -2/+2 | |
| | | |||||
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 5 | -17/+45 | |
| | | |||||
| * | Merge pull request #1749 from bradhugh/dynamic_api | 2016-12-02 | 2 | -9/+8 | |
| |\ | | | | | Created DYNAMIC_API macros for dynamic bind helper classes | ||||
| | * | Remove LoadLibrary hack from UWP (nw) | 2016-11-20 | 2 | -9/+8 | |
| | | | |||||
| * | | srcclean (nw) | 2016-11-27 | 2 | -11/+11 | |
| |/ | |||||
| * | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 3 | -23/+13 | |
| | | | | | * Change window handle storage to template instead of void* (nw) | ||||
| * | indent brace (nw) | 2016-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Implemented GetFileSize and and proper winrt file open (nw) | 2016-11-12 | 1 | -1/+7 | |
| | | |||||
| * | Add basic keyboard input to UWP (nw) | 2016-11-11 | 1 | -27/+9 | |
| | | |||||
| * | Small cleanup (nw) | 2016-11-11 | 3 | -4/+4 | |
| | | |||||
| * | Cleanup (nw) | 2016-11-11 | 3 | -48/+6 | |
| | | |||||
| * | move asset files to proper place | 2016-11-11 | 8 | -36/+0 | |
| | | |||||
| * | More UWP work - the UI actually renders (nw) | 2016-11-10 | 2 | -29/+62 | |
| | | |||||
| * | UWP builds again but by no means working (nw) | 2016-11-10 | 5 | -306/+68 | |
| | | |||||
| * | Adding video and window code to UWP(nw) | 2016-11-10 | 4 | -0/+1577 | |
| | | |||||
| * | Some more work on UWP (nw) | 2016-11-10 | 11 | -8/+280 | |
| | | |||||
| * | Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ | 2016-11-09 | 2 | -0/+205 | |
| previous Brad work (nw) | |||||
