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-28 15:28:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87d5d37488c100151f180ff07abe44c671a97d75
0ad
/
source
/
gui
T
History
Yves
c385a88c88
Remove unused overload of GetSavedGameData
...
This was SVN commit r16001.
2014-11-22 19:46:24 +00:00
..
scripting
Check for availability of XmppClient.
2014-11-16 02:10:24 +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
Change L10n code to use ps/Singleton, so that we can recreate it.
2014-10-15 16:04:37 +00:00
CGUI.h
…
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
Fixes some bugs related to IME text input in SDL2, including a possible crash, refs
#2041
. Behavior seems reasonably consistent now on Windows and OS X
2014-10-03 23:33:41 +00:00
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
Change L10n code to use ps/Singleton, so that we can recreate it.
2014-10-15 16:04:37 +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
…
GUIManager.cpp
Remove unused overload of GetSavedGameData
2014-11-22 19:46:24 +00:00
GUIManager.h
Remove unused overload of GetSavedGameData
2014-11-22 19:46:24 +00:00
GUIRenderer.cpp
Change L10n code to use ps/Singleton, so that we can recreate it.
2014-10-15 16:04:37 +00:00
GUIRenderer.h
…
GUItext.cpp
Change GUI tag parsing to use a FSM instead of using CParser. Refs
#2589
.
2014-11-16 02:10:28 +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
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
…
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
…