| .. |
|
scripting
|
Fix #56 (add unit-following camera mode (press 'F')), based on patch from markelov.
|
2010-09-26 23:05:25 +00:00 |
|
CButton.cpp
|
# GUI bug fixes.
|
2010-04-19 19:43:05 +00:00 |
|
CButton.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CCheckBox.cpp
|
# GUI bug fixes.
|
2010-04-19 19:43:05 +00:00 |
|
CCheckBox.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CDropDown.cpp
|
# GUI bug fixes.
|
2010-06-30 21:20:08 +00:00 |
|
CDropDown.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CGUI.cpp
|
Fix right clicks passing through GUI objects and triggering unit commands.
|
2010-08-21 23:58:08 +00:00 |
|
CGUI.h
|
Fix right clicks passing through GUI objects and triggering unit commands.
|
2010-08-21 23:58:08 +00:00 |
|
CGUIList.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CGUIScrollBarStyle.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CGUIScrollBarVertical.cpp
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
CGUIScrollBarVertical.h
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
CGUISprite.cpp
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
CGUISprite.h
|
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
|
2010-07-29 15:55:41 +00:00 |
|
CImage.cpp
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CImage.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CInput.cpp
|
Add focus() script method to GUI objects.
|
2010-08-11 21:04:09 +00:00 |
|
CInput.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CList.cpp
|
Add list_data property to GUI list controls, to associate extra data with the human-readable list item names.
|
2010-08-08 15:22:17 +00:00 |
|
CList.h
|
Add list_data property to GUI list controls, to associate extra data with the human-readable list item names.
|
2010-08-08 15:22:17 +00:00 |
|
CProgressBar.cpp
|
Apparently GUI should be able to try and set a setting, without it actually being defined, see comments in IGUIObject::LoadStyle.
|
2009-10-13 22:59:21 +00:00 |
|
CProgressBar.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CRadioButton.cpp
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CRadioButton.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CText.cpp
|
Fix updating of scrollbars on text controls.
|
2010-07-03 13:12:44 +00:00 |
|
CText.h
|
# Various changes to the text rendering system.
|
2010-05-30 13:42:56 +00:00 |
|
CTooltip.cpp
|
# GUI bug fixes.
|
2010-04-19 19:43:05 +00:00 |
|
CTooltip.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
GUI.h
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
GUIbase.cpp
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
GUIbase.h
|
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
|
2010-07-29 15:55:41 +00:00 |
|
GUIManager.cpp
|
Fix right clicks passing through GUI objects and triggering unit commands.
|
2010-08-21 23:58:08 +00:00 |
|
GUIManager.h
|
Update GUI documentation
|
2010-07-21 17:53:38 +00:00 |
|
GUIRenderer.cpp
|
Fix bug with failing to reset GL state when sometimes necessary
|
2010-09-24 21:42:41 +00:00 |
|
GUIRenderer.h
|
# Add new texture loading system with automatic compression.
|
2010-09-10 21:02:10 +00:00 |
|
GUItext.cpp
|
Partially support Unicode strings in GUI XML files
|
2010-05-30 13:11:32 +00:00 |
|
GUItext.h
|
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
|
2010-07-29 15:55:41 +00:00 |
|
GUITooltip.cpp
|
Partially support Unicode strings in GUI XML files
|
2010-05-30 13:11:32 +00:00 |
|
GUITooltip.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
GUItypes.h
|
Fix #402 (Clean up GUItypes.h), based on patch from Caius
|
2009-11-19 21:44:19 +00:00 |
|
GUIutil.cpp
|
Partially support Unicode strings in GUI XML files
|
2010-05-30 13:11:32 +00:00 |
|
GUIutil.h
|
Fix uninitialised-value warnings
|
2010-08-06 14:15:08 +00:00 |
|
IGUIButtonBehavior.cpp
|
Make GUI buttons respond to multiple rapid clicks
|
2010-08-22 01:00:57 +00:00 |
|
IGUIButtonBehavior.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
IGUIObject.cpp
|
Fix #549 (Allow units to be moved by right-clicking on the mini-map), based on patch from Badmadblacksad
|
2010-09-11 19:49:21 +00:00 |
|
IGUIObject.h
|
Fix #549 (Allow units to be moved by right-clicking on the mini-map), based on patch from Badmadblacksad
|
2010-09-11 19:49:21 +00:00 |
|
IGUIScrollBar.cpp
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
IGUIScrollBar.h
|
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
|
2010-07-29 15:55:41 +00:00 |
|
IGUIScrollBarOwner.cpp
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
IGUIScrollBarOwner.h
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
IGUITextOwner.cpp
|
# GUI bug fixes.
|
2010-04-19 19:43:05 +00:00 |
|
IGUITextOwner.h
|
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
|
2010-07-29 15:55:41 +00:00 |
|
MiniMap.cpp
|
Scale minimap LOS texture down, to reduce update/upload costs.
|
2010-09-24 16:52:29 +00:00 |
|
MiniMap.h
|
Scale minimap LOS texture down, to reduce update/upload costs.
|
2010-09-24 16:52:29 +00:00 |