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-24 15:08:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5152c14d1ec6d760c72912cf65608da4fb0833d
0ad
/
source
/
gui
T
History
wraitii
9819b23529
I should not commit half-finished debug code.
...
This was SVN commit r17276.
2015-11-16 18:48:05 +00:00
..
scripting
Return in case we do not have any available JS timer slots instead of accessing OOB memory.
2015-11-15 01:09:35 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
CDropDown.h
…
CGUI.cpp
…
CGUI.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
…
CInput.h
…
CList.cpp
I should not commit half-finished debug code.
2015-11-16 18:48:05 +00:00
CList.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
COList.cpp
Fix wrong offset when clicking too close to the header of sortable lists. Also added some code comments.
2015-09-02 17:55:02 +00:00
COList.h
…
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
Handle double-clicks on list elements better. Patch by elexis.
2015-11-16 18:23:21 +00:00
GUIManager.cpp
…
GUIManager.h
…
GUIRenderer.cpp
…
GUIRenderer.h
…
GUItext.cpp
…
GUItext.h
…
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
…
GUIutil.h
…
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
…
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
Fix
#3415
. Removes 'ghost' scrollbar bounding to enable extreme-right hover and selection in dropdowns. Patch by elexis.
2015-10-31 05:40:43 +00:00
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
…
MiniMap.h
…