This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-27 02:47:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02ed411e6fc86f3d85d4166eb06d997f502e7151
0ad
/
source
/
gui
T
History
elexis
e497672a9c
Bump copyright header year numbers.
...
This was SVN commit r21305.
2018-02-21 18:44:52 +00:00
..
scripting
Expose the same ReadJSONFile function to simulation, GUI and rmgen.
2017-12-03 23:02:27 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CChart.cpp
Fix oversight in
16afbf32c8
noticed by Geramoto
2017-11-27 19:51:21 +00:00
CChart.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Bump copyright header year numbers.
2018-02-21 18:44:52 +00:00
CDropDown.h
Fix dropdown list height after resizing the window (in case there is an item that used wordwrapping before but not after the resize or vice versa).
2017-06-29 23:39:12 +00:00
CGUI.cpp
Fix margin/padding issue in tooltips
2018-02-15 18:16:45 +00:00
CGUI.h
Fix few typos found with the Debian lintian tool.
2017-10-28 22:34:57 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISeries.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
Add FALLTHROUGH, which in the best case is just [[fallthrough]].
2017-09-01 20:04:53 +00:00
CInput.h
Implement readonly Input GUI objects and use it in the file location indicator in the replay menu,
2017-08-29 23:53:23 +00:00
CList.cpp
Bump copyright header year numbers.
2018-02-21 18:44:52 +00:00
CList.h
…
COList.cpp
…
COList.h
…
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CSlider.cpp
…
CSlider.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
Bump copyright header year numbers.
2018-02-21 18:44:52 +00:00
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
Allow the GUI to subscribe to text edit events to redeem three workarounds in the options page.
2017-09-01 12:06:18 +00:00
GUIManager.cpp
Allow the JS GUI to subscribe to the window resized event and use it to conditionally update the observer panel (refs D689).
2017-06-30 00:04:29 +00:00
GUIManager.h
…
GUIRenderer.cpp
…
GUIRenderer.h
…
GUItext.cpp
Add FALLTHROUGH, which in the best case is just [[fallthrough]].
2017-09-01 20:04:53 +00:00
GUItext.h
…
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
…
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
…
IGUIObject.h
Replace deprecated jsval with JS::Value.
2017-08-28 10:27:36 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
Fix scrollbare edgy-case and off by 1's in dropdown
2017-11-21 20:07:23 +00:00
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
…
MiniMap.h
…