1
0
forked from 0ad/0ad
0ad/source/gui
Ykkrosh e43eb0c18b # Various hotkey fixes and cleanups.
Support ctrl for removing entities from selection.
Move big screenshot hotkey to shift+F2.
Increase mouse wheel rotation speed.
Fix HotkeyIsPressed when a more specific hotkey was matched instead.
Support multiple hotkeys with the same binding.
Use hotkeys instead of raw key events in GUI.
Delete some obsolete hotkey definitions.
Remove unused broken EntitySelection toggle method.

This was SVN commit r8546.
2010-11-07 20:42:52 +00:00
..
scripting # Various hotkey fixes and cleanups. 2010-11-07 20:42:52 +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 hotkey bugs. 2010-10-23 02:37:00 +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 # 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 # Fix hotkey bugs. 2010-10-23 02:37:00 +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 # Fix hotkey bugs. 2010-10-23 02:37:00 +00:00
GUIManager.h Update GUI documentation 2010-07-21 17:53:38 +00:00
GUIRenderer.cpp Add special "colour:r g b a" sprite syntax to GUI. Fixes #616, based on patch from historic_bruno. 2010-10-21 21:22:40 +00:00
GUIRenderer.h # Add new texture loading system with automatic compression. 2010-09-10 21:02:10 +00:00
GUItext.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
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 Delete obsolete non-working i18n code 2010-11-03 17:52:07 +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 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
IGUIObject.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
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 Partial experimental version of circular maps 2010-10-25 21:59:52 +00:00
MiniMap.h Partial experimental version of circular maps 2010-10-25 21:59:52 +00:00