Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -296/+0 | |
| | |||||
* | Iterate over devices C++11 style | 2016-04-18 | 1 | -7/+6 | |
| | | | | | | Replace the old device_iterator and its specialized versions with functionally equivalent classes that use standard operators to yield references to devices/interfaces rather than pointers. With range-based for loops, they no longer have to be stored in named variables, though they can also be reused concurrently since the iteration state is now maintained by a subclass. Add a few more typical getters to device_t::subdevice_list. | ||||
* | Reduction code for entries of "enum class ui_menu_item_type" and the use of ↵ | 2016-04-15 | 1 | -5/+5 | |
| | | | | item_append with separators. | ||||
* | Cleanups and version bump | 2016-03-30 | 1 | -3/+3 | |
| | |||||
* | Added support to "gameinit.dat". | 2016-03-25 | 1 | -0/+2 | |
| | | | | Disabled Configure Machine menu. | ||||
* | ui: Fixed image sizing in right panel to vertical orientation. (nw) | 2016-03-20 | 1 | -6/+4 | |
| | |||||
* | ui: reducing the code for managing icons. (nw) | 2016-03-20 | 1 | -1/+0 | |
| | |||||
* | Proper drawing of the panels arrows for vertical orientation. (nw) | 2016-03-20 | 1 | -15/+18 | |
| | |||||
* | Fixed unwanted games unpauses when loading External DATs view. (nw) | 2016-03-19 | 1 | -2/+7 | |
| | |||||
* | Added support and configuration for the image collection "covers". | 2016-03-18 | 1 | -15/+17 | |
| | | | | Slightly modernized and simplified the code. | ||||
* | fixed crash when displaying external DATs file in some circumstances. (nw) | 2016-03-06 | 1 | -12/+2 | |
| | |||||
* | ui: Moved options "Configure Directories" and "Save Configuration" into ↵ | 2016-02-27 | 1 | -7/+3 | |
| | | | | | | | | "Configure Options" menu. Removed unnecessary icons from the toolbar (performed the same actions of entries already in the menu). Proper handling the export of the list. Updated the .po files. | ||||
* | Cleanups and version bump | 2016-02-24 | 1 | -4/+3 | |
| | |||||
* | ui: localization part1. (nw) | 2016-02-21 | 1 | -9/+9 | |
| | |||||
* | Grouped display of DAT file information in a single view. (WIP) nw | 2016-02-13 | 1 | -417/+156 | |
| | |||||
* | ui: The video mode in the menu display options are now obtained directly ↵ | 2016-02-08 | 1 | -10/+5 | |
| | | | | from the settings. (nw) | ||||
* | datmenu.cpp: fixed a missed substitution from auto_alloc to global_alloc. | 2016-02-07 | 1 | -10/+9 | |
| | |||||
* | clear the rest of mewui mentioning (nw) | 2016-02-04 | 1 | -18/+18 | |
| | |||||
* | some MEWUI to UI renames (nw) | 2016-02-04 | 1 | -2/+2 | |
| | |||||
* | Initial import of MEWUI to MAME [Dankan1890] | 2016-02-04 | 1 | -0/+570 | |