Commit Graph

45 Commits (d5c2bc18ef178a89827829079c26a9868bb6140b)

Author SHA1 Message Date
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
Bruno Van de Velde ed4bf176cf Rewrote layout system (added conditional bind and allow passing strings) 2015-07-19 18:18:43 +02:00
Bruno Van de Velde dc819a055d Updated scalable example 2015-05-28 22:51:52 +02:00
Bruno Van de Velde e6ff8e6443 Added some comments to the android example code 2015-01-31 14:39:07 +01:00
Bruno Van de Velde f3378bd8f7 Open android keyboard when focusing text field 2015-01-31 02:15:10 +01:00
Bruno Van de Velde 967f5a39d3 Added experimental android support 2015-01-30 16:39:05 +01:00
Bruno Van de Velde 049a3a1929 Updated examples 2014-09-20 16:27:45 +02:00
Bruno Van de Velde 6cc96bf5c9 Renamed LoadingBar to ProgressBar 2014-09-05 02:17:14 +02:00
Bruno Van de Velde 576d33cfa0 Huge update
This bring colored vs textured widgets, but during this change many
other small improvements were made (e.g. word wrap in Label, complete
rewrite of TextBox, ...)
2014-09-05 00:29:55 +02:00
Bruno Van de Velde 9bfbb94f2c Make scalable example code multiply by fraction 2014-09-05 00:29:55 +02:00
Bruno Van de Velde 855009fe88 Improved examples 2014-09-05 00:29:55 +02:00
Bruno Van de Velde 7db1147c38 Use exceptions for error handling 2014-04-09 23:30:51 +02:00
Bruno Van de Velde 1b7448e461 Updated examples 2013-09-15 17:00:56 +02:00
Bruno Van de Velde f6d61e9521 ComboBox no longer needs to be in front of all widgets in the example code, as the list will always be in front 2013-08-14 13:33:13 +02:00
Bruno Van de Velde bc41a2c7fa Updated example code after recent change 2013-07-26 23:11:50 +02:00
Bruno Van de Velde ad4a38b2f6 Updated login screen example after renaming function from EditBox 2013-07-10 18:20:40 +02:00
Bruno Van de Velde db5af53c72 Brought the example code up-to-date with the latest changes 2013-07-05 01:51:15 +02:00
Bruno Van de Velde f640c51f24 Renamed folders 2013-07-04 23:35:07 +02:00