Commit Graph

67 Commits (master)

Author SHA1 Message Date
Bruno Van de Velde bf87c0af10 Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Bruno Van de Velde 1da27207ba Fixed RPATH for installed examples and tests on Linux 2018-12-09 11:52:16 +01:00
Bruno Van de Velde 8231b40dd7 Android test was failing because some licenses weren't accepted 2018-10-13 22:47:03 +02:00
Bruno Van de Velde 77ce980e53 Added gradle wrapper for android example to run it on Travis CI [skip appveyor] 2018-10-13 19:22:37 +02:00
Bruno Van de Velde 95a209fa42 Updated android example to use gradle 2018-10-13 15:45:05 +02:00
Bruno Van de Velde 3f03917cb8 Fixed two issues with cmake script
- Installing framework on macOS failed because install rules were not executed in correct order
- Cmake files installed to the lib folder contained SFML directories which made it hard to distribute them with the precompiled libs
2018-10-11 19:40:14 +02:00
Bruno Van de Velde a4281ab6fb Set toolchain to clang in Application.mk as gcc will be removed in the next NDK version 2018-07-28 12:43:17 +02:00
Bruno Van de Velde 84dd5e9f90 Got TGUI working on android with the latest SFML version again 2018-07-28 11:27:48 +02:00
Bruno Van de Velde 3a08eb5750 Revert "Updated cmake script to use interface library to set compiler options in targets"
This reverts commit 0f3380c755.
2018-05-10 14:07:09 +02:00
Bruno Van de Velde 00836be5e1 Fixed some warnings 2018-05-07 22:51:52 +02:00
Bruno Van de Velde 0f3380c755 Updated cmake script to use interface library to set compiler options in targets 2018-05-07 22:48:18 +02:00
Bruno Van de Velde bc251ddcca Renamed LowValue to ViewportSize in ScrollBar 2018-05-06 15:51:45 +02:00
Bruno Van de Velde 7a1d3dd815 Removed unused resources from android example 2018-04-26 19:49:16 +02:00
Bruno Van de Velde b27e051e7b The iOS example now runs 2018-04-12 22:32:52 +02:00
Bruno Van de Velde 09ec260922 Added ios example 2018-04-08 20:00:27 +02:00
Bruno Van de Velde fdf824668d Linking with sfml-main wasn't working in new cmake script 2018-04-01 17:50:16 +02:00
Bruno Van de Velde 073e5083d9 New cmake script failed to build examples on Windows 2018-04-01 16:40:07 +02:00
Bruno Van de Velde ad6877e19d Rewrote cmake scripts 2018-04-01 15:38:13 +02:00
Bruno Van de Velde fe270f353e Updated cmake script to support SFMLConfig.cmake and updated android and ios related parts in cmake script 2018-03-30 23:03:18 +02:00
Bruno Van de Velde 3cb2820a06 Android example code was not updated with last commit 2018-03-30 22:37:23 +02:00
Bruno Van de Velde 2772dce8c6 Replaced hide/show, enable/disable, focus/unfocus and check/uncheck with setVisible, setEnabled, setFocused and setChecked 2018-03-30 19:55:26 +02:00
Bruno Van de Velde 11c5ee05ae Updated copyright to 2018 2018-03-22 19:57:45 +01:00
Bruno Van de Velde 40e946c52c 🚚 Renamed 'widgets' folder to 'themes' 2017-09-21 14:02:36 +02:00
Bruno Van de Velde 5e48605e32 Support android again (tested with NDK 12b) 2017-09-07 15:38:50 +02:00
Bruno Van de Velde 54ecc78714 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
Bruno Van de Velde 6284edc7c8 Example was not updated in last commit 2017-08-17 15:25:29 +02:00
Bruno Van de Velde b101814673 Example code no longer worked with new callback system 2017-07-10 13:53:50 +02:00
Bruno Van de Velde c6db649c67 Update the example code to use the new layout system 2017-06-29 14:31:29 +02:00
Bruno Van de Velde 2c4daaf19d Example code did not compile with SFML 2.3 2017-03-29 19:07:04 +02:00
Bruno Van de Velde 2e9eca5f6a Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
Bruno Van de Velde 908ef194aa Fixed shared texture issue by splitting the Texture class into a Texture and a Sprite class 2016-10-16 18:09:36 +02:00
Bruno Van de Velde 8170a4e229 Several minor changes that were changed while developing TGUI.Net 2016-10-05 15:10:21 +02:00
Bruno Van de Velde cab5e7d175 Use Picture::create in examples instead of std::make_shared 2016-09-17 17:01:36 +02:00
Bruno Van de Velde 58a0787299 Added missing headers 2016-09-16 01:45:46 +02:00
Bruno Van de Velde 556613b6b7 Updated examples 2016-09-15 02:49:09 +02:00
Bruno Van de Velde d18b45317a Removed widgets under development 2016-09-13 19:40:09 +02:00
Bruno Van de Velde e712082ac3 Implemented recent 0.7 changes in 0.8 2016-08-20 19:48:19 +02:00
Bruno Van de Velde c43cbc61eb Mostly stuff related to the renderers 2016-07-11 00:01:18 +02:00
Bruno Van de Velde 238abc8e00 Ported EditBox to new rendering system + implemented changes that were made in 0.7 in the meantime 2016-06-30 16:12:43 +02:00
Bruno Van de Velde e1bfb672c8 Update copyright dates 2016-03-17 16:12:06 +01:00
Bruno Van de Velde ade589eb07 Added 2 new widgets that are WIP 2016-01-24 16:38:44 +01:00
Bruno Van de Velde 1dfc621c3c Removed the setFont calls in the example codes 2016-01-04 20:11:57 +01:00
Bruno Van de Velde b9d1590102 Improved internal text rendering and made some other changes
List of changes:
- Text auto sizing was improved
- Every widget now has a font and a setFont function. The setTextFont
and setGlobalFont functions were removed.
- You can now set a custom text size in ListBox
- ListBox now has an auto scroll option to move the scrollbar down when
a new item is added (enabled by default)
- setTexture functions were added to Picture to change the image after
it was loaded
- HorizontalLayout and VerticalLayout can now decently handle widgets
with borders
- All widgets with borders now correctly implement getFullSize
- Fixed loading MessageBox from a theme file
- Fixed positioning of LoadingBar front image from Black theme
- Added new tests
2015-09-19 13:18:07 +02:00
Bruno Van de Velde f1961e84c5 Removed unneeded define from example 2015-08-30 17:23:57 +02:00
Bruno Van de Velde b06bc51a33 Fixed android support 2015-08-29 16:04:19 +02:00
Bruno Van de Velde 6dd6aa118d Fixed some problems with android 2015-08-28 02:22:58 +02:00
Bruno Van de Velde 302283d445 Example did not build after renaming CheckBox 2015-08-19 19:45:56 +02:00
Bruno Van de Velde 114106ea70 Adapted remaining widgets to new loading system 2015-08-12 13:45:37 +02:00
Bruno Van de Velde a8622987ef Updated examples 2015-08-07 16:06:09 +02:00
Bruno Van de Velde aa5d0f1745 Added tests for layout + let CI build examples and run tests 2015-07-19 18:20:11 +02:00