summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimenu.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-60/+42
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-12/+16
* moved the fix for the crash when you toggle cheats inside cheat.c, to avoid d... smf-2010-01-061-2/+2
* Fix for MT03621: Hitting F6 without -cheat trigger causes crash Fabio Priuli2010-01-061-2/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+9
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-4/+4
* Centralized color definitions and made some colors more specific. Aaron Giles2009-10-031-49/+44
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-09-211-1/+1
* Cleanups and version bump. Aaron Giles2009-09-101-1/+1
* Hooked up F6 again as a global cheat enable/disable. [Pugsy] Aaron Giles2009-09-101-0/+4
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-8/+8
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-17/+17
* > From: Pugsy [mailto:pugsy@gmx.net] Aaron Giles2009-09-031-0/+12
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-09-031-3/+17
* Fixed remaining occurrences of crsshairpath Fabio Priuli2009-07-141-1/+1
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-5/+5
* Bulk change alert. Aaron Giles2009-04-261-6/+3
* Changed Player Input menu to be based off of sortorder instead of item->ref. Derrick Renaud2009-04-131-4/+4
* Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed. Derrick Renaud2009-04-101-5/+10
* Cleanups and version bump. Aaron Giles2009-04-091-3/+3
* Crosshair update Derrick Renaud2009-03-281-0/+291
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-50/+50
* Fixed rendering of slider controls so it doesn't overlap when menus get large. Aaron Giles2009-01-021-24/+28
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-5/+5
* From: Edward Swiftwood [mailto:payphoneed@gmail.com] Aaron Giles2008-12-041-0/+2
* Re-enabled the OSD key for master volume control. All other Aaron Giles2008-12-041-9/+28
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* This patch: Aaron Giles2008-11-131-1/+1
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-3/+3
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-261-3/+3
* 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