.. |
Loading
|
💥 Theme and Renderer implementations were changed to allow a default theme to be set
|
2017-09-22 23:31:09 +02:00 |
Widgets
|
🪲 The caret of a TextBox should not move when adding a newline at the start of a line that only exists due to word-wrap
|
2017-10-07 15:56:40 +02:00 |
expected
|
✅ Added draw tests for ChildWindow and Knob + test drawing MenuBar with textures + test drawing TextBox with selected text
|
2017-10-04 20:02:35 +02:00 |
resources
|
✅ Added draw tests for SpinButton, ProgressBar, Slider and Scrollbar
|
2017-09-29 14:33:47 +02:00 |
AbsoluteOrRelativeValue.cpp
|
Rewrote the layout system again
|
2017-08-24 11:44:38 +02:00 |
Animation.cpp
|
💥 Theme and Renderer implementations were changed to allow a default theme to be set
|
2017-09-22 23:31:09 +02:00 |
CMakeLists.txt
|
🚚 Renamed 'widgets' folder to 'themes'
|
2017-09-21 14:02:36 +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
|
💥 Theme and Renderer implementations were changed to allow a default theme to be set
|
2017-09-22 23:31:09 +02: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
|
💥 Theme and Renderer implementations were changed to allow a default theme to be set
|
2017-09-22 23:31:09 +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
|
👷 Build gui-builder on CI
|
2017-09-26 01:06:21 +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 |