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-03 10:27:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7ceaa06523c902ca508f1857371bd46a3e0016f
0ad
/
source
/
gui
T
History
Ykkrosh
70d84beab2
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
...
This was SVN commit r1074.
2004-08-27 22:08:30 +00:00
..
scripting
Fixed JS complaints about missing 'prototype'
2004-08-14 11:23:38 +00:00
CButton.cpp
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
2004-08-27 22:08:30 +00:00
CButton.h
…
CCheckBox.cpp
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
2004-08-27 22:08:30 +00:00
CCheckBox.h
…
CGUI.cpp
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
2004-08-27 22:08:30 +00:00
CGUI.h
Made missing textures non-fatal
2004-08-26 10:31:34 +00:00
CGUIScrollBarStyle.cpp
…
CGUIScrollBarStyle.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
2004-08-27 22:08:30 +00:00
CText.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
…
GUItext.cpp
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
2004-08-27 22:08:30 +00:00
GUItext.h
…
GUIutil.cpp
…
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
added debug_warns where there were TODO gee: report error comments
2004-08-08 18:21:58 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…