This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
63cbcf2eb5b42979faba7cf9494c12641ecca013
0ad
/
source
/
gui
T
History
vladislavbelov
2fa18b1503
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
...
This was SVN commit r23234.
2019-12-14 12:56:47 +00:00
..
ObjectBases
Support deleting GUI Object event handlers following
af9c336b43
, refs
#5387
.
2019-10-28 11:35:04 +00:00
ObjectTypes
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
Scripting
Fix
34ce0f865d
resetting the cursor after calling the GUI pages script "init" function, refs
#539
.
2019-11-12 14:43:58 +00:00
SettingTypes
Don't leak all GUI objects on name ambiguity following
5cc814759f
and remove ERROR_GROUP GUI.
2019-10-11 16:20:50 +00:00
tests
…
CGUI.cpp
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
CGUI.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISetting.cpp
…
CGUISetting.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CGUIText.cpp
…
CGUIText.h
…
GUIManager.cpp
Move CGUI constructor to the top of its file following
5cc814759f
.
2019-11-24 10:26:48 +00:00
GUIManager.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
GUIMatrix.cpp
…
GUIMatrix.h
…
GUIObjectTypes.h
Move CGUI constructor to the top of its file following
5cc814759f
.
2019-11-24 10:26:48 +00:00
GUIRenderer.cpp
…
GUIRenderer.h
…
GUISettingTypes.h
…
GUIStringConversions.cpp
…
GUITooltip.cpp
…
GUITooltip.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
SGUIIcon.h
…
SGUIMessage.h
Don't leak all GUI objects on name ambiguity following
5cc814759f
and remove ERROR_GROUP GUI.
2019-10-11 16:20:50 +00:00
SGUIStyle.h
…