..
scripting
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
tests
CClientArea parsing test
2013-11-02 14:39:08 +00:00
CButton.cpp
Adds UI sounds for buttons, dropdowns, lists, and checkboxes, fixes #948
2013-07-01 04:15:09 +00:00
CButton.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CCheckBox.cpp
Cleanup GUI Checkbox C++ code by removing broken, non-obvious internal text rendering.
2014-01-02 03:28:15 +00:00
CCheckBox.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CDropDown.cpp
Fix trivial comment typo caught by wraitii.
2013-12-31 11:06:00 +00:00
CDropDown.h
Make water specular more visible and fixes a few cases where it would actually hardly appear when it should.
2013-07-14 12:17:07 +00:00
CGUI.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
CGUI.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
CGUIList.h
Add GPL header
2009-04-18 17:00:33 +00:00
CGUIScrollBarVertical.cpp
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
CGUIScrollBarVertical.h
Okay, do what f5ab6255d0 was supposed to do.
2013-08-26 04:17:26 +00:00
CGUISprite.cpp
Use pointers instead of copying sprites in the GUI. Fixes #1984 . Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
CGUISprite.h
Use pointers instead of copying sprites in the GUI. Fixes #1984 . Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
CImage.cpp
Fix tooltip crash/corruption, caused by inconsistently changing types.
2011-02-18 22:36:39 +00:00
CImage.h
Add GPL header
2009-04-18 17:00:33 +00:00
CInput.cpp
Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab.
2014-01-01 00:23:18 +00:00
CInput.h
Adds blinking cursors with configurable rate, based on patch by kingadami. Fixes #876
2013-01-12 01:20:01 +00:00
CList.cpp
Tweak some lobby login UI bits, rework scrollbar mousewheel handling, add ability to scroll through closed dropdowns with scrollwheel, general C++ GUI cleanup, and fix broken random map script 'Unknown Nomad'.
2013-12-31 04:54:16 +00:00
CList.h
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
COList.cpp
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
COList.h
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
CProgressBar.cpp
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CProgressBar.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CRadioButton.cpp
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CRadioButton.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CText.cpp
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
CText.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
CTooltip.cpp
Fixes multiline text alignment, fixes #723 . Patch by kingadami.
2013-01-06 01:46:44 +00:00
CTooltip.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
GUI.h
# Restructured GUI implementation
2009-12-03 20:17:22 +00:00
GUIbase.cpp
Fix some static analysis warnings
2013-01-21 20:33:25 +00:00
GUIbase.h
Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab.
2014-01-01 00:23:18 +00:00
GUIManager.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
GUIManager.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
GUIRenderer.cpp
Use pointers instead of copying sprites in the GUI. Fixes #1984 . Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
GUIRenderer.h
Use pointers instead of copying sprites in the GUI. Fixes #1984 . Patch by jP_wanN.
2014-01-03 20:19:43 +00:00
GUItext.cpp
Use CStrIntern for font names to reduce lookup cost
2013-10-18 16:15:42 +00:00
GUItext.h
Use CStrIntern for font names to reduce lookup cost
2013-10-18 16:15:42 +00:00
GUITooltip.cpp
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
2011-04-30 13:01:45 +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
Move GUI renderer towards using shader infrastructure.
2012-02-08 20:43:38 +00:00
GUIutil.h
Move GUI renderer towards using shader infrastructure.
2012-02-08 20:43:38 +00:00
IGUIButtonBehavior.cpp
Make GUI button-based objects to behave more expectedly when doubleclicked, also some style tweaks.
2014-01-01 06:05:41 +00:00
IGUIButtonBehavior.h
Added right click selection removal. Fixes #1028 . Thanks to kingadami and GerbilOfDoom for the patch.
2013-01-03 22:53:46 +00:00
IGUIObject.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
IGUIObject.h
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
IGUIScrollBar.cpp
Tweak some lobby login UI bits, rework scrollbar mousewheel handling, add ability to scroll through closed dropdowns with scrollwheel, general C++ GUI cleanup, and fix broken random map script 'Unknown Nomad'.
2013-12-31 04:54:16 +00:00
IGUIScrollBar.h
Multiplayer lobby based on the XmPP protocol. Special thanks to Philip, alpha123, scythetwirler, and anyone else who has helped build, debug or test the lobby.
2013-11-07 20:07:24 +00:00
IGUIScrollBarOwner.cpp
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
IGUIScrollBarOwner.h
Adds Skip method to SGUIMessage which works more or less like wxEvent.Skip: GUI objects can allow other event handlers to process an input event after they finish.
2011-04-28 20:42:11 +00:00
IGUITextOwner.cpp
Fixes multiline text alignment, fixes #723 . Patch by kingadami.
2013-01-06 01:46:44 +00:00
IGUITextOwner.h
Fix "hides overloaded virtual function" warnings in Clang
2011-07-17 17:30:07 +00:00
MiniMap.cpp
Removes g_ScriptingHost and implements global to compartment 1 to 1 relation.
2014-01-04 10:14:53 +00:00
MiniMap.h
Partial fix of minimap rendering for GLES.
2013-11-12 01:31:52 +00:00