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-23 02:45:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4cfd0d64fbf92dee472b765aa892c8e879e448e1
0ad
/
source
/
gui
T
History
elexis
f905ee2c7e
Don't use the ternary operator as some people find that unreadable.
...
This was SVN commit r18035.
2016-04-15 06:11:38 +00:00
..
scripting
Don't use the ternary operator as some people find that unreadable.
2016-04-15 06:11:38 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
CDropDown.h
…
CGUI.cpp
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
CGUI.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
Allow multiple special sprites, to facilitate cases where we want to add an overlay to a sprite.
2015-12-13 16:03:17 +00:00
CImage.cpp
…
CImage.h
…
CInput.cpp
Remove disabled by default SDL1 support.
2015-12-14 10:52:21 +00:00
CInput.h
…
CList.cpp
Don't render a selection box instead of crashing due to ENSURE when elements are removed from a dropdownlist
2016-02-12 16:38:25 +00:00
CList.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
COList.cpp
Specify the default column sorting order in XML instead of JS.
2016-01-18 19:23:14 +00:00
COList.h
…
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
GUIManager.cpp
…
GUIManager.h
…
GUIRenderer.cpp
Allow multiple special sprites, to facilitate cases where we want to add an overlay to a sprite.
2015-12-13 16:03:17 +00:00
GUIRenderer.h
…
GUItext.cpp
…
GUItext.h
…
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
…
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Use explicit types instead of auto.
2016-01-13 00:42:55 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Show fog of war in observermode,
fixes
#3168
.
2016-02-06 12:56:41 +00:00
MiniMap.h
…