summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-7/+8
| | | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-221-2/+2
|\ | | | | Changed winwindow_has_focus() to return bool
| * Changed winwindow_has_focus() to return bool npwoods2019-07-221-2/+2
| |
* | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-221-2/+2
|/ | | | bool
* Tiny UWP compile fix (nw) Brad Hughes2017-06-201-2/+2
|
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
|
* srcclean (nw) Vas Crabb2016-11-271-10/+10
|
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-10/+9
| | | | * Change window handle storage to template instead of void* (nw)
* indent brace (nw) yz70s2016-11-141-1/+1
|
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-27/+9
|
* Small cleanup (nw) Miodrag Milanovic2016-11-111-2/+2
|
* Cleanup (nw) Miodrag Milanovic2016-11-111-40/+0
|
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-101-28/+59
|
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-48/+44
|
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-101-0/+1181