0ad/source/gui
leper 2c14d94559 Replace usage of CParser for CColor.
Switches format to use integers only.
Adds logging if the string is invalid.
Refs #2589.

This was SVN commit r15278.
2014-06-04 00:58:05 +00:00
..
scripting Move XMPP polling to the mainloop. Should reduce lobby disconnects. Fixes #2491 2014-04-27 05:37:34 +00:00
tests Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information. 2014-05-25 03:16:52 +00:00
CButton.cpp
CButton.h
CCheckBox.cpp Cleanup GUI Checkbox C++ code by removing broken, non-obvious internal text rendering. 2014-01-02 03:28:15 +00:00
CCheckBox.h
CDropDown.cpp Fix trivial comment typo caught by wraitii. 2013-12-31 11:06:00 +00:00
CDropDown.h Make water specular more visible and fixes a few cases where it would actually hardly appear when it should. 2013-07-14 12:17:07 +00:00
CGUI.cpp Replace usage of CParser for CColor. 2014-06-04 00:58:05 +00:00
CGUI.h Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
CGUIList.h
CGUIScrollBarVertical.cpp Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby. 2013-11-07 20:07:24 +00:00
CGUIScrollBarVertical.h Okay, do what f5ab6255d0 was supposed to do. 2013-08-26 04:17:26 +00:00
CGUISprite.cpp Use pointers instead of copying sprites in the GUI. Fixes #1984. Patch by jP_wanN. 2014-01-03 20:19:43 +00:00
CGUISprite.h Use pointers instead of copying sprites in the GUI. Fixes #1984. Patch by jP_wanN. 2014-01-03 20:19:43 +00:00
CImage.cpp
CImage.h
CInput.cpp Correctly handle the keypad enter in CInput.cpp and make the return key case catch SDLK_RETURN instead of '/r' for consistancy and readability. 2014-02-03 21:46:27 +00:00
CInput.h
CList.cpp Fix #2403 2014-01-24 18:15:42 +00:00
CList.h Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby. 2013-11-07 20:07:24 +00:00
COList.cpp Add support for adding translation context to XML elements. Patch by Gallaecio. 2014-04-30 22:33:08 +00:00
COList.h Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby. 2013-11-07 20:07:24 +00:00
CProgressBar.cpp
CProgressBar.h
CRadioButton.cpp
CRadioButton.h
CText.cpp Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby. 2013-11-07 20:07:24 +00:00
CText.h
CTooltip.cpp Fix a valgrind warning about uninitilized variables in the scrollbar code and some comment/style fixes. 2014-02-19 21:59:07 +00:00
CTooltip.h
GUI.h
GUIbase.cpp Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information. 2014-05-25 03:16:52 +00:00
GUIbase.h Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab. 2014-01-01 00:23:18 +00:00
GUIManager.cpp Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
GUIManager.h Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
GUIRenderer.cpp Internationalization of the C++ side 2014-04-20 20:03:57 +00:00
GUIRenderer.h Use pointers instead of copying sprites in the GUI. Fixes #1984. Patch by jP_wanN. 2014-01-03 20:19:43 +00:00
GUItext.cpp Enlarge the ideographic ranges in the word boundaries, fixes Japanese rendering a bit 2014-05-09 12:13:42 +00:00
GUItext.h Fixes scoping for icons in GUI text, instead of using only the top page on the stack, which caused errors when dialog boxes popped up over text containing icons 2014-01-17 02:54:57 +00:00
GUITooltip.cpp
GUITooltip.h
GUItypes.h
GUIutil.cpp Replace usage of CParser for CColor. 2014-06-04 00:58:05 +00:00
GUIutil.h Replace usage of CParser for CColor. 2014-06-04 00:58:05 +00:00
IGUIButtonBehavior.cpp Make GUI button-based objects to behave more expectedly when doubleclicked, also some style tweaks. 2014-01-01 06:05:41 +00:00
IGUIButtonBehavior.h
IGUIObject.cpp Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information. 2014-05-25 03:16:52 +00:00
IGUIObject.h Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
IGUIScrollBar.cpp Fix a valgrind warning about uninitilized variables in the scrollbar code and some comment/style fixes. 2014-02-19 21:59:07 +00:00
IGUIScrollBar.h Fix a valgrind warning about uninitilized variables in the scrollbar code and some comment/style fixes. 2014-02-19 21:59:07 +00:00
IGUIScrollBarOwner.cpp
IGUIScrollBarOwner.h
IGUITextOwner.cpp
IGUITextOwner.h
MiniMap.cpp Fix hover effect not regenerating after mousedown events, minor GUI code cleanup, and fix #2414 2014-03-07 22:43:57 +00:00
MiniMap.h Fix hover effect not regenerating after mousedown events, minor GUI code cleanup, and fix #2414 2014-03-07 22:43:57 +00:00