summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/floppycntrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI updates: Vas Crabb2019-11-221-19/+19
* Attempted fix for MT 07049 (nw) AJR2018-11-251-3/+3
* This fixes issues where softlist items (that were not for floppies) were load... Nathan Woods2016-08-021-9/+1
* 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-6/+6
* Changed device_image_interface::load() so that it is no longer responsible fo... 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
* Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code Nathan Woods2016-07-181-21/+21
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-4/+4
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-6/+6
* Changed menu_file_create::m_ok to be a reference instead of a pointer Nathan Woods2016-07-051-1/+1
* Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-1/+1
* This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-12/+12
* Prefixed menu_control_device_image::current_directory and menu_control_device... Nathan Woods2016-07-031-4/+4
* Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1
* Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-0/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-22/+27
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-2/+2
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-4/+4
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+170