summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimenu.c
Commit message (Expand)AuthorAgeFilesLines
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-24/+23
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-4/+5
* Created a hook for populating MESS-specific main menu items Nathan Woods2008-09-081-11/+2
* Moved reset to default behavior in the cheat menu to IPT_UI_CLEAR. Aaron Giles2008-09-061-2/+6
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-7/+7
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-281-116/+344
* 02147: Annoying behaviour of highlighted entries in minimal UI Aaron Giles2008-08-261-8/+3
* Fixed problem that would cause the "Return To Prior Menu" menu item to not stick Nathan Woods2008-08-211-0/+2
* Added new flag to menu items: MENU_FLAG_DISABLE, which means the Aaron Giles2008-08-131-1/+4
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-8/+8
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-13/+34
* Added support for DEL as well as BS for backspacing in the Aaron Giles2008-08-061-2/+2
* Changes to the cheat.xml format: Aaron Giles2008-08-061-2/+68
* Fixed menu handling so it doesn't swallow the tab key. Aaron Giles2008-07-301-1/+1
* Added the ability to optionally pass a destructor to ui_menu_alloc_state() Nathan Woods2008-07-261-6/+16
* Made DIP switch renderings consistent regardless of UI aspect Aaron Giles2008-07-241-15/+10
* Cleanups. Aaron Giles2008-07-171-128/+128
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-32/+30
* Changed ui_menu_get_selection() and ui_menu_set_selection() to use itemrefs Nathan Woods2008-07-151-4/+15
* Added accessors to get/set the currently selected menu item in a menu Nathan Woods2008-07-141-0/+28
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-1/+6
* Fix game selection menu. Changed so that it only computes available Aaron Giles2008-07-131-28/+26
* 64-bit GCC fixes. R. Belmont2008-07-121-3/+3
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-1443/+1991
* 01937: All Sets: Fatal Exception on In-Game Menu Couriersud2008-06-281-0/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-2/+2
* Removed some MESS-y code Nathan Woods2008-06-131-38/+0
* Changed text used to specify a menu separator, and now using a #define Nathan Woods2008-05-251-1/+1
* 01825: Toggling Tab menu works as F2 key in games with their service Aaron Giles2008-05-241-85/+11
* Cleanups and version bump. Aaron Giles2008-05-221-10/+10
* Passing running_machine* parameter Nathan Woods2008-05-171-2/+2
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-343/+409
* 01752: Warnings making standard .124u4 in GCC 4.3.0 (mingw) Aaron Giles2008-05-011-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-1/+1
* MESS-specific: Interim change in the process of changing over to MAME's device Nathan Woods2008-03-221-1/+1
* De-deprecat-ed ui.c. Aaron Giles2008-03-211-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* "Input (this Game)" menu now handles conditional inputs. stephh2008-02-281-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-2/+2
* It's the end of uitext.c as we know it (and I feel fine) Aaron Giles2008-01-121-55/+57
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2612