This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
8f0772034e59d490f02ea334904ca2dc2ac81fe1
0ad
/
source
/
gui
T
History
JoshuaJB
c793da5368
Don't allow changeing disabled dropdowns using the scrollwheel. Also corrects some things in
b9a4af4cc6
.
...
This was SVN commit r15406.
2014-06-21 00:25:12 +00:00
..
scripting
…
tests
Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information.
2014-05-25 03:16:52 +00:00
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Don't allow changeing disabled dropdowns using the scrollwheel. Also corrects some things in
b9a4af4cc6
.
2014-06-21 00:25:12 +00:00
CDropDown.h
…
CGUI.cpp
Make hotkeys and top panel fully moddable by splitting up the xml file. Allow entire directories to be loaded via an 'include' to provide extra moddability (modders don't have to edit any files, they can just add new ones).
2014-06-17 13:03:55 +00:00
CGUI.h
Improve gui moddability by allowing to load an entire directory of scripts at once, and being able to split up big gui XML files.
Fixes
#2622
2014-06-11 17:14:35 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
…
CInput.h
…
CList.cpp
…
CList.h
…
COList.cpp
Remove commented out code and add licence headers to COList.cpp/.h.
2014-06-05 14:33:44 +00:00
COList.h
Remove commented out code and add licence headers to COList.cpp/.h.
2014-06-05 14:33:44 +00:00
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information.
2014-05-25 03:16:52 +00:00
GUIbase.h
…
GUIManager.cpp
…
GUIManager.h
…
GUIRenderer.cpp
…
GUIRenderer.h
…
GUItext.cpp
…
GUItext.h
…
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
Replace usage of CParser for CColor.
2014-06-04 00:58:05 +00:00
GUIutil.h
Replace usage of CParser for CColor.
2014-06-04 00:58:05 +00:00
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information.
2014-05-25 03:16:52 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
…
MiniMap.h
…