summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/menu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI updates: Vas Crabb2019-11-221-21/+25
* bus/amiga/zorro: put in namespace, improve safety a bit (nw) Vas Crabb2019-11-181-1/+3
* UI cleanup: Vas Crabb2019-11-171-51/+2
* UI updates: Vas Crabb2019-11-171-1/+0
* Refactored UI font metrics (#5291) npwoods2019-06-301-37/+37
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-20/+20
* ui/menu.cpp: Provide more helpers (nw) AJR2019-05-221-16/+54
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-84/+84
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+3
* Fix crash when exiting directly while filter UI is active (GitHub #4596) Vas Crabb2019-02-041-1/+10
* More UI stuff: Vas Crabb2019-01-191-2/+2
* UI cleanup continues: Vas Crabb2019-01-151-0/+1
* ui/menu.cpp: Well, obviously (nw) AJR2018-06-251-1/+1
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-0/+16
* fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw) firewave2018-01-071-1/+1
* Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-151-18/+31
* UI improvements: Vas Crabb2017-08-211-1/+4
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-4/+4
* internal UI improvements: Vas Crabb2017-08-071-2/+2
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-11/+11
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-10/+40
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-4/+17
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-4/+4
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-1/+0
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-1/+21
* Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-106/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+44
* UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-188/+0
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-128/+31
* Not inline now (nw) Vas Crabb2016-07-101-1/+1
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1514/+186
* Reduce visibility of more menu members Vas Crabb2016-07-091-83/+83
* another baby step untangling the menu code Vas Crabb2016-07-091-34/+27
* Fixed MT06263 dankan18902016-07-021-2/+2
* Merge pull request #1021 from npwoods/swlist_cleanup Vas Crabb2016-07-011-11/+0
|\
| * Cleanups to the software list menu Nathan Woods2016-06-301-11/+0
* | MT06268 fix crash when drawing menus Vas Crabb2016-07-011-69/+52
|/
* Usage of emplace[_back]() as per cuavas Nathan Woods2016-06-301-2/+2
* Changed a variable declaration to be 'auto' Nathan Woods2016-06-301-1/+1
* More use of std::move() Nathan Woods2016-06-301-2/+2
* Corrected a n00b C++ move error Nathan Woods2016-06-291-1/+1
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-15/+9
* C++-ified the strings inside of menu items Nathan Woods2016-06-291-27/+46
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+2
* Fix deallocation. (nw) dankan18902016-06-201-0/+2