summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/imgcntrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ROM loading cleanup: Vas Crabb2020-04-151-1/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-2/+2
* make the software list "special" to prevent pausing while typing (nw) smf-2018-07-281-1/+1
* Convert zippath directory to a C++ interface Vas Crabb2018-01-101-1/+2
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-1/+0
* allow softlist software parts to use different interfaces: Nigel Barnes2017-02-151-1/+1
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* fix File Manager when cfg image directory invalid (nw) Nigel Barnes2016-09-051-2/+2
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-1/+1
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-1/+1
* | More conversion of 'const char *' --> std::string in diimage Nathan Woods2016-08-041-2/+2
* | This fixes issues where softlist items (that were not for floppies) were load... Nathan Woods2016-08-021-3/+6
|/
* Converted more stuff in diimage to use std::string instead of 'const char *' Nathan Woods2016-08-011-2/+2
* Changed device_image_interface::load() to take 'const std::string &' Nathan Woods2016-08-011-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* Miscellaneous cleanups: Nathan Woods2016-07-301-1/+1
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-2/+2
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-211-1/+1
* 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-80/+82
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-8/+8
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-7/+7
* Changed menu_file_create::m_ok to be a reference instead of a pointer Nathan Woods2016-07-051-1/+1
* As per Vas Crabb, readding overloads that take a std::string& parameter for t... Nathan Woods2016-07-041-1/+1
* Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-3/+3
* This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-22/+22
* Prefixed menu_control_device_image::current_directory and menu_control_device... Nathan Woods2016-07-031-11/+11
* Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-5/+3
* Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-1/+2
* Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-031-9/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-5/+1
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-6/+6
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-36/+42
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-11/+11
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-2/+1
|\
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+1
* | Machine management cleanups AJR2016-04-251-0/+1
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+343