1
0
forked from 0ad/0ad
0ad/source/gui
2010-08-13 13:50:03 +00:00
..
scripting Remove focus from chat box after sending message 2010-08-13 13:50:03 +00:00
CButton.cpp # GUI bug fixes. 2010-04-19 19:43:05 +00:00
CButton.h
CCheckBox.cpp # GUI bug fixes. 2010-04-19 19:43:05 +00:00
CCheckBox.h
CDropDown.cpp # GUI bug fixes. 2010-06-30 21:20:08 +00:00
CDropDown.h
CGUI.cpp Remove focus from chat box after sending message 2010-08-13 13:50:03 +00:00
CGUI.h Remove focus from chat box after sending message 2010-08-13 13:50:03 +00:00
CGUIList.h
CGUIScrollBarStyle.h
CGUIScrollBarVertical.cpp
CGUIScrollBarVertical.h
CGUISprite.cpp
CGUISprite.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
CImage.cpp
CImage.h
CInput.cpp Add focus() script method to GUI objects. 2010-08-11 21:04:09 +00:00
CInput.h
CList.cpp Add list_data property to GUI list controls, to associate extra data with the human-readable list item names. 2010-08-08 15:22:17 +00:00
CList.h Add list_data property to GUI list controls, to associate extra data with the human-readable list item names. 2010-08-08 15:22:17 +00:00
CProgressBar.cpp
CProgressBar.h
CRadioButton.cpp
CRadioButton.h
CText.cpp Fix updating of scrollbars on text controls. 2010-07-03 13:12:44 +00:00
CText.h # Various changes to the text rendering system. 2010-05-30 13:42:56 +00:00
CTooltip.cpp # GUI bug fixes. 2010-04-19 19:43:05 +00:00
CTooltip.h
GUI.h
GUIbase.cpp
GUIbase.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
GUIManager.cpp Remove ScriptingHost initialisation code (share with ScriptInterface instead). 2010-07-19 23:01:58 +00:00
GUIManager.h Update GUI documentation 2010-07-21 17:53:38 +00:00
GUIRenderer.cpp less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00
GUIRenderer.h
GUItext.cpp Partially support Unicode strings in GUI XML files 2010-05-30 13:11:32 +00:00
GUItext.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
GUITooltip.cpp Partially support Unicode strings in GUI XML files 2010-05-30 13:11:32 +00:00
GUITooltip.h
GUItypes.h
GUIutil.cpp Partially support Unicode strings in GUI XML files 2010-05-30 13:11:32 +00:00
GUIutil.h Fix uninitialised-value warnings 2010-08-06 14:15:08 +00:00
IGUIButtonBehavior.cpp
IGUIButtonBehavior.h
IGUIObject.cpp Use a fixed aspect ratio for the menu screen background and loading screen concept art, to prevent ugly stretching at widescreen resolutions 2010-08-10 22:39:00 +00:00
IGUIObject.h Remove focus from chat box after sending message 2010-08-13 13:50:03 +00:00
IGUIScrollBar.cpp
IGUIScrollBar.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
IGUIScrollBarOwner.cpp
IGUIScrollBarOwner.h
IGUITextOwner.cpp # GUI bug fixes. 2010-04-19 19:43:05 +00:00
IGUITextOwner.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
MiniMap.cpp # Redesigned the camera control system. 2010-08-13 13:26:29 +00:00
MiniMap.h # Redesigned the camera control system. 2010-08-13 13:26:29 +00:00