1
0
forked from 0ad/0ad
0ad/source/gui/ObjectTypes
vladislavbelov 4d77de66d4 Removes GUI dependency from Canvas2D.
Initially the GetDefaultGuiMatrix function was added in 4113aa0a36 and
renamed in 04c63a4093.

This was SVN commit r27111.
2022-10-04 20:25:39 +00:00
..
CButton.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CButton.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CChart.cpp Removes GUI dependency from Canvas2D. 2022-10-04 20:25:39 +00:00
CChart.h Moves partially MiniMap texture rendering into a separate object. 2021-06-01 18:55:35 +00:00
CCheckBox.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CCheckBox.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CDropDown.cpp Fix rare crash on Linux when opening dropdowns. 2021-07-20 20:59:45 +00:00
CDropDown.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CGUIDummyObject.h Implements DrawRect in Canvas2D, removes CConsole background drawing with low level GL calls. 2021-05-29 12:31:14 +00:00
CHotkeyPicker.cpp Split JS conversions from ScriptInterface. 2021-05-13 09:43:33 +00:00
CHotkeyPicker.h Removes unused forward declarations of class and struct. 2021-09-08 19:43:01 +00:00
CImage.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CImage.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CInput.cpp Avoids drawing text in GUI if it will be clipped. 2022-05-10 16:32:25 +00:00
CInput.h Avoids drawing text in GUI if it will be clipped. 2022-05-10 16:32:25 +00:00
CList.cpp Removes raw pointers management from GUIScrollBarOwner. 2021-06-06 00:12:31 +00:00
CList.h Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CMiniMap.cpp Removes drawing via IDeviceCommandContext from CMinimap. 2022-10-04 19:32:42 +00:00
CMiniMap.h Slightly improves minimap flares, makes animation more smooth via alpha fade in/out. 2021-11-16 16:58:32 +00:00
COList.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
COList.h Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CProgressBar.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CProgressBar.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CRadioButton.cpp Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
CRadioButton.h Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
CSlider.cpp Draws slider button only inside its element. 2022-01-14 06:50:44 +00:00
CSlider.h Adds disabled sprites to slider. 2021-11-27 13:37:05 +00:00
CText.cpp Removes raw pointers management from GUIScrollBarOwner. 2021-06-06 00:12:31 +00:00
CText.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00
CTooltip.cpp Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CTooltip.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +00:00