This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-22 22:49:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c2763dca24c112e2ea016d1e50afa005a30331f8
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
Move XMPP polling to the mainloop. Should reduce lobby disconnects.
Fixes
#2491
2014-04-27 05:37:34 +00:00
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
Second (main) commit for the SpiderMonkey upgrade.
2014-03-28 20:26:32 +00:00
GUIManager.h
Second (main) commit for the SpiderMonkey upgrade.
2014-03-28 20:26:32 +00:00
GUIRenderer.cpp
Internationalization of the C++ side
2014-04-20 20:03:57 +00:00
GUIRenderer.h
…
GUItext.cpp
Enlarge the ideographic ranges in the word boundaries, fixes Japanese rendering a bit
2014-05-09 12:13:42 +00:00
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
Second (main) commit for the SpiderMonkey upgrade.
2014-03-28 20:26:32 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
…
MiniMap.h
…