54 Commits

Author SHA1 Message Date
Insality
55bcea7878 Add scroll with scrolls in example 2020-04-13 19:18:45 +03:00
Insality
7821c031dd Resolve #36: Get default druid text value from node 2020-03-28 16:46:50 +03:00
Insality
e9576632aa Optimize draw calls for HTML build, update README 2020-03-22 00:05:36 +03:00
Insality
11b2120baa Remove old examples 2020-03-21 23:18:59 +03:00
Insality
ca78b10794 Update component docs 2020-03-21 21:37:32 +03:00
Insality
b33efd692f Better scroll and slider API 2020-03-21 19:40:50 +03:00
Insality
c41957c751 Add dirty example of scrollbar of scroll 2020-03-19 00:27:53 +03:00
Insality
296bf3dc2f Add clickable scroll nodes 2020-03-19 00:17:10 +03:00
Insality
85e2235bae Add more scroll examples 2020-03-19 00:07:55 +03:00
Insality
53a77c0fcb Start scroll rework 2020-02-26 00:09:04 +03:00
Insality
4634b7c686 Button more events, more examples 2020-02-25 22:42:39 +03:00
Insality
2d45573f02 Add key_trigger to the button 2020-02-24 23:56:57 +03:00
Insality
162bbd0ed9 Add more events on button (long_tap, repeated_tap, double_tap) 2020-02-24 23:36:44 +03:00
Insality
ac2bbc29d3 Add druid events in components 2020-02-24 09:34:16 +03:00
Insality
a81d49de9d Rename bounce -> default style, start make new example pages 2020-02-24 00:03:29 +03:00
Insality
640753c080 Rename locale -> lang_text 2020-02-22 15:24:52 +03:00
Insality
8c011dcc27 Progress bar example fix 2020-01-30 02:33:35 +03:00
Insality
0542ec4e69 Move druid settings inside system folder 2020-01-30 01:45:25 +03:00
Insality
41a820a1fb Add texts text page 2020-01-11 15:37:14 +05:00
Insality
59c9dc8a9b Add set_pivot to text component 2020-01-11 15:04:53 +05:00
Insality
8f32b61ddc Start add empty druid style 2020-01-10 16:44:05 +05:00
Insality
efef4d194d Add first implementation of druid styles (only button) 2019-12-05 23:40:17 +03:00
Insality
4a2458ca3b add radio_group component 2019-09-26 08:46:12 +03:00
Insality
ae9c580c7a update checkbox_group component 2019-09-26 08:45:58 +03:00
Insality
39b5f1c555 update collection to 162 defold 2019-09-26 08:35:19 +03:00
Insality
14e0680f2f updates in new components 2019-09-26 00:52:29 +03:00
Insality
c048224a1f add checkbox group component 2019-09-26 00:46:42 +03:00
Insality
6cebc9d0c9 add simple slider component 2019-09-26 00:27:27 +03:00
Insality
7917a08f5c add simple checkbox component 2019-09-26 00:03:53 +03:00
Insality
6f37a1ec9a change lang button 2019-09-25 23:46:37 +03:00
Insality
6d8d0e822a work on main example page 2019-09-25 23:42:35 +03:00
Insality
528170f462 main page polish 2019-09-25 23:19:08 +03:00
Insality
ffb6debff1 Main page on kenney example 2019-09-25 23:10:47 +03:00
Insality
f447afb4f7 add kenney assets and start gui screen 2019-09-25 22:10:44 +03:00
Insality
08eae3800c rename instance to self, update example 2019-04-07 15:19:39 +03:00
Insality
636df146c9 grid: add clear function, add grid anchoring and correct posing
update examples
2019-04-07 15:16:18 +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
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