Insality
|
c99b97f392
|
Annotations update [3]
|
2023-10-17 22:32:22 +03:00 |
|
Insality
|
50c9b6bad5
|
Annotations update [2]
|
2023-10-17 22:00:43 +03:00 |
|
Insality
|
86b92f90a7
|
Annotations update
|
2023-10-17 21:09:45 +03:00 |
|
Insality
|
37fff52aa5
|
Fix HTML5 button
|
2023-08-05 19:27:51 +03:00 |
|
Insality
|
556e1a9bae
|
Small optimization && refactoring
|
2023-07-15 15:56:06 +03:00 |
|
Insality
|
38c117b9d8
|
Inline helper.is_enabled, remove unused code, documentation fixes, remove formats and druid_input files, add more tests
|
2023-07-15 11:53:07 +03:00 |
|
Insality
|
5ecd67d8ef
|
Update docs
|
2023-07-13 21:32:04 +03:00 |
|
Insality
|
6ed48772a3
|
Update docs
|
2023-07-11 21:46:56 +03:00 |
|
Insality
|
bdacd4a440
|
Update docs
|
2023-07-11 21:29:12 +03:00 |
|
Insality
|
894b62b888
|
Update docs
|
2023-07-09 22:56:44 +03:00 |
|
Insality
|
eca76b12d1
|
Update docs
|
2023-07-09 21:47:14 +03:00 |
|
Insality
|
15cf72df27
|
Update docs
|
2023-07-09 11:11:30 +03:00 |
|
Insality
|
4896f38e09
|
Update readme and docs
|
2023-07-08 09:59:35 +03:00 |
|
Insality
|
7aa2da11f6
|
Update docs, wrong links
|
2023-05-03 00:51:56 +03:00 |
|
Insality
|
cfaeff1516
|
Fix tests
|
2023-02-07 18:58:24 +02:00 |
|
Insality
|
bd9b4ad58f
|
Merge branch 'develop' into tests
|
2023-02-07 18:45:35 +02:00 |
|
Insality
|
5accec45c3
|
Solve #216 Button also can be pressed via multitouch action_id (not still simultaneously but can capture the event)
|
2022-12-03 16:41:28 +02:00 |
|
Insality
|
a6de0128bd
|
Add initial Druid tests
|
2022-09-11 12:16:20 +03:00 |
|
Insality
|
f801bb6862
|
Update doc links, update emmylua generator
|
2022-03-08 20:21:39 +02:00 |
|
Insality
|
a846adf97b
|
Update docs
|
2022-03-08 18:38:17 +02:00 |
|
Insality
|
54f80aeccd
|
#160 Remove component interests, now setup it with function declaring
|
2022-01-27 01:48:05 +02:00 |
|
Insality
|
dbb883b1b8
|
#149 Call button style functions after actual callback
|
2021-11-20 11:10:29 +02:00 |
|
Insality
|
a4a03db813
|
#110 Add set_check_function for Buttom component
|
2021-10-23 15:04:12 +03:00 |
|
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 |
|