Insality
|
91fb8ced52
|
#111 Add druid.stencil_check for auto stencil check to call set_click_zone
|
2021-10-23 14:08:24 +03:00 |
|
Insality
|
0179e68887
|
#91 Add license comments
|
2021-10-23 13:08:39 +03:00 |
|
Insality
|
1da5476837
|
#81 Add simple input control via messages
|
2021-10-22 00:56:46 +03:00 |
|
Insality
|
9ff97b98ea
|
Update docs, changelogs, example. Prepare to 0.6.0 release
|
2021-04-06 00:03:55 +03:00 |
|
Insality
|
da085238cc
|
#108 Move component interests const from const.lua to component.lua
|
2020-11-07 17:28:07 +03:00 |
|
Insality
|
62cca31b28
|
Update BaseComponent annotations
|
2020-10-11 23:18:53 +03:00 |
|
Insality
|
fbef0cbe54
|
Add button correct annotations
|
2020-10-11 22:47:05 +03:00 |
|
Insality
|
0d07deb23a
|
Renamed class functions
|
2020-09-29 23:09:37 +03:00 |
|
Insality
|
474b97469e
|
#69 Fix annotations in button component
|
2020-05-24 22:56:53 +03:00 |
|
Insality
|
f4f04a17df
|
#65 Add hover set_enabled function, disabled button do not provide hover events
|
2020-05-24 22:48:46 +03:00 |
|
Insality
|
2db45b27e2
|
#61 fix button anim node
|
2020-05-16 16:54:48 +03:00 |
|
Insality
|
7ed7e8e798
|
Update style annotations
|
2020-05-09 13:35:30 +03:00 |
|
Insality
|
928a212527
|
Add on_style_change to every component
Empty default style is now valid. Every component have their default style values. Removed style function checks
|
2020-05-09 12:45:09 +03:00 |
|
Insality
|
0cc848b53f
|
#49 add on_mouse_hover to hover component
|
2020-05-04 01:12:25 +03:00 |
|
Insality
|
67038b5c77
|
Add increase/reset input priority. Input field now increase self prioirty
|
2020-04-18 13:44:23 +03:00 |
|
Insality
|
6d84f06c32
|
Add on_input_wrong, add allowerd_characters, add simple wrong animation
|
2020-04-18 02:01:45 +03:00 |
|
Insality
|
be26478c21
|
Input implementation progress
|
2020-04-18 00:45:18 +03:00 |
|
Insality
|
6ce2c8f85b
|
Add button click_outside event
|
2020-04-17 23:25:56 +03:00 |
|
Insality
|
9dd3a029ad
|
Update documentation
|
2020-03-28 23:10:30 +03:00 |
|
Insality
|
7c22032004
|
Clean up todo, more docs
|
2020-03-22 15:32:00 +03:00 |
|
Insality
|
696622b42b
|
Rename back hold_click -> hold_callback
|
2020-03-22 15:24:47 +03:00 |
|
Insality
|
959f367dd7
|
Remove done stuff from alpha todo
|
2020-03-22 15:24:04 +03:00 |
|
Insality
|
ca78b10794
|
Update component docs
|
2020-03-21 21:37:32 +03:00 |
|
Insality
|
4634b7c686
|
Button more events, more examples
|
2020-02-25 22:42:39 +03:00 |
|
Insality
|
5ea102d0aa
|
To-do list changes
|
2020-02-25 00:26:53 +03:00 |
|
Insality
|
09dbd66484
|
Add click_zone to hover
|
2020-02-25 00:13:54 +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
|
d28b77bc9a
|
Hover context remove (get from get_context())
|
2020-02-24 09:40:09 +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
|
822db35e84
|
Documentation experiments
|
2020-02-23 22:57:44 +03:00 |
|
Insality
|
cb6fd3038a
|
Add examples to component docs
|
2020-02-23 13:00:59 +03:00 |
|
Insality
|
c2b65eb4e2
|
Input priority little rework? Remove on_swipe
|
2020-02-23 12:17:25 +03:00 |
|
Insality
|
640753c080
|
Rename locale -> lang_text
|
2020-02-22 15:24:52 +03:00 |
|
Insality
|
2c0b100ab7
|
Move hover logic from button to hover component
|
2020-02-22 15:19:18 +03:00 |
|
Insality
|
3e30fd4417
|
Remove match_event from druid, add hover component
|
2020-02-22 15:09:29 +03:00 |
|
Insality
|
b198e09560
|
Add functions stubs
|
2020-02-22 14:44:12 +03:00 |
|
Insality
|
080035c301
|
Move helper.get_node to component
|
2020-02-07 01:17:43 +03:00 |
|
Insality
|
3b38992de8
|
remove druid_animate, update docs
|
2020-02-06 01:53:41 +03:00 |
|
Insality
|
e1edc8ae9b
|
Move component from system to root folder
|
2020-02-06 01:20:13 +03:00 |
|
Insality
|
544fd8d736
|
Update ldoc code comments
|
2020-02-05 02:44:09 +03:00 |
|
Insality
|
be8869951a
|
Add class component and druid_instance
|
2020-02-03 22:08:49 +03:00 |
|
Insality
|
ae47bcee8f
|
Add component instance with general methods. New component constructor
|
2020-01-30 01:46:02 +03:00 |
|
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
|
efef4d194d
|
Add first implementation of druid styles (only button)
|
2019-12-05 23:40:17 +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
|
88a37f77af
|
Update ldoc comments
|
2019-12-05 22:05:06 +03:00 |
|
Insality
|
e45dce150d
|
Rename helper.get_node -> helper.node
|
2019-12-05 21:34:16 +03:00 |
|