mame/src/lib/util
Aaron Giles d8715ab4ac Note: I have done some testing, but there are probably more bugs
lurking. If you run into anything odd, please let me know.

Added new module uiinput.c which manages input for the user interface.
The OSD is responsible for pushing mouse events and character events
to this interface in order to support mouse movement and text-based
input (currently only used for the select game menu). Added support
for navigating through the menus using the mouse. 
[Nathan Woods, Aaron Giles]

Redesigned the UI menus so that they can maintain a richer state. Now
the menus can be generated once and reused, rather than requiring them
to be regenerated on each frame. All menus also share a comment eventing
system and navigation through them is managed centrally. Rewrote all the 
menus to use the new system, apart from the cheat menus, which are now 
disabled. Reorganized the video menu to make it easier to understand.
[Aaron Giles]
2008-07-12 20:18:25 +00:00
..
astring.c Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
astring.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
avcomp.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
avcomp.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
aviio.c Changed makemeta to parse a different format for metadata. 2008-07-07 17:03:46 +00:00
aviio.h Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
bitmap.c - Backs out BITMAP8 removal from most places. 2008-02-24 23:24:29 +00:00
bitmap.h - Backs out BITMAP8 removal from most places. 2008-02-24 23:24:29 +00:00
cdrom.c Various clean ups: 2008-03-01 16:54:52 +00:00
cdrom.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
chd.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-02-03 00:56:06 +00:00
chd.h Normalized function pointer typedefs: they are now all 2008-03-03 01:51:31 +00:00
corefile.c Fixes hang/crash on empty config file. (patch by Wilbert Pol) 2008-01-10 04:23:41 +00:00
corefile.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
corestr.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
corestr.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
coreutil.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
coreutil.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
harddisk.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-02-03 00:56:06 +00:00
harddisk.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
huffman.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
huffman.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
jedparse.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
jedparse.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
md5.c Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
md5.h Initial checkin of MAME 0.121. 2007-12-17 15:19:59 +00:00
options.c Reverted change to options.c - not ready for release due to potential breakage of frontends. 2008-03-02 00:39:56 +00:00
options.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
palette.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
palette.h From: Atari Ace [mailto:atari_ace@verizon.net] 2008-02-03 00:56:06 +00:00
png.c Identified code not used and marked with "#ifdef UNUSED_FUNCTION" 2008-03-01 01:34:43 +00:00
png.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
pool.c Need to actually set the pool fail callback when allocating a pool. 2008-01-19 20:38:14 +00:00
pool.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
sha1.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-04-24 05:59:39 +00:00
sha1.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
unicode.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
unicode.h Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
unzip.c Copyright cleanup: 2008-01-06 00:47:40 +00:00
unzip.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
vbiparse.c Removed unnecessary includes and added check against maximum source width. 2008-07-08 07:59:31 +00:00
vbiparse.h Split out Philips code parsing into a separate utility module. 2008-07-08 07:55:49 +00:00
xmlfile.c From: Justin Kerk 2008-04-12 05:12:47 +00:00
xmlfile.h Copyright cleanup: 2008-01-06 00:47:40 +00:00