This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
aa7dfc196efae732e9178d2bbefe013c418408a5
0ad
/
source
/
gui
/
ObjectTypes
T
History
trompetin17
5e2ae82d9e
Bug fix: Use sort order asc by default instead of desc
...
refs
9044735e87
This was SVN commit r27429.
2023-01-12 19:10:28 +00:00
..
CButton.cpp
…
CButton.h
…
CChart.cpp
Removes GUI dependency from Canvas2D.
2022-10-04 20:25:39 +00:00
CChart.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Fix rare crash on Linux when opening dropdowns.
2021-07-20 20:59:45 +00:00
CDropDown.h
…
CGUIDummyObject.h
…
CHotkeyPicker.cpp
…
CHotkeyPicker.h
Removes unused forward declarations of class and struct.
2021-09-08 19:43:01 +00:00
CImage.cpp
…
CImage.h
…
CInput.cpp
Remove some unnecessary string copy related to substr.
2022-12-04 19:56:12 +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
…
CMiniMap.cpp
Adds Vulkan backend.
2023-01-10 20:22:20 +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
Optional column "sort_order" attribute support olist GUI
2023-01-09 14:26:03 +00:00
COList.h
Bug fix: Use sort order asc by default instead of desc
2023-01-12 19:10:28 +00:00
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
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
…
CTooltip.cpp
…
CTooltip.h
…