TGUI/tests
Bruno Van de Velde 756f8e3540 Widgets in HorizontalLayout and VerticalLayout can be given ratios again to determine their size and individual spaces can be added between widgets 2017-09-12 23:34:11 +02:00
..
Loading Added bool type to ObjectConverter, Serializer and Deserializer 2017-09-05 20:25:21 +02:00
Widgets Widgets in HorizontalLayout and VerticalLayout can be given ratios again to determine their size and individual spaces can be added between widgets 2017-09-12 23:34:11 +02:00
expected Added ScrollablePanel widget 2017-08-26 17:27:28 +02:00
resources Added draw tests for CheckBox and RadioButton + added some other tests 2017-07-28 23:03:58 +02:00
AbsoluteOrRelativeValue.cpp Rewrote the layout system again 2017-08-24 11:44:38 +02:00
Animation.cpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
CMakeLists.txt Added RangeSlider widget 2017-08-27 22:41:02 +02:00
Clipboard.cpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
Clipping.cpp Fixed double to float conversion warnings in tests 2017-03-12 15:17:04 +01:00
Color.cpp Test functions of Color class 2017-02-15 20:00:41 +01:00
CompareFiles.cpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
Container.cpp Simplify get function by always performing a recursive search when none of the direct child widgets matches the name 2017-03-25 01:15:25 +01:00
Font.cpp Let tests use a font that can be used for drawing 2017-02-10 00:35:24 +01:00
Layouts.cpp Rewrote the layout system again 2017-08-24 11:44:38 +02:00
Outline.cpp Outline can now be relative to the widget size 2017-07-02 17:29:44 +02:00
Signal.cpp disconnect function no longer requires the signal name + disconnectAll function which works on all signals has been added 2017-08-30 19:35:24 +02:00
Sprite.cpp Fixed errors and warnings from Clang 3.6. The minimum required clang version has been reduced from 3.7 to 3.6. 2017-08-30 22:08:16 +02:00
Tests.cpp Use connect function instead of directly accessing the signal object which will be deprecated in the future 2017-08-30 18:51:21 +02:00
Tests.hpp Grid, HorizontalLayout, HorizontalWrap and VerticalLayout can now be saved to and loaded from a file 2017-07-25 18:54:59 +02:00
Text.cpp Let tests use a font that can be used for drawing 2017-02-10 00:35:24 +01:00
Texture.cpp Use unique_ptr instead of shared_ptr to store the sf::Image used by textures 2017-06-29 11:38:44 +02:00
TextureManager.cpp Removed the line that was hanging the build 2017-06-29 22:32:39 +02:00
ToolTip.cpp Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
Widget.cpp Rewrite the core of the layout system 2017-06-29 13:29:05 +02:00
catch.hpp Updated catch.hpp from v1.5.6 to v2.0.0-develop.3 2017-08-31 17:48:00 +02:00
main.cpp Added tests for layout + let CI build examples and run tests 2015-07-19 18:20:11 +02:00
travis_android.sh Let CI build the on Android as well 2017-09-10 00:39:03 +02:00
travis_linux.sh Reduced downloaded dependencies on Travis CI 2017-08-18 19:27:04 +02:00
travis_linux_tests.sh Reduced downloaded dependencies on Travis CI 2017-08-18 19:27:04 +02:00
travis_osx.sh Test with SFML 2.3 on macOS to make certain the version remains supported 2017-07-10 23:51:10 +02:00
ubuntu_sfml_gcc_patch.diff Patch SFML on Travis CI to work around gcc bug in gcc 4.9 and gcc 5 2016-09-15 13:53:24 +02:00