summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/datmenu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-296/+0
|
* Iterate over devices C++11 style AJR2016-04-181-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 ↵ dankan18902016-04-151-5/+5
| | | | item_append with separators.
* Cleanups and version bump Miodrag Milanovic2016-03-301-3/+3
|
* Added support to "gameinit.dat". dankan18902016-03-251-0/+2
| | | | Disabled Configure Machine menu.
* ui: Fixed image sizing in right panel to vertical orientation. (nw) dankan18902016-03-201-6/+4
|
* ui: reducing the code for managing icons. (nw) dankan18902016-03-201-1/+0
|
* Proper drawing of the panels arrows for vertical orientation. (nw) dankan18902016-03-201-15/+18
|
* Fixed unwanted games unpauses when loading External DATs view. (nw) dankan18902016-03-191-2/+7
|
* Added support and configuration for the image collection "covers". dankan18902016-03-181-15/+17
| | | | Slightly modernized and simplified the code.
* fixed crash when displaying external DATs file in some circumstances. (nw) dankan18902016-03-061-12/+2
|
* ui: Moved options "Configure Directories" and "Save Configuration" into ↵ dankan18902016-02-271-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 Miodrag Milanovic2016-02-241-4/+3
|
* ui: localization part1. (nw) dankan18902016-02-211-9/+9
|
* Grouped display of DAT file information in a single view. (WIP) nw dankan18902016-02-131-417/+156
|
* ui: The video mode in the menu display options are now obtained directly ↵ dankan18902016-02-081-10/+5
| | | | from the settings. (nw)
* datmenu.cpp: fixed a missed substitution from auto_alloc to global_alloc. dankan18902016-02-071-10/+9
|
* clear the rest of mewui mentioning (nw) Miodrag Milanovic2016-02-041-18/+18
|
* some MEWUI to UI renames (nw) Miodrag Milanovic2016-02-041-2/+2
|
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-0/+570