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-07-05 14:06:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f8bfe3eafbb3ec97dcd52abf987d8b5aff779cf5
0ad
/
source
/
gui
T
History
leper
755ec45a14
Use correct format specifiers. Patch by bog_dan_ro.
...
This was SVN commit r16148.
2015-01-13 18:37:50 +00:00
..
scripting
Improve PickEntitiesAtPoint
2015-01-01 23:05:26 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Fixes incorrect input handling in dropdowns and lists, they were manually handling all events, but should only handle certain key presses.
Fixes
#2885
.
2014-10-27 04:37:06 +00:00
CDropDown.h
…
CGUI.cpp
Remove duplicated layers of unescaping which required multiple escapes in some places.
2014-12-13 01:08:29 +00:00
CGUI.h
Allow nesting repeat tags in the GUI.
2014-12-10 20:10:02 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
Remove useless parameter from CFG_GET_VALUE.
2014-11-17 23:29:49 +00:00
CInput.h
…
CList.cpp
Fixes incorrect input handling in dropdowns and lists, they were manually handling all events, but should only handle certain key presses.
Fixes
#2885
.
2014-10-27 04:37:06 +00:00
CList.h
…
COList.cpp
…
COList.h
…
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
Use correct format specifiers. Patch by bog_dan_ro.
2015-01-13 18:37:50 +00:00
GUIbase.h
…
GUIManager.cpp
Give access to the templates to the GUI. This will be useful for eventually displaying factions specificities in main menus.
2014-12-28 16:21:07 +00:00
GUIManager.h
Give access to the templates to the GUI. This will be useful for eventually displaying factions specificities in main menus.
2014-12-28 16:21:07 +00:00
GUIRenderer.cpp
…
GUIRenderer.h
…
GUItext.cpp
Fixes MSVC build warnings about unhanded cases in switch statement (C4062) and missing parameter in macro (C4003)
2015-01-11 21:37:53 +00:00
GUItext.h
Change GUI tag parsing to use a FSM instead of using CParser. Refs
#2589
.
2014-11-16 02:10:28 +00:00
GUITooltip.cpp
Remove duplicated layers of unescaping which required multiple escapes in some places.
2014-12-13 01:08:29 +00:00
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
Use correct format specifiers. Patch by bog_dan_ro.
2015-01-13 18:37:50 +00:00
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
…
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Remove useless parameter from CFG_GET_VALUE.
2014-11-17 23:29:49 +00:00
MiniMap.h
…