0ad/source/gui
elexis 218399bf3d Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9.
Rename init to RegisterScriptClass.

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

This was SVN commit r23018.
2019-09-30 08:19:56 +00:00
..
scripting Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9. 2019-09-30 08:19:56 +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 little IGUIButtonBehavior::DrawButton duplication. 2019-09-28 11:33:58 +00:00
CButton.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
CChart.cpp Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +00:00
CChart.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
CCheckBox.cpp Remove little IGUIButtonBehavior::DrawButton duplication. 2019-09-28 11:33:58 +00:00
CCheckBox.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
CDropDown.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
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 Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +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 Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +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 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.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
CList.cpp Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +00:00
CList.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
COList.cpp Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +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 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.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 Delete unused CCheckbox text setting remains following b1422137e5, refs 0f807c643a. 2019-09-21 03:11:18 +00:00
CRadioButton.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CSlider.cpp Fix alphabetic sorting induced syntax error in previous, a33fd55e81/D2313, reported by go2die. 2019-09-27 14:08:00 +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 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.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
CTooltip.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
CTooltip.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
GUIbase.cpp Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9. 2019-09-30 08:19:56 +00:00
GUIbase.h Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +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 Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUIButtonBehavior.cpp Remove little IGUIButtonBehavior::DrawButton duplication. 2019-09-28 11:33:58 +00:00
IGUIButtonBehavior.h Remove little IGUIButtonBehavior::DrawButton duplication. 2019-09-28 11:33:58 +00:00
IGUIObject.cpp Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9. 2019-09-30 08:19:56 +00:00
IGUIObject.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
IGUIScrollBar.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
IGUIScrollBar.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUIScrollBarOwner.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUIScrollBarOwner.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUITextOwner.cpp Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +00:00
IGUITextOwner.h Remove redundant IGUITextOwner::AddText IGUIObject/this argument. 2019-09-28 11:46:06 +00:00
MiniMap.cpp Cleanup GUI includes, whitespace, map iterators, nullptr. 2019-09-22 23:28:25 +00:00
MiniMap.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00