| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -util/xmlfile: Escape attribute and element content. | 2020-09-06 | 1 | -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 | 2019-07-22 | 1 | -2/+2 | |
| |\ | | | | | Changed winwindow_has_focus() to return bool | ||||
| | * | Changed winwindow_has_focus() to return bool | 2019-07-22 | 1 | -2/+2 | |
| | | | |||||
| * | | Changing win_window_info::draw_video_contents()'s update parameter to be | 2019-07-22 | 1 | -2/+2 | |
| |/ | | | | 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 | 1 | -3/+0 | |
| | | |||||
| * | srcclean (nw) | 2016-11-27 | 1 | -10/+10 | |
| | | |||||
| * | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 1 | -10/+9 | |
| | | | | | * Change window handle storage to template instead of void* (nw) | ||||
| * | indent brace (nw) | 2016-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Add basic keyboard input to UWP (nw) | 2016-11-11 | 1 | -27/+9 | |
| | | |||||
| * | Small cleanup (nw) | 2016-11-11 | 1 | -2/+2 | |
| | | |||||
| * | Cleanup (nw) | 2016-11-11 | 1 | -40/+0 | |
| | | |||||
| * | More UWP work - the UI actually renders (nw) | 2016-11-10 | 1 | -28/+59 | |
| | | |||||
| * | UWP builds again but by no means working (nw) | 2016-11-10 | 1 | -48/+44 | |
| | | |||||
| * | Adding video and window code to UWP(nw) | 2016-11-10 | 1 | -0/+1181 | |
