Commit Graph

12 Commits (ed72df1df9c26c724164b08fdba39e88caa97c52)

Author SHA1 Message Date
Bruno Van de Velde 5e48605e32 Support android again (tested with NDK 12b) 2017-09-07 15:38:50 +02:00
Bruno Van de Velde 2e9eca5f6a Updated copyright header to 2017 2017-01-20 20:06:07 +01: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 556613b6b7 Updated examples 2016-09-15 02:49:09 +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 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 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 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