Insality
|
9ff97b98ea
|
Update docs, changelogs, example. Prepare to 0.6.0 release
|
2021-04-06 00:03:55 +03:00 |
|
Insality
|
4ea9f18e10
|
#127 Rename druid:create() to druid:new(). Create deprecated
|
2021-04-04 13:52:12 +03:00 |
|
Insality
|
72efdc13bf
|
Rename Infinity list to Data list
|
2021-04-01 22:02:15 +03:00 |
|
Insality
|
ac7d090cf0
|
Merge branch 'develop' into 43-infinity-scroll
|
2021-04-01 21:14:29 +03:00 |
|
Insality
|
14dccea799
|
Update set/reset input priority functions. Remove increase_input_priority function
|
2021-04-01 20:59:47 +03:00 |
|
Insality
|
731a47e01d
|
Add separate input priority component value
|
2021-02-07 14:57:39 +05:00 |
|
Insality
|
da085238cc
|
#108 Move component interests const from const.lua to component.lua
|
2020-11-07 17:28:07 +03:00 |
|
Insality
|
2ef2a61dfa
|
Merge fixes
|
2020-11-03 23:25:59 +03:00 |
|
Insality
|
90d8e6c57f
|
Merge branch 'develop' into 43-infinity-scroll
# Conflicts:
# druid/base/grid.lua
# druid/const.lua
# druid/system/druid_instance.lua
|
2020-11-03 23:25:02 +03:00 |
|
Insality
|
7bbfbab45e
|
Update druid_instance component creating docs
|
2020-11-02 19:25:37 +03:00 |
|
Insality
|
cecd8c9d5a
|
Typo fix
|
2020-10-15 22:16:15 +03:00 |
|
Insality
|
89830a830e
|
Fix remove several children components
|
2020-10-15 22:09:29 +03:00 |
|
Insality
|
cebba9a1a3
|
Update documentation
|
2020-10-12 00:30:03 +03:00 |
|
Insality
|
56d42d6949
|
Update annotations: dynamic_grid, input, lang_text, progress, radio_roup, slider, timer
|
2020-10-12 00:18:37 +03:00 |
|
Insality
|
bea8e3b329
|
Update annotations: swipe, text, checkbox, checkbox_group, druid_instance
|
2020-10-12 00:03:58 +03:00 |
|
Insality
|
248b9c30f9
|
Update annotations: scroll, static_grid, events, druid_instance
|
2020-10-11 23:53:30 +03:00 |
|
Insality
|
082aa454c6
|
Update annotations: scroll, hover and drag
|
2020-10-11 23:40:16 +03:00 |
|
Insality
|
5ff6b69dd4
|
Update annotations: back_handler and blocker
|
2020-10-11 23:25:23 +03:00 |
|
Insality
|
62cca31b28
|
Update BaseComponent annotations
|
2020-10-11 23:18:53 +03:00 |
|
Insality
|
d2aff432f0
|
Update ldoc
|
2020-09-29 23:46:32 +03:00 |
|
Insality
|
f1aa5e91a1
|
#83 update documentation
|
2020-09-29 23:26:27 +03:00 |
|
Insality
|
0d07deb23a
|
Renamed class functions
|
2020-09-29 23:09:37 +03:00 |
|
Insality
|
e00ab4f0a1
|
Update grid example
|
2020-09-28 22:11:09 +03:00 |
|
Insality
|
e97b0d22c8
|
Add dynamic_grid and lang_text to the extended components
|
2020-09-28 21:58:52 +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 |
|
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
|
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 |
|
Insality
|
23e2846a60
|
Move components to extended. Make stubs for ready to make it requirable
|
2020-09-21 23:28:20 +03:00 |
|
Insality
|
6ce14a7a1c
|
Add dynamic grid component stub
|
2020-09-21 01:47:00 +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
|
d410192669
|
Add helper.deprecated function. Renamed grid to static_grid
|
2020-09-20 23:09:11 +03:00 |
|
Insality
|
f0a9d5818f
|
Add infinity list component
|
2020-09-16 00:34:00 +03:00 |
|
Insality
|
3ba51f3e9d
|
#79 fix remove in on_input, add grid page example
|
2020-07-18 21:42:51 +03:00 |
|
Insality
|
a2f8926cb0
|
Fix typo
|
2020-05-24 23:23:53 +03:00 |
|
Insality
|
d3a56f717e
|
#62 Add release_input_focus on druid:final if auto_input enabled
|
2020-05-24 22:53:40 +03:00 |
|
Insality
|
92f95f77d1
|
#41 Add recursive component removing on druid:remove
|
2020-05-08 00:12:48 +03:00 |
|
Insality
|
bb565432f3
|
#58 fix get druid instance by name
|
2020-05-07 23:48:37 +03:00 |
|
Insality
|
94e882577b
|
#53 Add init all interests arrays, fix final on empty druid instance
|
2020-05-07 23:16:37 +03:00 |
|
Insality
|
dad7cd91b6
|
Add annotation to new_drag function
|
2020-05-04 00:58:38 +03:00 |
|
Insality
|
05425fb76c
|
Scroll refactoring process
|
2020-04-28 18:13:43 +03:00 |
|
Insality
|
67038b5c77
|
Add increase/reset input priority. Input field now increase self prioirty
|
2020-04-18 13:44:23 +03:00 |
|
Insality
|
36d7bcee5a
|
Update docs and changelogs
|
2020-04-18 02:31:52 +03:00 |
|
Insality
|
f02c68242a
|
Add list of druid instances, add global events: on_window_callback, on_layout_change and on_language_change
|
2020-04-18 01:41:28 +03:00 |
|
Insality
|
3339b00071
|
Add simple swipe component
|
2020-04-17 20:04:45 +03:00 |
|
Insality
|
48bd0da429
|
Update annotations
|
2020-04-09 22:07:56 +03:00 |
|
Insality
|
59d7635cf8
|
Change game.project settings autofocus -> no_auto_input
|
2020-03-22 12:16:59 +03:00 |
|