0ad/source/gui
2005-11-26 22:42:51 +00:00
..
scripting - fix w4 warnings 2005-08-09 15:55:44 +00:00
CButton.cpp Fixed some bugs, updated some things, etc etc 2005-07-23 22:27:55 +00:00
CButton.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
CCheckBox.cpp Lots of minor updates. Touched up the check-box quite a lot. 2005-07-24 08:29:02 +00:00
CCheckBox.h major update 2004-05-29 04:06:50 +00:00
CDropDown.cpp Put opened drop-down lists on top of most other GUI controls (by increasing their z value) 2005-11-26 22:42:51 +00:00
CDropDown.h Put opened drop-down lists on top of most other GUI controls (by increasing their z value) 2005-11-26 22:42:51 +00:00
CGUI.cpp replace g_active with more clear g_app_has_focus and g_app_minimized 2005-10-31 18:36:36 +00:00
CGUI.h remove key- and mouse-state-clear code (previously called after alt+tab out). wsdl now takes care of this: by maintaining its own key array+sending up events for all currently down keys; and by capturing the mouse on each click. 2005-10-31 01:15:49 +00:00
CGUIList.cpp CDropDown and the CGUIList type. This code is kind of rough around the edges as of yet. I'll work on it more. 2005-04-23 23:21:54 +00:00
CGUIList.h - Linux/GCC (as usual :P) 2005-05-18 05:32:09 +00:00
CGUIScrollBarStyle.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
CGUIScrollBarStyle.h Initial changes to GUI sprite code. (There shouldn't be any visible effects - if there are, they're bugs) 2004-12-15 21:24:46 +00:00
CGUIScrollBarVertical.cpp Fixed some bugs, updated some things, etc etc 2005-07-23 22:27:55 +00:00
CGUIScrollBarVertical.h This was SVN commit r2115. 2005-04-07 09:13:10 +00:00
CGUISprite.cpp Initialize some previously uninitialized variables. 2005-10-29 22:50:54 +00:00
CGUISprite.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
CImage.cpp Changed <icon>'s property 'texture' to 'sprite'. Better late than never. Fixed a bug in the Input rendering code. Minor changes. 2005-07-25 00:52:03 +00:00
CImage.h no message 2004-09-02 19:35:07 +00:00
CInput.cpp replace g_active with more clear g_app_has_focus and g_app_minimized 2005-10-31 18:36:36 +00:00
CInput.h minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00
CList.cpp minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00
CList.h minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00
CProgressBar.cpp Replaced - with _ in GUI 2005-01-01 12:06:17 +00:00
CProgressBar.h Progress bar added, and an optional attribute for the [icon] tags in text. 2004-10-14 02:32:26 +00:00
CRadioButton.cpp Lots of minor updates. Touched up the check-box quite a lot. 2005-07-24 08:29:02 +00:00
CRadioButton.h VC6 compat removed for gcc compat ;-) 2004-06-02 14:29:49 +00:00
CText.cpp minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00
CText.h Minimal text-alignment ability in Text GUI objects 2004-12-28 12:17:04 +00:00
CTooltip.cpp Fixed so that you can have both types of tooltip (other-object 0 delay and pop-up non-zero delay) in the same environment. Haven't tested it that thorough, but hopefully all scenarios are covered. 2005-07-25 05:54:58 +00:00
CTooltip.h Initial (incomplete) tooltip code 2004-12-21 13:37:24 +00:00
GUI.h Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
GUIbase.cpp Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
GUIbase.h Linux/GCC/glibc Compat 2004-12-18 23:30:28 +00:00
GUIRenderer.cpp Extension function pointers are renamed from glXyzARB to pglXyzARB 2005-10-30 01:18:15 +00:00
GUIRenderer.h Grayscale effects for GUI sprites 2004-12-19 12:20:04 +00:00
GUItext.cpp Changed <icon>'s property 'texture' to 'sprite'. Better late than never. Fixed a bug in the Input rendering code. Minor changes. 2005-07-25 00:52:03 +00:00
GUItext.h Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
GUITooltip.cpp Fixed so that you can have both types of tooltip (other-object 0 delay and pop-up non-zero delay) in the same environment. Haven't tested it that thorough, but hopefully all scenarios are covered. 2005-07-25 05:54:58 +00:00
GUITooltip.h More tooltip updates. Made the main menu buttons and the in-game resource counters use them. 2004-12-23 13:56:34 +00:00
GUItypes.h Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
GUIutil.cpp - fix w4 warnings 2005-08-09 15:55:44 +00:00
GUIutil.h Changed <icon>'s property 'texture' to 'sprite'. Better late than never. Fixed a bug in the Input rendering code. Minor changes. 2005-07-25 00:52:03 +00:00
IGUIButtonBehavior.cpp Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
IGUIButtonBehavior.h Renamed icon-size/icon-id to cell-size/cell-id, and allowed cell-id to be used in <icon>s. 2004-12-18 13:32:00 +00:00
IGUIObject.cpp GameSetup: "-autostart=mapname" command-line parameter, for faster testing. 2005-10-30 21:30:52 +00:00
IGUIObject.h minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00
IGUIScrollBar.cpp Initial changes to GUI sprite code. (There shouldn't be any visible effects - if there are, they're bugs) 2004-12-15 21:24:46 +00:00
IGUIScrollBar.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
IGUIScrollBarOwner.cpp Initial changes to GUI sprite code. (There shouldn't be any visible effects - if there are, they're bugs) 2004-12-15 21:24:46 +00:00
IGUIScrollBarOwner.h Initial changes to GUI sprite code. (There shouldn't be any visible effects - if there are, they're bugs) 2004-12-15 21:24:46 +00:00
IGUITextOwner.cpp Text clipping 2005-07-24 00:01:41 +00:00
IGUITextOwner.h Minimal text-alignment ability in Text GUI objects 2004-12-28 12:17:04 +00:00
MiniMap.cpp minimap: fix issue where changes to terrain might not be noticed 2005-11-06 04:22:47 +00:00
MiniMap.h minimap: now use GUI event system instead of polling. fixes broken click feature. 2005-10-20 15:27:39 +00:00