TGUI/include/TGUI
Bruno Van de Velde f93a3d4bf0 🆕 Width of scrollbars in ScrollablePanel can now be changed 2017-10-21 11:18:31 +02:00
..
Aurora Adapted RadioButton and CheckBox to new renderer system 2016-07-17 19:33:14 +02:00
Loading Moved loading code from WidgetLoader into the Widget itself and added a WidgetFactory class which creates the widget on which the load function is called 2017-10-13 22:52:38 +02:00
Renderers Moved loading code from WidgetLoader into the Widget itself and added a WidgetFactory class which creates the widget on which the load function is called 2017-10-13 22:52:38 +02:00
Widgets 🆕 Width of scrollbars in ScrollablePanel can now be changed 2017-10-21 11:18:31 +02:00
AbsoluteOrRelativeValue.hpp Added isConstant to AbsoluteOrRelativeValue 2017-09-01 14:06:25 +02:00
Animation.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Any.hpp Added missing include guard in Any.hpp 2017-03-11 13:40:44 +01:00
Clipboard.hpp Make use of the system clipboard on all OSes when using SFML >= 2.5 2017-06-29 18:40:43 +02:00
Clipping.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Color.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Config.hpp The few runtime warnings can now be disabled at with a compile flag 2017-10-12 19:49:09 +02:00
Container.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
DefaultFont.hpp More 'const' 2017-07-05 00:20:43 +02:00
Exception.hpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
FloatRect.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Font.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Global.hpp 🆕 Made double-click time configurable and use system setting on Windows by default 2017-10-20 18:53:36 +02:00
Gui.hpp 🆕 Made double-click time configurable and use system setting on Windows by default 2017-10-20 18:53:36 +02:00
Layout.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
ObjectConverter.hpp 💥 Theme and Renderer implementations were changed to allow a default theme to be set 2017-09-22 23:31:09 +02:00
Outline.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
RendererDefines.hpp 💥 Theme and Renderer implementations were changed to allow a default theme to be set 2017-09-22 23:31:09 +02:00
Signal.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Sprite.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
TGUI.hpp Moved loading code from WidgetLoader into the Widget itself and added a WidgetFactory class which creates the widget on which the load function is called 2017-10-13 22:52:38 +02:00
Text.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
TextStyle.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Texture.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
TextureData.hpp Use const for variables that are only assigned once 2017-06-30 01:46:43 +02:00
TextureManager.hpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
ToolTip.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Vector2f.hpp 🪲 Operators were not inline and thus caused linking errors when constexpr was not supported by the compiler 2017-10-16 19:53:25 +02:00
Widget.hpp 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
to_string.hpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00