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-06 15:25:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9cea581f433176c24265b92bbdefd37dd9acdf00
0ad
/
source
/
gui
T
History
janwas
5529977ecd
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
...
This was SVN commit r5532.
2007-12-29 16:22:23 +00:00
..
scripting
Replaced Windows SpiderMonkey library with a threadsafe build of version 1.6.
2007-06-09 02:40:48 +00:00
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
…
CDropDown.h
…
CGUI.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
CGUI.h
…
CGUIList.cpp
…
CGUIList.h
…
CGUIScrollBarStyle.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
Changed console character to a _ since the vertical line glyph didn't seem to be available on OS X.
2007-10-13 18:22:20 +00:00
CInput.h
…
CList.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
CList.h
…
CProgressBar.cpp
# Fixed some warnings and potentially misleading code
2007-05-29 19:01:21 +00:00
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
…
GUIRenderer.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
GUIRenderer.h
…
GUItext.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
GUItext.h
…
GUITooltip.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
Profiler: Added malloc-counting to GCC. Fixed counting of unlogged allocations in the root node.
2007-06-15 17:03:26 +00:00
GUIutil.h
Console: changed things so declaring variables while an entity is selected will no longer define a new property in that entity. Kind of broke the ability to access properties of the selected object without typing
selection[0]
, due to other bugs.
2007-06-16 22:07:40 +00:00
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems.
2007-06-08 22:56:01 +00:00
IGUIObject.h
Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems.
2007-06-08 22:56:01 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
. split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.
2007-05-09 21:01:11 +00:00
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
. split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.
2007-05-09 21:01:11 +00:00
MiniMap.h
…