102 Commits

Author SHA1 Message Date
Insality
00aff86840 #86 set minimal step for scroll free intertion 2020-11-07 22:16:40 +03:00
Insality
3bbb4129c6 Add get_offset for grids, add offset for scroll content 2020-11-07 22:15:46 +03:00
Insality
da085238cc #108 Move component interests const from const.lua to component.lua 2020-11-07 17:28:07 +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
af61d4561a Update changelogs 2020-09-28 02:52:38 +03:00
Insality
246574c86b Update grid and scroll documentation 2020-09-28 02:21:44 +03:00
Insality
0b1051b5b2 Add scroll:bind_grid function 2020-09-28 01:56:43 +03:00
Insality
40af3f6181 Remove scroll offset 2020-09-28 01:36:14 +03:00
Insality
19139ca0ef Add dirty add_scroll_offset to scroll component 2020-09-27 22:13:15 +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
04c39f1ce2 Add on layout change initial support 2020-09-16 00:31:05 +03:00
Insality
e8b1809321 #74 typo fix strech -> stretch 2020-06-14 13:26:22 +03:00
Insality
474b97469e #69 Fix annotations in button component 2020-05-24 22:56:53 +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
10c4ee2151 Update documentation 2020-05-04 00:51:44 +03:00
Insality
1e568c2fa6 Update documentation, refactoring 2020-05-04 00:16:08 +03:00
Insality
0c1bf63e13 Scroll module refactoring 2020-05-03 20:56:37 +03:00
Insality
facfe39269 Scroll polishing 2020-05-03 20:46:01 +03:00
Insality
99781f333d Scroll progress. Previous API returing in process 2020-05-03 19:36:28 +03:00
Insality
7d3429f252 Scroll refactoring progress 2020-04-28 23:22:00 +03:00
Insality
f77fa8e8a8 Add multitouch for scroll correct scrolling with several fingers 2020-04-28 19:06:29 +03:00
Insality
05425fb76c Scroll refactoring process 2020-04-28 18:13:43 +03:00
Insality
48bd0da429 Update annotations 2020-04-09 22:07:56 +03:00
Insality
ca78b10794 Update component docs 2020-03-21 21:37:32 +03:00
Insality
b33efd692f Better scroll and slider API 2020-03-21 19:40:50 +03:00
Insality
85e2235bae Add more scroll examples 2020-03-19 00:07:55 +03:00
Insality
53a77c0fcb Start scroll rework 2020-02-26 00:09:04 +03:00
Insality
b1fbb7c5bf Add simple scroll events 2020-02-24 20:29:56 +03:00
Insality
c2b65eb4e2 Input priority little rework? Remove on_swipe 2020-02-23 12:17:25 +03:00
Insality
080035c301 Move helper.get_node to component 2020-02-07 01:17:43 +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
8f32b61ddc Start add empty druid style 2020-01-10 16:44:05 +05:00
Insality
125506a4f1 Separate style progrese 2020-01-10 16:01:32 +05: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
Insality
ffb6debff1 Main page on kenney example 2019-09-25 23:10:47 +03:00
Insality
aaac514a3d rename data to const 2019-09-25 20:54:50 +03:00
Insality
b72e7451e1 Add example docs for LDoc 2019-09-25 20:40:41 +03:00
Insality
099eaa1e10 update scroll and helper 2019-09-25 20:12:52 +03:00
Insality
33c36f4967 fix: don't cancel gui.animate on touch pressed. It leads to some problems. Inert scroll still can be stopped by touch 2019-04-23 23:58:04 +03:00
Insality
80e2392d24 fix: Now you can scroll only one scroll by one (without input race). Removed local scroll param.
case: Double scroll at one place, start scrolling on one direction, you can scroll another scroll on top of first scroll
2019-04-23 23:40:06 +03:00