Insality
|
f25a8acd95
|
Remove side from dynamic_grid, move it to node pivot
|
2020-09-24 09:32:39 +03:00 |
|
Insality
|
d0385a3c03
|
FIx dynamic grid sides
|
2020-09-24 09:23:45 +03:00 |
|
Insality
|
4e476d7e67
|
Merge branch 'develop' into feature/77-grid-update
# Conflicts:
# docs_md/changelog.md
# druid/component.lua
|
2020-09-23 23:15:37 +03:00 |
|
Maxim Tuprikov
|
b5779f5984
|
Merge pull request #89 from Insality/feature/88-input-disabling
Feature/88 input disabling
|
2020-09-23 01:54:16 +03:00 |
|
Insality
|
b7eb7a6782
|
Update changelog
|
2020-09-23 01:52:58 +03:00 |
|
Insality
|
c8bf57ecd3
|
Move several component functions to private scope
|
2020-09-23 01:51:10 +03:00 |
|
Insality
|
3c32a5f75e
|
Add set_input_state for component to enable/disable input
|
2020-09-23 01:29:16 +03:00 |
|
Insality
|
71b393b2c2
|
Add children list to the component
|
2020-09-23 01:28:54 +03:00 |
|
Insality
|
54a1eda738
|
Refactor Component to class notation
|
2020-09-23 01:22:27 +03:00 |
|
Insality
|
ba12a9868a
|
Add __tostring to component class
|
2020-09-23 01:21:44 +03:00 |
|
Insality
|
28087da814
|
Update grid changelogs
|
2020-09-22 08:31:16 +03:00 |
|
Insality
|
fab60a3783
|
Add FAQ documentation stub
|
2020-09-22 08:20:36 +03:00 |
|
Insality
|
034abda460
|
Refactor scroll component (renamed functions)
|
2020-09-22 00:30:41 +03:00 |
|
Insality
|
7b1feee341
|
Add scroll:set_horizontal/vertical_scroll functions
|
2020-09-22 00:25:14 +03:00 |
|
Insality
|
47562de78a
|
Add scroll to grid examples
|
2020-09-22 00:13:59 +03:00 |
|
Insality
|
63186823e9
|
Merge branch 'develop' into feature/77-grid-update
# Conflicts:
# druid/helper.lua
# druid/system/druid_instance.lua
|
2020-09-22 00:13:44 +03:00 |
|
Maxim Tuprikov
|
e9720d1676
|
Merge pull request #87 from Insality/feature/85-extended-components
Move components to extended. Make stubs for ready to make it requirable
|
2020-09-21 23:30:39 +03:00 |
|
Insality
|
23e2846a60
|
Move components to extended. Make stubs for ready to make it requirable
|
2020-09-21 23:28:20 +03:00 |
|
Insality
|
f8731b2640
|
Add initial progress on dynamic grid
|
2020-09-21 23:00:51 +03:00 |
|
Insality
|
6ce14a7a1c
|
Add dynamic grid component stub
|
2020-09-21 01:47:00 +03:00 |
|
Insality
|
15a94173d2
|
Refactor StaticGrid component. Change component:get_nodes -> component:get_component_nodes
|
2020-09-21 01:25:26 +03:00 |
|
Insality
|
442ea090d3
|
Add grid:get_nodes function
|
2020-09-21 01:12:31 +03:00 |
|
Insality
|
94099e0a3e
|
Add annotations to static grid
|
2020-09-21 01:05:37 +03:00 |
|
Insality
|
fbcb620a8a
|
Fix get_index by pos grid function
|
2020-09-21 01:01:00 +03:00 |
|
Insality
|
07c57d5cc6
|
Add border offset fixes
|
2020-09-21 00:47:08 +03:00 |
|
Insality
|
ace1fc6cb1
|
Add node shift at add/remove for static grid
|
2020-09-21 00:37:44 +03:00 |
|
Insality
|
cf87c89cff
|
Update grid usage at grid example page
|
2020-09-21 00:00:00 +03:00 |
|
Insality
|
0dc9f32b7a
|
Add druid:new instead of druid:create
|
2020-09-20 23:51:22 +03:00 |
|
Insality
|
9230f9545c
|
Change annotations grid -> static_grid
|
2020-09-20 23:49:42 +03:00 |
|
Insality
|
cded2b153c
|
Remove const.grid_type
|
2020-09-20 23:11:09 +03:00 |
|
Insality
|
d410192669
|
Add helper.deprecated function. Renamed grid to static_grid
|
2020-09-20 23:09:11 +03:00 |
|
Insality
|
02e238348b
|
Copy grid from infinity scroll tests
|
2020-09-20 23:03:59 +03:00 |
|
Insality
|
1b9901edd9
|
Merge branch 'develop' into feature/77-grid-update
# Conflicts:
# druid/base/grid.lua
|
2020-09-20 23:03:33 +03:00 |
|
Insality
|
2d2790f760
|
Add more infinity scroll example
|
2020-09-16 01:23:11 +03:00 |
|
Insality
|
f027d4ac96
|
Add grid node anchor correct for calculate borders
|
2020-09-16 00:47:24 +03:00 |
|
Insality
|
7a6e8bbef3
|
Add example of infinity scroll
|
2020-09-16 00:34:38 +03:00 |
|
Insality
|
f0a9d5818f
|
Add infinity list component
|
2020-09-16 00:34:00 +03:00 |
|
Insality
|
04c39f1ce2
|
Add on layout change initial support
|
2020-09-16 00:31:05 +03:00 |
|
Insality
|
bce68d9c35
|
Merge branch 'develop'
0.4.4
|
2020-07-19 13:11:15 +03:00 |
|
Insality
|
40b2837608
|
Add changelog
|
2020-07-19 13:10:54 +03:00 |
|
Insality
|
f182439f2a
|
#76 add params for lang text string.format
|
2020-07-18 22:16:24 +03:00 |
|
Insality
|
a561892fb6
|
#80 fix hover function call set_enabled
|
2020-07-18 21:47:15 +03:00 |
|
Insality
|
3ba51f3e9d
|
#79 fix remove in on_input, add grid page example
|
2020-07-18 21:42:51 +03:00 |
|
Insality
|
32c3316a53
|
Add get_pos and get_index methods
|
2020-07-12 12:39:15 +03:00 |
|
Insality
|
a92e4e6ae0
|
Add grid update position function
|
2020-07-12 12:30:13 +03:00 |
|
Insality
|
69dd2ce9e3
|
Add my editor scripts for gui
|
2020-06-18 01:58:42 +03:00 |
|
Insality
|
5f873c2305
|
Merge branch 'develop'
0.4.3
|
2020-06-14 20:15:07 +03:00 |
|
Insality
|
80ad0dc3b5
|
Increase Druid version
|
2020-06-14 20:14:49 +03:00 |
|
Insality
|
29137614ab
|
Update docs
|
2020-06-14 20:14:05 +03:00 |
|
Insality
|
844f0dc356
|
#71 fix blocker input events
|
2020-06-14 20:09:23 +03:00 |
|