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-26 02:28:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44eb336dfed03aa89b856eadd39ffed84a266eae
0ad
/
source
/
gui
T
History
JoshuaJB
72d306873f
Correctly handle the keypad enter in CInput.cpp and make the return key case catch SDLK_RETURN instead of '/r' for consistancy and readability.
...
This was SVN commit r14730.
2014-02-03 21:46:27 +00:00
..
scripting
Add the ability to display chat messages when joining the lobby and quickly mostly update the options window to the new UI style.
2014-01-26 05:39:55 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
…
CDropDown.h
…
CGUI.cpp
Fixes the problem that functions in globalscripts aren't available from GUI scripts anymore since
4b1297b328
.
2014-01-17 18:21:27 +00:00
CGUI.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
Use pointers instead of copying sprites in the GUI.
Fixes
#1984
. Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
CGUISprite.h
Use pointers instead of copying sprites in the GUI.
Fixes
#1984
. Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
CImage.cpp
…
CImage.h
…
CInput.cpp
Correctly handle the keypad enter in CInput.cpp and make the return key case catch SDLK_RETURN instead of '/r' for consistancy and readability.
2014-02-03 21:46:27 +00:00
CInput.h
…
CList.cpp
Fix
#2403
2014-01-24 18:15:42 +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
…
GUIbase.h
…
GUIManager.cpp
Fixes scoping for icons in GUI text, instead of using only the top page on the stack, which caused errors when dialog boxes popped up over text containing icons
2014-01-17 02:54:57 +00:00
GUIManager.h
Fixes scoping for icons in GUI text, instead of using only the top page on the stack, which caused errors when dialog boxes popped up over text containing icons
2014-01-17 02:54:57 +00:00
GUIRenderer.cpp
Use pointers instead of copying sprites in the GUI.
Fixes
#1984
. Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
GUIRenderer.h
Use pointers instead of copying sprites in the GUI.
Fixes
#1984
. Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
GUItext.cpp
Fixes scoping for icons in GUI text, instead of using only the top page on the stack, which caused errors when dialog boxes popped up over text containing icons
2014-01-17 02:54:57 +00:00
GUItext.h
Fixes scoping for icons in GUI text, instead of using only the top page on the stack, which caused errors when dialog boxes popped up over text containing icons
2014-01-17 02:54:57 +00:00
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
…
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
IGUIObject.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
MiniMap.h
…