summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/devopt.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23devices/bus: remove \xC2 and \xC3 from input defs hap1-2/+2
2023-12-22ui: remove use of utf8.h hap1-5/+4
2023-08-19ui/utils: Added a source file filter for system selection menu. Vas Crabb1-4/+14
2023-02-24Update accumulating relative inputs exactly once per frame. Vas Crabb1-2/+4
2023-01-12-osd: Better XInput and SDL game controller input enhancements: Vas Crabb1-1/+1
2023-01-04ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb1-1/+1
2022-09-25Move UTF8_xxx string literal macros to new header in lib/util AJR1-0/+2
2021-12-30Render-related cleanup AJR1-0/+1
2021-12-15frontend: Don't call .name() on I/O port fields without a running machine. Vas Crabb1-4/+4
2021-12-08screen: report refresh rate <1hz as error in validity check hap1-7/+10
2021-12-07ui: change string parse for screen hz info hap1-2/+5
2021-10-31frontend: Make all the textbox menus use the custom navigation flag, on the o... Vas Crabb1-1/+2
2021-10-31-frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb1-236/+283
2021-07-15API cleanups and miscellaneous fixes. Vas Crabb1-2/+2
2020-12-18More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb1-1/+3
2020-12-08C++17 string handling updates (without charconv so as not to break GCC 7) AJR1-1/+1
2020-11-25Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb1-7/+7
2020-04-03ui: remove clock freqs trailing 0s on machine info screen (nw) hap1-24/+43
2020-04-03Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)" hap1-30/+26
2020-04-03ui: remove clock freqs trailing 0s on machine info screen (nw) hap1-26/+30
2018-11-05Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR1-1/+1
2018-07-26Better support for screen orientation/geometry: Vas Crabb1-1/+4
2018-06-24Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR1-0/+1
2018-05-04Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb1-1/+1
2018-04-30well that was dumb (nw) Vas Crabb1-2/+2
2018-04-28Make devopt menu localisable. Vas Crabb1-72/+76
2017-09-22Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb1-7/+4
2017-09-18Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb1-9/+12
2016-11-23Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb1-1/+1
2016-10-17DAC WIP, started documenting the DACs in use. [smf] smf-1-1/+1
2016-08-07C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods1-7/+7
2016-07-10UI refactoring: [Vas Crabb] Vas Crabb1-1/+1
2016-07-05Revert "C++ comments for some parts." Vas Crabb1-1/+1
2016-07-04C++ comments for some parts. dankan18901-1/+1
2016-06-29Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods1-1/+1
2016-06-29Cleanup and version bumpmame0175 Miodrag Milanovic1-1/+0
2016-06-18ioport tagged_list to unordered_map (nw) Miodrag Milanovic1-2/+2
2016-05-27ui refactoring [Vas Crabb] Vas Crabb1-7/+11
2016-04-26Relieve UI menus and such from having to constantly fetch UI object from glob... AJR1-1/+1
2016-04-23Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic1-0/+0
2016-04-18Iterate over devices C++11 style AJR1-41/+26
2016-03-31Iterate over core classes C++11 style AJR1-20/+20
2016-03-18Added support and configuration for the image collection "covers". dankan18901-1/+1
2016-03-01* Support *n conversion in stream_format/string_format Vas Crabb1-24/+24
2016-02-28Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb1-46/+47
2016-01-20reverting: Miodrag Milanovic1-4/+4
2016-01-20Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic1-4/+4
2016-01-16rest of device parameters to std::string (nw) Miodrag Milanovic1-4/+4
2016-01-16tags are now strings (nw) Miodrag Milanovic1-4/+4
2015-12-09tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic1-6/+6