1
0
forked from 0ad/0ad
0ad/source/gui
Ykkrosh c710e718aa Windows fixes
This was SVN commit r8884.
2011-02-03 02:33:37 +00:00
..
scripting # Add initial basic player AI framework. 2011-01-12 12:29:00 +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 Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247 2010-12-05 08:41:55 +00:00
CGUI.h # Fix hotkey bugs. 2010-10-23 02:37:00 +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 Additional cleaning up of logging: removed LOG_CATEGORY macro definitions. 2010-12-05 08:50:33 +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 Additional cleaning up of logging: removed LOG_CATEGORY macro definitions. 2010-12-05 08:50:33 +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 Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +00:00
CText.h Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +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 Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
GUIManager.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
GUIRenderer.cpp Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247 2010-12-05 08:41:55 +00:00
GUIRenderer.h # Add new texture loading system with automatic compression. 2010-09-10 21:02:10 +00:00
GUItext.cpp Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247 2010-12-05 08:41:55 +00:00
GUItext.h Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +00:00
GUITooltip.cpp Run network server in a separate thread, to minimise latency. 2010-10-31 22:00:28 +00:00
GUITooltip.h Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +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 Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247 2010-12-05 08:41:55 +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 Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247 2010-12-05 08:41:55 +00:00
IGUIObject.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +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 Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +00:00
IGUITextOwner.h Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590. 2010-10-30 04:02:42 +00:00
MiniMap.cpp Windows fixes 2011-02-03 02:33:37 +00:00
MiniMap.h # Rewrite fog-of-war rendering. 2011-02-03 01:12:24 +00:00