0ad/source/gui
elexis e82d0867b2 Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5.
Confess a wrong word in a comment in c9c82d9daf and a typo in a comment
in 9985fcf5bd.

Differential Revision: https://code.wildfiregames.com/D2203
This was SVN commit r22720.
2019-08-20 10:51:29 +00:00
..
scripting PushGuiPage support for passing a function instead of a function name. 2019-08-16 18:46:04 +00:00
tests Move GUI string parsing specializations to a separate file and remove __ParseString proxy. 2019-08-19 19:43:13 +00:00
CButton.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CButton.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CChart.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CChart.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
CCheckBox.cpp Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
CCheckBox.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CDropDown.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CDropDown.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CGUI.cpp Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5. 2019-08-20 10:51:29 +00:00
CGUI.h Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CGUIColor.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CGUIColor.h Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CGUIList.h Split CGUIString.h from GUIText.h, so that one may have the SGUIText implementation in a separate cpp file. 2019-08-10 19:16:52 +00:00
CGUIScrollBarVertical.cpp Move GUI<>::FallBackSprite and GUI<>::FallBackColor to CGUIColor::operator|| and CGUISpriteInstance::operator||. 2019-08-18 15:17:49 +00:00
CGUIScrollBarVertical.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CGUISeries.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
CGUISprite.cpp Move GUI<>::FallBackSprite and GUI<>::FallBackColor to CGUIColor::operator|| and CGUISpriteInstance::operator||. 2019-08-18 15:17:49 +00:00
CGUISprite.h Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5. 2019-08-20 10:51:29 +00:00
CGUIString.cpp Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
CGUIString.h Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
CGUIText.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CGUIText.h Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
CImage.cpp Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
CImage.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CInput.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CInput.h Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
CList.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CList.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
COList.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
COList.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
CProgressBar.cpp Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
CProgressBar.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CRadioButton.cpp Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CRadioButton.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CSlider.cpp Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
CSlider.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CText.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CText.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
CTooltip.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
CTooltip.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
GUI.h Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
GUIbase.cpp Move CClientArea ToJSVal / FromJSVal conversion from JSI_IGUIObject (since that should be agnostic of the conversion) to CClientArea (since that defines the properties). 2019-07-26 14:47:27 +00:00
GUIbase.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
GUIManager.cpp PushGuiPage support for passing a function instead of a function name. 2019-08-16 18:46:04 +00:00
GUIManager.h PushGuiPage support for passing a function instead of a function name. 2019-08-16 18:46:04 +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 Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
GUIRenderer.h Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5. 2019-08-20 10:51:29 +00:00
GUIStringConversions.cpp Move GUI string parsing specializations to a separate file and remove __ParseString proxy. 2019-08-19 19:43:13 +00:00
GUITooltip.cpp Tooltip GUI engine cleanup. 2016-06-15 15:40:05 +00:00
GUITooltip.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
GUItypes.h Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
GUIutil.cpp Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5. 2019-08-20 10:51:29 +00:00
GUIutil.h Erase unused variable following 77b81d8761, clean two stray includes from c19f3608a5. 2019-08-20 10:51:29 +00:00
IGUIButtonBehavior.cpp Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
IGUIButtonBehavior.h Stop copying color every draw call for every GUI object using colors. 2019-08-19 12:53:58 +00:00
IGUIObject.cpp Use a new GetSetting returning a reference instead of GetSettingPointer when the setting is known to exist. 2019-08-19 10:32:29 +00:00
IGUIObject.h Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
IGUIScrollBar.cpp Unfriend the 20 IGUIObject classes from CGUI. 2019-08-10 12:51:27 +00:00
IGUIScrollBar.h Use NONCOPYABLE for most GUI classes and structs to have the compiler indicate unintended copies, refs 3028551b91 / D2163. 2019-08-10 00:04:17 +00:00
IGUIScrollBarOwner.cpp Unfriend the 20 IGUIObject classes from CGUI. 2019-08-10 12:51:27 +00:00
IGUIScrollBarOwner.h Pass the GUI page pointer CGUI* to the IGUIObject and derived classes upon construction, instead of on stray cases. 2019-08-01 20:20:24 +00:00
IGUITextOwner.cpp Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
IGUITextOwner.h Move CGUI::GenerateText to CGUIText constructor, CGUI::DrawText to CGUIText::Draw, SGenerateTextImage from CGUI to CGUIText. 2019-08-17 01:32:11 +00:00
MiniMap.cpp Unfriend the 20 IGUIObject classes from CGUI. 2019-08-10 12:51:27 +00:00
MiniMap.h Move GetDefaultGuiMatrix to a separate file. 2019-08-04 03:52:00 +00:00