1
0
forked from 0ad/0ad
0ad/source/gui
elexis 734d21464b Fix missing JSAutoRequest before JS_ReportError in various commits.
Differential Revision: https://code.wildfiregames.com/D2256
Tested on: clang 8.0.1, Jenkins

This was SVN commit r22949.
2019-09-20 19:18:07 +00:00
..
scripting Fix missing JSAutoRequest before JS_ReportError in various commits. 2019-09-20 19:18:07 +00:00
tests Fix 61e3f1ec0d on Windows. 2019-09-17 19:27:38 +00:00
CButton.cpp Move static GUI<>::SetSetting operating on IGUIObject to a member IGUIObject::SetSetting. 2019-08-28 11:21:11 +00:00
CButton.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CChart.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CChart.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CCheckBox.cpp Remove some unused Profiler.h and CLogger.h includes. 2019-09-07 13:35:45 +00:00
CCheckBox.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CDropDown.cpp 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
CDropDown.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUI.cpp Delete empty IGUIObject::Destroy function and MEGA TODO from 5122b0f906, e21ebb37f5. 2019-09-20 15:25:13 +00:00
CGUI.h Delete empty IGUIObject::Destroy function and MEGA TODO from 5122b0f906, e21ebb37f5. 2019-09-20 15:25:13 +00:00
CGUIColor.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
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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +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 Fix missing JSAutoRequest before JS_ReportError in various commits. 2019-09-20 19:18:07 +00:00
CGUISetting.h Solemnly delete class GUI and rename GUIUtil.h to CGUISetting.h. 2019-08-29 09:07:29 +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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUIString.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CGUIString.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
CGUIText.cpp 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
CGUIText.h Solemnly delete class GUI and rename GUIUtil.h to CGUISetting.h. 2019-08-29 09:07:29 +00:00
CImage.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CImage.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CInput.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CInput.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CList.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CList.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
COList.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
COList.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CProgressBar.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CProgressBar.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CRadioButton.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CRadioButton.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CSlider.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CSlider.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CText.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CText.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CTooltip.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
CTooltip.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
GUIbase.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
GUIbase.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
GUIManager.cpp Happy savegame hack removal following e0ea53a8ee, refs #2030. 2019-09-18 00:17:56 +00:00
GUIManager.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +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 Solemnly delete class GUI and rename GUIUtil.h to CGUISetting.h. 2019-08-29 09:07:29 +00:00
GUIRenderer.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUIButtonBehavior.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUIObject.cpp Delete empty IGUIObject::Destroy function and MEGA TODO from 5122b0f906, e21ebb37f5. 2019-09-20 15:25:13 +00:00
IGUIObject.h Delete empty IGUIObject::Destroy function and MEGA TODO from 5122b0f906, e21ebb37f5. 2019-09-20 15:25:13 +00:00
IGUIScrollBar.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +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 Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
IGUITextOwner.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
MiniMap.cpp Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00
MiniMap.h Delete GUI.h umbrella include following 8d0cb1b954. 2019-09-20 13:11:18 +00:00