summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiimage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-3/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-36/+10
* fix 64-bit GCC compile (nw) Olivier Galibert2012-01-231-1/+1
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-3/+81
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-163/+45
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-38/+28
* Fix ui for some image devices (no whatsnew) Miodrag Milanovic2011-12-131-16/+16
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-402/+258
* Merge from MESS Nathan Woods2011-11-161-15/+19
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Cassette device modernized (no whatsnew) Miodrag Milanovic2011-06-151-16/+19
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-9/+9
* uiimage.c: File Manager now displays the brief name of the image device to ma... Fabio Priuli2011-04-181-2/+2
* softlist: moved software list handling (in the Internal UI) to a separate sou... Fabio Priuli2011-04-061-0/+1
* softlist.c/uiimage.c: char buffer should get cleaned also when Esc is pressed... Fabio Priuli2011-04-061-0/+6
* uiimage.c: added reset of the char input buffer when selecting an entry in th... Fabio Priuli2011-04-051-0/+4
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-5/+5
* BIG update. Aaron Giles2011-03-291-33/+33
* uiimage.c: Improved File Manager usage (in the internal UI) by catching char ... Fabio Priuli2011-03-271-1/+76
* Added code to display additional software info in the internal file manager (... Fabio Priuli2011-01-181-1/+7
* Improved the way software names are displayed by the Internal File Manager wh... Fabio Priuli2011-01-141-3/+20
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+425
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-13/+13
* uiimage.c : Fix for segfault on setting of working directory (no whatsnew) Miodrag Milanovic2010-07-281-1/+1
* - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... Miodrag Milanovic2010-07-061-1/+12
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-125/+0
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-0/+1130