0ad/source/gui
elexis 07cc1ba34c Move GUIbase structs and enums to separate files.
Differential Revision: https://code.wildfiregames.com/D2340
Tested on: clang 8.0.1, Jenkins

This was SVN commit r23022.
2019-10-01 12:46:55 +00:00
..
scripting Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
tests Improve js glue code in D1839/61e3f1ec0d (hotkey state fix) and deal with rebase leftovers. 2019-09-22 07:38:13 +00:00
CButton.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CButton.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CChart.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CChart.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CCheckBox.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CCheckBox.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CDropDown.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CDropDown.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CGUI.cpp Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CGUI.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
CGUIColor.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
CGUIColor.h Use CGUI& instead of CGUI* so that the 50+ users stop wondering whether or not that is null and can't even be mistaken to add redundant null checks preemptively. 2019-08-21 10:12:33 +00:00
CGUIDummyObject.h Move CGUIDummyObject class used for empty GUI objects to a separate file, and put the according CGUI page base object on the stack. 2019-09-18 20:51:45 +00:00
CGUIList.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUIScrollBarVertical.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
CGUIScrollBarVertical.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUISeries.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUISetting.cpp Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CGUISetting.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CGUISprite.cpp Use CGUI& instead of CGUI* so that the 50+ users stop wondering whether or not that is null and can't even be mistaken to add redundant null checks preemptively. 2019-08-21 10:12:33 +00:00
CGUISprite.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
CGUIString.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUIString.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
CGUIText.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
CGUIText.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
CImage.cpp Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CImage.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CInput.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CInput.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CList.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CList.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
COList.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
COList.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CProgressBar.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CProgressBar.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CRadioButton.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CRadioButton.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CSlider.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CSlider.h Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. 2019-09-27 12:49:59 +00:00
CText.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CText.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CTooltip.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
CTooltip.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
EAlign.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
GUIbase.cpp Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9. 2019-09-30 08:19:56 +00:00
GUIbase.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
GUIManager.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
GUIManager.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
GUIMatrix.cpp Move GetDefaultGuiMatrix to a separate file. 2019-08-04 03:52:00 +00:00
GUIMatrix.h Move GetDefaultGuiMatrix to a separate file. 2019-08-04 03:52:00 +00:00
GUIRenderer.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
GUIRenderer.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
GUIStringConversions.cpp Solemnly delete class GUI and rename GUIUtil.h to CGUISetting.h. 2019-08-29 09:07:29 +00:00
GUITooltip.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
GUITooltip.h Use CGUI& instead of CGUI* so that the 50+ users stop wondering whether or not that is null and can't even be mistaken to add redundant null checks preemptively. 2019-08-21 10:12:33 +00:00
GUItypes.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
IGUIButtonBehavior.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUIButtonBehavior.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUIObject.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUIObject.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
IGUIScrollBar.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
IGUIScrollBar.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
IGUIScrollBarOwner.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUIScrollBarOwner.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUITextOwner.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
IGUITextOwner.h Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
MiniMap.cpp Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. 2019-09-30 14:08:14 +00:00
MiniMap.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
SGUIIcon.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
SGUIMessage.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00
SGUIStyle.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00