.. |
Loading
|
Added draw tests for CheckBox and RadioButton + added some other tests
|
2017-07-28 23:03:58 +02:00 |
Widgets
|
Added read-only property to EditBox
|
2017-08-15 22:40:15 +02:00 |
expected
|
Added draw tests for CheckBox and RadioButton + added some other tests
|
2017-07-28 23:03:58 +02:00 |
resources
|
Added draw tests for CheckBox and RadioButton + added some other tests
|
2017-07-28 23:03:58 +02:00 |
Animation.cpp
|
Updated copyright header to 2017
|
2017-01-20 20:06:07 +01:00 |
CMakeLists.txt
|
Added tests for HorizontalWrap
|
2017-07-05 16:37:57 +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
|
Layouts can now be constructed from expressions containing plus/minus symbols and terms that can be both relative and absolute
|
2017-07-30 14:08:12 +02:00 |
Outline.cpp
|
Outline can now be relative to the widget size
|
2017-07-02 17:29:44 +02:00 |
Signal.cpp
|
Added draw tests for CheckBox and RadioButton + added some other tests
|
2017-07-28 23:03:58 +02:00 |
Sprite.cpp
|
Added some minor test cases
|
2017-01-22 01:31:13 +01:00 |
Tests.cpp
|
Rewrote callback system
|
2017-07-10 13:29:36 +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 file to the latest version
|
2016-06-30 16:25:46 +02:00 |
main.cpp
|
Added tests for layout + let CI build examples and run tests
|
2015-07-19 18:20:11 +02:00 |
travis_linux.sh
|
Tests are apparently not executed from test directory so patch path was still incorrect
|
2016-09-15 15:59:55 +02:00 |
travis_linux_tests.sh
|
No longer using valgrind on Travis CI
|
2017-07-29 14:23:35 +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 |