Insality
|
3c9f539376
|
Update annotations
|
2024-10-05 02:27:30 +03:00 |
|
Insality
|
b2a88146e5
|
Update input and rich input
|
2024-09-12 20:59:50 +03:00 |
|
Insality
|
986a4695f6
|
Update Rich Input with selection/arrows control. Add template and nodes to self:get_druid
|
2024-09-07 17:15:40 +03:00 |
|
Insality
|
11ae63a9f6
|
Update annotations
|
2024-08-27 17:45:09 +03:00 |
|
Maksim Tuprikov
|
731e5f6627
|
Merge pull request #271 from JustAPotota/patch-1
Fix password input events returning masked text
|
2024-08-27 17:12:58 +03:00 |
|
JustAPotota
|
80f60c6e74
|
Fix password input events returning masked text
|
2024-07-06 21:42:03 -05:00 |
|
Insality
|
01d1445511
|
Update annotations, add set_repeat to hotkey component
|
2023-12-05 14:49:56 +02:00 |
|
Insality
|
4a16a8bc07
|
Annotations update [5]
|
2023-10-18 10:40:08 +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
|
5ecd67d8ef
|
Update docs
|
2023-07-13 21:32:04 +03:00 |
|
Insality
|
4896f38e09
|
Update readme and docs
|
2023-07-08 09:59:35 +03:00 |
|
Insality
|
a01eae3d89
|
Solve #156 Input field now show keyboard in html5 mobile
|
2023-05-03 01:13:16 +03:00 |
|
Insality
|
7b40af9a33
|
Solve #219 Add utf8 native library support
|
2023-05-03 01:05:31 +03:00 |
|
Insality
|
dad54d8de3
|
Update #199 rename IS_CONSUME_INPUT_WHILE_SELECTED to NO_CONSUME_INPUT_WHILE_SELECTED. Change default value
|
2022-12-01 21:05:14 +02:00 |
|
Insality
|
5d3625e2a8
|
Solve #199 Add input consume flag while input is selected. With false value it's allow to interact with other input components while input is selected (current input will be unselected if this case)
|
2022-11-12 12:50:19 +02:00 |
|
Insality
|
53f305734c
|
Solve #189 Add temporary set input priority
|
2022-06-15 10:34:47 +05:00 |
|
Insality
|
f7e6888c5a
|
Revert "Solve #182 add table pool for events"
This reverts commit dff522fbaa8775ed983f6a2b83409addef7d112d.
|
2022-04-05 23:18:39 +03:00 |
|
Insality
|
dff522fbaa
|
Solve #182 add table pool for events
|
2022-04-05 18:57:40 +03:00 |
|
Insality
|
58a877f8a7
|
Update docs
|
2022-03-12 09:03:45 +02: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 |
|
SalavatR
|
21830d9886
|
Update input.lua
function set_allowed_characters(NAME_PATTERN) isn't working with Cyrillic symbols in range "[А-я]", string.match includes chars №, ₽ and may be more
|
2022-02-02 19:51:15 +06:00 |
|
Insality
|
54f80aeccd
|
#160 Remove component interests, now setup it with function declaring
|
2022-01-27 01:48:05 +02:00 |
|
Insality
|
30f48f1d27
|
#00 Add text arg to on_input_unselect event
|
2022-01-27 01:11:34 +02:00 |
|
Insality
|
0179e68887
|
#91 Add license comments
|
2021-10-23 13:08:39 +03:00 |
|
Insality
|
9ff97b98ea
|
Update docs, changelogs, example. Prepare to 0.6.0 release
|
2021-04-06 00:03:55 +03:00 |
|
Insality
|
58163caf25
|
Merge branch 'develop' into 102-input-priority
|
2021-04-01 21:00:13 +03:00 |
|
Insality
|
14dccea799
|
Update set/reset input priority functions. Remove increase_input_priority function
|
2021-04-01 20:59:47 +03:00 |
|
Insality
|
2bafc0a140
|
Add ability to pass text component instead of text node name
|
2021-02-07 13:21:22 +05:00 |
|
Insality
|
da085238cc
|
#108 Move component interests const from const.lua to component.lua
|
2020-11-07 17:28:07 +03:00 |
|
Insality
|
86c7170053
|
#106 Add IS UNSELECT ON RESELECT style for Input component
|
2020-11-06 23:12:10 +03:00 |
|
Insality
|
23c0853d0a
|
#105 make input.select and input.unselect public methods
|
2020-11-06 22:58:29 +03:00 |
|
Insality
|
f7b8593465
|
Rename input.selected to input.is_selected (according to the docs)
|
2020-11-03 19:49:00 +03:00 |
|
Insality
|
7bbfbab45e
|
Update druid_instance component creating docs
|
2020-11-02 19:25:37 +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
|
5ff6b69dd4
|
Update annotations: back_handler and blocker
|
2020-10-11 23:25:23 +03:00 |
|
Insality
|
0d07deb23a
|
Renamed class functions
|
2020-09-29 23:09:37 +03:00 |
|
Insality
|
23e2846a60
|
Move components to extended. Make stubs for ready to make it requirable
|
2020-09-21 23:28:20 +03:00 |
|