1
0
forked from 0ad/0ad
0ad/source/gui
2021-05-24 18:42:51 +00:00
..
ObjectBases Removes unnecessary z-level from GUI sprite rendering. 2021-05-22 18:06:18 +00:00
ObjectTypes Removes unnecessary z-level from GUI sprite rendering. 2021-05-22 18:06:18 +00:00
Scripting Fixes broken PCH after wraitii commits (4f972bc623, 0f60bf3a97) and Itms (833c9f108c). 2021-05-15 14:50:24 +00:00
SettingTypes Fixes broken PCH after wraitii commits (4f972bc623, 0f60bf3a97) and Itms (833c9f108c). 2021-05-15 14:50:24 +00:00
tests Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
CGUI.cpp Removes hardcoded 1px width borders from GUI sprites. 2021-05-24 18:42:51 +00:00
CGUI.h Adds std namespace to shared_ptr usages in gui and sound. 2021-05-22 19:23:03 +00:00
CGUIScrollBarVertical.cpp Removes unnecessary z-level from GUI sprite rendering. 2021-05-22 18:06:18 +00:00
CGUIScrollBarVertical.h Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
CGUISetting.cpp Split off JSON-related function from ScriptInterface, clean up headers. 2021-05-14 10:18:03 +00:00
CGUISetting.h Split JS conversions from ScriptInterface. 2021-05-13 09:43:33 +00:00
CGUISprite.cpp Removes unnecessary z-level from GUI sprite rendering. 2021-05-22 18:06:18 +00:00
CGUISprite.h Removes hardcoded 1px width borders from GUI sprites. 2021-05-24 18:42:51 +00:00
CGUIText.cpp Clip rendered text correctly 2021-05-23 22:05:17 +00:00
CGUIText.h Clip rendered text correctly 2021-05-23 22:05:17 +00:00
GUIManager.cpp Adds std namespace to shared_ptr usages in gui and sound. 2021-05-22 19:23:03 +00:00
GUIManager.h Adds std namespace to shared_ptr usages in gui and sound. 2021-05-22 19:23:03 +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
GUIObjectTypes.cpp Add getTextSize() for CButton 2020-12-11 16:12:46 +00:00
GUIRenderer.cpp Removes hardcoded 1px width borders from GUI sprites. 2021-05-24 18:42:51 +00:00
GUIRenderer.h Removes hardcoded 1px width borders from GUI sprites. 2021-05-24 18:42:51 +00:00
GUIStringConversions.cpp Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
GUITooltip.cpp Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
GUITooltip.h Generalize icon-specific tooltips to a tag, streamline code. 2021-05-01 12:38:05 +00:00
IGUIScrollBar.cpp Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
IGUIScrollBar.h Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
SGUIIcon.h Moves CSize into a separate file and renames it to CSize2D according to other geometric entities. 2021-03-27 16:08:06 +00:00
SGUIMessage.h Allow right-click on disabled buttons. 2020-11-14 18:16:24 +00:00
SGUIStyle.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00