0ad/source/gui
2004-09-04 19:05:25 +00:00
..
scripting Corrected JS_AddRoot usage (it wants a JSObject**/JSString**/jsval*/etc) 2004-09-04 14:43:23 +00:00
CButton.cpp Made text always be placed at integer positions, to avoid it looking too ugly 2004-09-04 19:05:25 +00:00
CButton.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
CCheckBox.cpp Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
CCheckBox.h major update 2004-05-29 04:06:50 +00:00
CGUI.cpp Realised that there's no need to store the JSObject* as a void* 2004-09-04 14:40:06 +00:00
CGUI.h Realised that there's no need to store the JSObject* as a void* 2004-09-04 14:40:06 +00:00
CGUIScrollBarStyle.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
CGUIScrollBarStyle.h Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
CGUIScrollBarVertical.cpp Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
CGUIScrollBarVertical.h major update 2004-05-29 04:06:50 +00:00
CGUISprite.cpp newline stomper and fixed warnings 2004-06-11 02:14:18 +00:00
CGUISprite.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
CImage.cpp no message 2004-09-02 19:35:07 +00:00
CImage.h no message 2004-09-02 19:35:07 +00:00
CRadioButton.cpp Major fixes and updates. Let me know if I screwed up resolving conflicts. 2004-08-31 02:09:58 +00:00
CRadioButton.h VC6 compat removed for gcc compat ;-) 2004-06-02 14:29:49 +00:00
CText.cpp Made buffer-zone consistently a float 2004-09-03 21:37:39 +00:00
CText.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
GUI.h Major fixes and updates. Let me know if I screwed up resolving conflicts. 2004-08-31 02:09:58 +00:00
GUIbase.cpp Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
GUIbase.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
GUItext.cpp Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
GUItext.h Major fixes and updates. Let me know if I screwed up resolving conflicts. 2004-08-31 02:09:58 +00:00
GUIutil.cpp Type checking in dangerous pointer-using code 2004-09-03 21:25:39 +00:00
GUIutil.h Type checking in dangerous pointer-using code 2004-09-03 21:25:39 +00:00
IGUIButtonBehavior.cpp GUI/scripting updates 2004-07-11 16:22:35 +00:00
IGUIButtonBehavior.h while working on cstr, search and destroy made "CStr &x" -> "CStr& x". didn't intend to hit gui code, but ok :) 2004-06-18 14:07:06 +00:00
IGUIObject.cpp Realised that there's no need to store the JSObject* as a void* 2004-09-04 14:40:06 +00:00
IGUIObject.h Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
IGUIScrollBar.cpp Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
IGUIScrollBar.h Updated everything that's related to screen position to use floats 2004-09-03 05:48:47 +00:00
IGUIScrollBarOwner.cpp Major fixes and updates. Let me know if I screwed up resolving conflicts. 2004-08-31 02:09:58 +00:00
IGUIScrollBarOwner.h while working on cstr, search and destroy made "CStr &x" -> "CStr& x". didn't intend to hit gui code, but ok :) 2004-06-18 14:07:06 +00:00
IGUITextOwner.cpp Updates, mostly about centering text. 2004-09-02 03:02:32 +00:00
IGUITextOwner.h fix typos in comments :) 2004-06-22 17:20:11 +00:00