0ad/source/gui/ObjectTypes
Freagarach 083ab0f4b0 Some layout changes to the replay menu.
Cursor should not blink in read-only.
The path was too similar to the list and thus easy to miss, it has been
changed to a 'golden' colour.
A tooltip was added to the path.
The border colour of input fields was changed from white to gold.
The buttons at the bottom of the page are spread evenly.

Patch by: @Langbart
Differential revision: https://code.wildfiregames.com/D4296
Refs: #6350

This was SVN commit r25976.
2021-10-28 06:14:17 +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_solid material usage from CChart. 2021-05-30 18:13:23 +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 Some layout changes to the replay menu. 2021-10-28 06:14:17 +00:00
CInput.h Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +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 lines drawing by direct GL calls from MiniMap. 2021-10-27 06:42:54 +00:00
CMiniMap.h Removes lines drawing by direct GL calls from MiniMap. 2021-10-27 06:42:54 +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 Provides Canvas2D for sprite rendering. 2021-05-29 19:47:36 +00:00
CSlider.h Adds Canvas2D to encapsulate low level GL calls for 2D rendering. 2021-05-28 16:35:57 +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