summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/filemngr.cpp
Commit message (Expand)AuthorAgeFilesLines
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-1/+2
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-21/+14
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-14/+8
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-11/+10
* ui/filemngr.cpp: Fix crash with unmounted images AJR2020-12-161-1/+1
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-8/+6
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* Refactored UI font metrics (#5291) npwoods2019-06-301-1/+1
* (nw) File Manager -> Reset : sometimes it was ignored Robbbert2017-11-201-3/+4
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-2/+2
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-1/+1
* Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code Nathan Woods2016-07-181-2/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-4/+4
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-5/+5
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-20/+22
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-1/+0
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+1
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-12/+11
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+218