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-22 09:26:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9d232fd39a0a511d6ba1b338f52bc5e55fd8fcd7
0ad
/
source
/
gui
T
History
elexis
486aec18d4
Move Main ScriptFunctions to a new JS Interface, refs
#4772
.
...
This was SVN commit r20172.
2017-09-12 03:11:33 +00:00
..
scripting
Move Main ScriptFunctions to a new JS Interface, refs
#4772
.
2017-09-12 03:11:33 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CChart.cpp
…
CChart.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
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
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
Use direct gui.scale instead of reciprocal gui.scale
2017-06-14 17:13:44 +00:00
CGUI.h
Replace deprecated jsval with JS::Value.
2017-08-28 10:27:36 +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
JS lobby cleanup, fixes and lobby bot performance improvements:
2017-06-29 02:58:04 +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
Take gui.scale into account when repositioning tooltips
2017-07-29 18:30:59 +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
Use direct gui.scale instead of reciprocal gui.scale
2017-06-14 17:13:44 +00:00
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Use direct gui.scale instead of reciprocal gui.scale
2017-06-14 17:13:44 +00:00
IGUIObject.h
Replace deprecated jsval with JS::Value.
2017-08-28 10:27:36 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Use direct gui.scale instead of reciprocal gui.scale
2017-06-14 17:13:44 +00:00
MiniMap.h
…