summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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