summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/ui.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -ui/ui.cpp, ui/videoopt.cpp: Made pointer activity timeout configurable. Vas Crabb7 days1-11/+25
* emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb11 days1-2/+0
* Initial touch input support: Vas Crabb13 days1-15/+64
* sound: add configurable speaker panning hap2023-09-091-0/+1
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-231-0/+3
* ui/ui.cpp: Cleaned out more leftover crud and removed debug printfs. Vas Crabb2023-02-281-3/+1
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-5/+11
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-041-3/+5
* ui/ui.cpp: Use unordered map for session data, to tempt fate with toolchain b... Vas Crabb2022-05-241-2/+2
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* Added an 'image_display_enabled' property to mame_ui_manager and exposed it t... npwoods2022-04-071-0/+3
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-131-1/+0
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-2/+0
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-2/+0
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-5/+2
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-4/+1
* More user experience improvements: Vas Crabb2021-10-151-0/+3
* Various improvements to the user experience: Vas Crabb2021-10-131-1/+1
* More UI enhancements/cleanup: Vas Crabb2021-10-121-3/+3
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-2/+22
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-1/+1
* Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-221-0/+1
* ui.h: Remove now-unused slider ID macros/enums AJR2021-01-271-56/+0
* ui: Clean up slider callbacks AJR2021-01-271-27/+27
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-3/+0
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-6/+7
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-2/+18
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-241-0/+3
* ui: able to show emulation warnings from tab menu hap2020-07-101-1/+3
* srcclean (nw) Vas Crabb2019-07-281-2/+2
* Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-191-1/+0
* Refactored UI font metrics (#5291) npwoods2019-06-301-9/+7
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-17/+45
* Eliminate last use of auto_alloc in frontend (nw) AJR2017-09-151-0/+1
* ui.cpp: Eliminate now-unnecessary machine parameter (nw) AJR2017-09-151-1/+1
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-151-1/+3
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-1/+1
* Reintroduced a state save menu, take two (#2358) npwoods2017-06-251-1/+0
* Revert "state: Turns the current state save feature to a menu [Nathan Woods]" Olivier Galibert2017-06-011-0/+1
* state: Turns the current state save feature to a menu [Nathan Woods] npwoods2017-06-011-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-1/+0
* More new features for UI graphics viewer AJR2016-09-021-1/+2
* UI-related cleanup (nw) AJR2016-08-091-7/+5
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-59/+34
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-5/+5
* C++ comments for some parts. dankan18902016-07-041-5/+5
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-28/+27