TGUI/tests
Bruno Van de Velde 49699ad521 Added focusable property to Widget 2019-05-24 18:01:29 +02:00
..
Loading Don't put quotes around simple strings when serializing strings 2019-03-24 13:51:27 +01:00
Widgets Added SelectionChanged signal to TextBox (#97) 2019-05-11 18:26:26 +02:00
cmake Compile cmake test with -std=c++14 2018-04-01 16:08:58 +02:00
expected Added default text to ComboBox which is displayed when no item is selected 2019-03-10 19:35:15 +01:00
resources Added minimal SVG support 2019-03-09 15:10:00 +01:00
AbsoluteOrRelativeValue.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Animation.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
CMakeLists.txt Tests should not define TGUI_REMOVE_DEPRECATED_CODE. The define may only be used when the TGUI library was compiled with the same option. 2019-05-04 15:55:12 +02:00
Clipboard.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Clipping.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Color.cpp GuiBuilder: window to change properties of type Outline 2019-02-24 11:31:28 +01:00
CompareFiles.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Container.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Focus.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Font.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Layouts.cpp Added function to layout class to check if it contains a constant 2019-03-26 10:22:26 +01:00
Outline.cpp Fixed some warnings 2019-04-06 11:52:55 +02:00
Signal.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Sprite.cpp Added setColor function to Texture 2019-01-25 22:28:49 +01:00
SvgImage.cpp Added minimal SVG support 2019-03-09 15:10:00 +01:00
Tests.cpp Added mousePressed and mouseReleased functions to Widget that get called for any mouse button (closes #96) 2019-05-04 15:54:05 +02:00
Tests.hpp Fixed some warnings 2019-04-06 11:52:55 +02:00
Text.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Texture.cpp Added setColor function to Texture 2019-01-25 22:28:49 +01:00
TextureManager.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
ToolTip.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Widget.cpp Added focusable property to Widget 2019-05-24 18:01:29 +02:00
catch.hpp Updated catch.hpp 2018-03-21 19:39:01 +01:00
main.cpp Global font could cause crash on exit 2017-12-24 15:42:55 +01:00
travis_android.sh Added gradle wrapper for android example to run it on Travis CI [skip appveyor] 2018-10-13 19:22:37 +02:00
travis_linux.sh New test does not need to be executed, just check if exe exists 2018-04-01 17:52:32 +02:00
travis_linux_tests.sh Explicitly use Ubuntu Xenial on Travis CI [appveyor skip] 2019-04-15 19:36:05 +02:00
travis_osx.sh Fixed two issues with cmake script 2018-10-11 19:40:14 +02:00
ubuntu_sfml_gcc_patch.diff SFML patch for gcc 4.9 on ubuntu was broken with updated SFML cmake script 2018-03-30 23:14:20 +02:00