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-27 11:06:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1fb048fe5dd27dfb4e8a04f32d92213f2dbb836
0ad
/
source
/
gui
T
History
olsner
e511599f8b
ADD_TYPE macro: added the extra macro argument used by the code
...
This was SVN commit r352.
2004-06-02 15:22:53 +00:00
..
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CGUI.cpp
added usage of SDL_BUTTON_WHEELUP/DOWN instead of the win-specific constant values
2004-06-02 15:22:19 +00:00
CGUI.h
lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines
2004-06-01 17:34:12 +00:00
CGUIScrollBarStyle.cpp
…
CGUIScrollBarStyle.h
…
CGUIScrollBarVertical.cpp
fixed some warnings and one signed/unsigned bug
2004-05-29 11:59:59 +00:00
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CRadioButton.cpp
…
CRadioButton.h
VC6 compat removed for gcc compat ;-)
2004-06-02 14:29:49 +00:00
CText.cpp
…
CText.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
…
GUItext.cpp
lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines
2004-06-01 17:34:12 +00:00
GUItext.h
…
GUIutil.cpp
fixed some warnings and one signed/unsigned bug
2004-05-29 11:59:59 +00:00
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
ADD_TYPE macro: added the extra macro argument used by the code
2004-06-02 15:22:53 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
fixed some warnings and one signed/unsigned bug
2004-05-29 11:59:59 +00:00
IGUIScrollBar.h
lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines
2004-06-01 17:34:12 +00:00
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
fixed some warnings and one signed/unsigned bug
2004-05-29 11:59:59 +00:00
IGUITextOwner.h
…