18 Commits

Author SHA1 Message Date
Maxim Tuprikov
19a9d27635
Feature/scroll (#22)
* base scroll implementation

* add scroll collection example
mofidy scrolls, fix callback calls

* unhover button if start swipe
notify input components on swipe

* add node center offset, calc by pivots
modify with with node center scroll (to correct scroll to point)

* Refactor, add some docs

* fix: set_pos on end on scroll

* add gui.animate speed in settings
2019-04-07 12:10:16 +03:00
Maxim Tuprikov
bd2c06d81b
basic implementation of grid (#19)
* basic implementation of grid

* add dirty example of grid
2019-04-04 23:10:03 +03:00
Maxim Tuprikov
d49cd2777e
Feature/progress (#17)
* improve example gui. Add simple pages

* return old progress bar with example

* base progress with steps, there is bug with step? 1 ~= 1, small delta?

* polish progress, check float error case

* add callback on end of "to" function, value check

* start of green/red in progress

* add first version of rich progress bar

* make green bar darker

* rich bar fixes

* add delay, before filling in rich progress

* PR fixes

* remove dublicate of 'progress_rich'
2019-04-03 23:23:06 +03:00
Maxim Tuprikov
8be103111b
can setup text max width (#14) 2019-03-30 01:01:24 +03:00
Maxim Tuprikov
7395f029e0
move settings node from factory to component (#8) 2019-03-29 00:51:37 +03:00
Alexey Gulev
c38354e532 Whitespace fixes 2019-03-28 07:55:18 +01:00
Alexey Gulev
87e6f6ef1f rename create() to new() 2019-03-27 22:13:45 +01:00
Alexey Gulev
832ebe5674 New way of component registration 2019-03-27 22:07:28 +01:00
Alexey Gulev
d5c3aae745 add create as _factory method 2019-03-27 22:00:02 +01:00
Alexey Gulev
cb82acd5da - new log function for debug
- clear metatable for the factory
2019-03-27 21:30:58 +01:00
Maxim Tuprikov
5e2dc34437
add android_back component (#5) 2019-03-27 22:23:22 +03:00
Maxim Tuprikov
5709975ed4
add text component (#4) 2019-03-27 22:20:50 +03:00
Maxim Tuprikov
3996ba4b04
Feature/timer (#3)
* add timer component

* remov old components folder
2019-03-27 22:19:47 +03:00
Insality
9d13837cf0 add simple example resources 2019-03-27 09:40:57 +03:00
Insality
c241f26ae1 three buttons in example.gui 2019-03-27 09:13:12 +03:00
Insality
da1e75fa89 add simple usage of button 2019-03-27 00:48:08 +03:00
Insality
c894c16ed9 remove components from main factory 2019-03-27 00:45:56 +03:00
Alexey Gulev
e80ba7106b first iteration of trash cleaning 2019-03-25 22:38:50 +01:00