89 Commits

Author SHA1 Message Date
Insality
efef4d194d Add first implementation of druid styles (only button) 2019-12-05 23:40:17 +03:00
Insality
89933dfaf5 Close TODO on self context 2019-12-05 22:39:46 +03:00
Insality
b8dec4826f Add druid with context, get component druid as helper.get_druid(context) 2019-12-05 22:39:35 +03:00
Insality
da27d6edd8 Generate ldoc 2019-12-05 22:05:17 +03:00
Insality
88a37f77af Update ldoc comments 2019-12-05 22:05:06 +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
280b57ca3c Merge branch 'develop' into feature/druid-example
# Conflicts:
#	druid/base/checkbox_group.lua
#	druid/druid.lua
2019-09-28 17:20:30 +03:00
Maxim Tuprikov
69a18f2f06
Merge pull request #26 from AGulev/feature/D20-radio-component
#20 radio_group component (based on checkbox)
2019-09-28 17:15:15 +03:00
Maxim Tuprikov
07ebb202ac
Merge branch 'develop' into feature/D20-radio-component 2019-09-28 17:15:02 +03:00
Maxim Tuprikov
26d80828a1
Merge pull request #27 from AGulev/feature/D16-checkbox
Feature/d16 checkbox
2019-09-28 17:14:24 +03:00
Maxim Tuprikov
9db4f6ae0c
Merge branch 'develop' into feature/D16-checkbox 2019-09-28 17:14:12 +03:00
Maxim Tuprikov
304cd3a849
Merge pull request #23 from AGulev/feature/druid-refactor
Feature/druid refactor
2019-09-28 17:13:24 +03:00
Maxim Tuprikov
ccacee346d
Merge branch 'develop' into feature/druid-refactor 2019-09-28 17:13:07 +03:00
Maxim Tuprikov
a0f6309d44
Merge pull request #29 from AGulev/feature/D25-slider-component
Feature/d25 slider component
2019-09-28 17:11:51 +03:00
Maxim Tuprikov
a505cd2231
Merge pull request #28 from AGulev/feature/D24-blocker-component
#24 cherry-pick, add simple blocker component
2019-09-28 17:11:24 +03:00
Insality
2abfe8b0d4 #25 cherry-pick, update slider component 2019-09-26 09:07:29 +03:00
Insality
dc3d311236 #25 cherry-pick slider component 2019-09-26 09:06:51 +03:00
Insality
12049adf27 #24 cherry-pick, add simple blocker component 2019-09-26 09:05:35 +03:00
Insality
3fe8c1157a #20 radio_group component (based on checkbox) 2019-09-26 09:04:00 +03:00
Insality
05dd08b149 cherry-pick update checkbox_group 2019-09-26 09:02:20 +03:00
Insality
2d3ef5f6c3 cherry-pick checkbox_group component 2019-09-26 09:01:46 +03:00
Insality
27e0397e6b cherry-pick simple-checkbox component 2019-09-26 09:00:58 +03:00
Insality
78807d7c8d add simple blocker component 2019-09-26 08:53:47 +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
aaac514a3d rename data to const 2019-09-25 20:54:50 +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
4d424a34c2 add config for LDoc 2019-09-25 20:13:12 +03:00
Insality
a4bc3bb5a1 rename android_back to back_handler 2019-09-25 20:13:05 +03:00
Insality
099eaa1e10 update scroll and helper 2019-09-25 20:12:52 +03:00
Alexey Gulev
4ce8e85d15 Refactoring: step 1
druid.lua:
- `factory` replaced with `self`
- set new name for metatable
- replaced `ipairs` with `for `i loop

data.lua:
- renamed custom messages
2019-08-04 22:15:22 +02:00
Insality
fdbacd033d feature: event can be now list of events 2019-04-24 23:16:44 +03:00
Insality
33c36f4967 fix: don't cancel gui.animate on touch pressed. It leads to some problems. Inert scroll still can be stopped by touch 2019-04-23 23:58:04 +03:00
Insality
80e2392d24 fix: Now you can scroll only one scroll by one (without input race). Removed local scroll param.
case: Double scroll at one place, start scrolling on one direction, you can scroll another scroll on top of first scroll
2019-04-23 23:40:06 +03:00
Insality
205253c98d add factory.remove method 2019-04-07 16:40:27 +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
Insality
263197eb8d disable scroll if scroll zone <= items zone 2019-04-07 15:14:06 +03:00