0ad/source/gui
elexis 32d6d07eda Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication.
The name is in accordance with its JS classname, member names and
setting names.

Differential Revision: https://code.wildfiregames.com/D2341
Tested on: clang 8.0.1, Jenkins/vs2015

This was SVN commit r23023.
2019-10-01 15:06:13 +00:00
..
scripting Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +00:00
tests Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06: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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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
CGUISize.cpp Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +00:00
CGUISize.h Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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
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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +00:00
GUIRenderer.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
GUIStringConversions.cpp Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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 Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +00:00
IGUIObject.h Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. 2019-10-01 15:06:13 +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