summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/menu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: able to show emulation warnings from tab menu hap2020-07-101-0/+1
* -frontend: Added an About menu option to display the contents of COPYING in o... MooglyGuy2020-03-111-0/+32
* UI show feedback when configuring an input to give the user more of an idea o... Vas Crabb2019-11-201-3/+4
* UI cleanup: Vas Crabb2019-11-171-12/+0
* ui/menu: Move one variable down into subclasses; fix some confusing variable ... AJR2019-09-261-1/+0
* Refactored UI font metrics (#5291) npwoods2019-06-301-5/+5
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-1/+1
* ui/menu.cpp: Provide more helpers (nw) AJR2019-05-221-0/+2
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-20/+30
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+14
* More UI stuff: Vas Crabb2019-01-191-11/+11
* UI cleanup continues: Vas Crabb2019-01-151-3/+0
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-0/+1
* Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-151-1/+2
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-2/+0
* internal UI improvements: Vas Crabb2017-08-071-1/+55
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-4/+9
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-7/+21
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-9/+15
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-25/+0
* UI menu refactoring: [Vas Crabb] Vas Crabb2016-07-141-2/+0
* misc fixes (nw) Vas Crabb2016-07-121-1/+1
* Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-0/+6
* Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-19/+4
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+31
* UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-7/+3
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-25/+18
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-93/+89
* Reduce visibility of more menu members Vas Crabb2016-07-091-13/+18
* another baby step untangling the menu code Vas Crabb2016-07-091-14/+18
* Fixed MT06263 dankan18902016-07-021-1/+1
* Cleanups to the software list menu Nathan Woods2016-06-301-3/+0
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-1/+1
* C++-ified the strings inside of menu items Nathan Woods2016-06-291-0/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* Fixed incorrect icons refresh. (nw) dankan18902016-06-191-1/+2
* cleanup. (nw) dankan18902016-06-151-3/+3
* Incorporating Vas Crabb feedback Nathan Woods2016-06-141-1/+3
* On the file selection dialog, previous paths are now clickable Nathan Woods2016-06-131-0/+3
* Fixed not load for some INI files in the category filter. dankan18902016-06-081-2/+2
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-041-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-12/+41
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-88/+120
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-1/+1
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-5/+5
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-5/+5
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-7/+12
|/