10 Commits

Author SHA1 Message Date
Insality
9223862dc2 Rename helper.node -> helper.get_node 2020-01-30 01:01:26 +03:00
Insality
125506a4f1 Separate style progrese 2020-01-10 16:01:32 +05:00
Insality
b8dec4826f Add druid with context, get component druid as helper.get_druid(context) 2019-12-05 22:39:35 +03:00
Insality
f8a3b6f632 Move const to const.lua 2019-12-05 21:34:26 +03:00
Insality
e45dce150d Rename helper.get_node -> helper.node 2019-12-05 21:34:16 +03:00
Insality
711b28ede1 refactor button 2019-09-25 20:53:32 +03:00
Insality
b72e7451e1 Add example docs for LDoc 2019-09-25 20:40:41 +03:00
Insality
099eaa1e10 update scroll and helper 2019-09-25 20:12:52 +03:00
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
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