| .. |
|
scripting
|
Add obstruction debug mode, with GUI toggle.
|
2010-03-20 19:18:01 +00:00 |
|
CButton.cpp
|
Cut down on some gratuitous memory allocations in the GUI
|
2010-01-07 19:00:56 +00:00 |
|
CButton.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CCheckBox.cpp
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +00:00 |
|
CCheckBox.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CDropDown.cpp
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +00:00 |
|
CDropDown.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CGUI.cpp
|
wchar.h -> utf8.h (see previous change)
|
2010-03-01 14:55:34 +00:00 |
|
CGUI.h
|
Support <repeat> in the GUI XML files, as a primitive mechanism to simplify the definition of repetitive structures (like lists of buttons)
|
2010-02-28 21:36:25 +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
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +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
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
CInput.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CList.cpp
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
CList.h
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +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
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
CText.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
CTooltip.cpp
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +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
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
GUIManager.cpp
|
Allow GUI scripts to save some data across hotloads
|
2010-02-28 21:28:09 +00:00 |
|
GUIManager.h
|
# Rewrite of the game's simulation system
|
2010-01-09 19:20:14 +00:00 |
|
GUIRenderer.cpp
|
wchar.h -> utf8.h (see previous change)
|
2010-03-01 14:55:34 +00:00 |
|
GUIRenderer.h
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
GUItext.cpp
|
# Restructured GUI implementation
|
2009-12-03 20:17:22 +00:00 |
|
GUItext.h
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +00:00 |
|
GUITooltip.cpp
|
Make tooltips update dynamically when the underlying text changes
|
2010-02-28 21:26:06 +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
|
Misc. unity fixes (missing includes, undefs, and other things that could be considered generic cleanup)
|
2010-02-18 00:06:50 +00:00 |
|
GUIutil.h
|
# Rough first version of GUI redesign
|
2010-01-27 19:20:34 +00:00 |
|
IGUIButtonBehavior.cpp
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
IGUIButtonBehavior.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
IGUIObject.cpp
|
# Rough first version of GUI redesign
|
2010-01-27 19:20:34 +00:00 |
|
IGUIObject.h
|
refactoring all PS_RESULT in GUI to PSRETURN/PSERROR
|
2009-09-27 15:04:46 +00:00 |
|
IGUIScrollBar.cpp
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +00:00 |
|
IGUIScrollBar.h
|
Fix some GCC warnings
|
2009-07-28 16:59:19 +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
|
huge cleanup and conversion of most string handling (especially paths) to unicode
|
2009-11-03 21:46:35 +00:00 |
|
IGUITextOwner.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |
|
MiniMap.cpp
|
ICC build fixes
|
2010-01-01 15:33:07 +00:00 |
|
MiniMap.h
|
Add GPL header
|
2009-04-18 17:00:33 +00:00 |