summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-07-12 20:18:25 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-07-12 20:18:25 +0000
commitd8715ab4acf1ea315614372ca3410fbc598bc4cd (patch)
tree28590f0f16e19d71c9d726883ce9cb6e23dc7a85 /.gitattributes
parent465010dc114464564a5b7920dcb2f08338992b25 (diff)
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]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 599d812c38f..093595b8642 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -926,6 +926,8 @@ src/emu/ui.c svneol=native#text/plain
src/emu/ui.h svneol=native#text/plain
src/emu/uigfx.c svneol=native#text/plain
src/emu/uigfx.h svneol=native#text/plain
+src/emu/uiinput.c svneol=native#text/plain
+src/emu/uiinput.h svneol=native#text/plain
src/emu/uimenu.c svneol=native#text/plain
src/emu/uimenu.h svneol=native#text/plain
src/emu/uismall.png -text svneol=unset#image/png