1
0
forked from 0ad/0ad
0ad/source/gui
2005-07-20 05:27:32 +00:00
..
scripting rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
CButton.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
CButton.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
CCheckBox.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
CCheckBox.h major update 2004-05-29 04:06:50 +00:00
CDropDown.cpp stomped on size() -> int warnings 2005-04-26 20:28:36 +00:00
CDropDown.h 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
CGUI.cpp Uncommented list, does anyone know why that has been done anyway? I can't even remember if I've done that or not. Also removed the annoying "Left click has been blocked" error in the log. 2005-07-20 05:27:32 +00:00
CGUI.h include SDL or lib/input.h where needed (since lib.h no longer pulls it in) 2005-01-27 15:31:06 +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 Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
CGUIScrollBarVertical.h This was SVN commit r2115. 2005-04-07 09:13:10 +00:00
CGUISprite.cpp Grayscale effects for GUI sprites 2004-12-19 12:20:04 +00:00
CGUISprite.h Grayscale effects for GUI sprites 2004-12-19 12:20:04 +00:00
CImage.cpp Replaced - with _ in GUI 2005-01-01 12:06:17 +00:00
CImage.h no message 2004-09-02 19:35:07 +00:00
CInput.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
CInput.h GUI Update. Mostly with Input Control Beta :) 2005-02-05 07:25:16 +00:00
CList.cpp VS2005 compatibility fixes and warning adjustments: 2005-07-02 21:42:55 +00:00
CList.h Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +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 Major fixes and updates. Let me know if I screwed up resolving conflicts. 2004-08-31 02:09:58 +00:00
CRadioButton.h VC6 compat removed for gcc compat ;-) 2004-06-02 14:29:49 +00:00
CText.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
CText.h Minimal text-alignment ability in Text GUI objects 2004-12-28 12:17:04 +00:00
CTooltip.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +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 rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
GUIRenderer.h Grayscale effects for GUI sprites 2004-12-19 12:20:04 +00:00
GUItext.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
GUItext.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
GUITooltip.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +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 rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
GUIutil.h GUI Update. Mostly with Input Control Beta :) 2005-02-05 07:25:16 +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 It is now valid for parentless objects to have absolute set to "false", this can be viewed as if the object were the screen's child, i.e., it doesn't matter if absolute is true or false if an object has got no parent, the property is ignored. 2005-07-20 03:52:09 +00:00
IGUIObject.h This was SVN commit r2115. 2005-04-07 09:13:10 +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 This was SVN commit r2115. 2005-04-07 09:13:10 +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 Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
IGUITextOwner.h Minimal text-alignment ability in Text GUI objects 2004-12-28 12:17:04 +00:00
MiniMap.cpp Minimap: Corrected orientation. Also cleaned up a bit, and fixed some inefficiencies. 2005-05-13 01:15:53 +00:00
MiniMap.h Attempted to minimise dependencies between header files (to make compilation minorly faster) 2004-12-12 19:43:55 +00:00