1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00
Commit Graph

60 Commits

Author SHA1 Message Date
8db3b5e15c [yawl] fix callback bug 2023-08-20 00:52:33 +02:00
cddc6479ed [yawl] event propagation rework 2023-08-19 17:28:26 +02:00
0cc9fee592 pm manifest workflow 2023-08-16 15:12:42 +02:00
d08b93c178 [yawl] make sure Border only have one child 2023-08-13 17:33:57 +02:00
cc2080d467 [yawl] renamed var 2023-08-13 17:27:50 +02:00
5b0b3f6d07 [yawl] fix border size stuck to 1,1 when updated 2023-08-12 22:10:06 +02:00
c13da0af0b [yawl] add utils to main init.lua 2023-08-12 21:24:13 +02:00
d48d42dfae [yawl] rgb to color util function 2023-08-12 21:21:48 +02:00
7b8ee449c0 [yawl] made color selection code more readable 2023-08-11 23:10:00 +02:00
36cc8812b9 [yawl_example] button 2023-08-11 17:21:21 +02:00
e1d16c8ba9 [yawl] reworked reset time logic 2023-08-11 17:21:10 +02:00
6194e66e8e [yawl] reformatting and small functionality change 2023-08-11 17:21:06 +02:00
03d8546d43 add button to init.lua 2023-08-11 17:21:03 +02:00
cfa90f158c auto formatting 2023-08-11 17:20:53 +02:00
Renno231
05f521df93 basic button class 2023-08-11 17:19:42 +02:00
a9bb307256 [yawl] moved invokeCallback 2023-07-29 22:40:19 +02:00
44a9ce9718 [yawl] doc 2023-07-29 20:29:15 +02:00
4e4271f1ad [yawl_example] added SliderBar 2023-07-29 18:45:37 +02:00
75810f0428 [yawl] default callback 2023-07-29 18:45:02 +02:00
1d67b8dc69 [yawl] doc 2023-07-29 18:37:46 +02:00
Renno231
d4417a3584 removed duplicate background color function 2023-07-29 18:22:27 +02:00
Renno231
1edd0fe0cb minor reduction in cpu call 2023-07-28 19:50:46 -05:00
Renno231
da890b3a5e Update yawl/lib/yawl/widget/SliderBar.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-27 17:14:38 -05:00
Renno231
861f380a18 Update yawl/lib/yawl/widget/SliderBar.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-27 17:14:31 -05:00
Renno231
552b09ecd4 moved backgroundColor and foregroundColor to widget 2023-07-27 16:46:44 -05:00
Renno231
73688a20ed SliderBar 2023-07-27 16:46:30 -05:00
15029d7723 [yawl] comments 2023-07-25 19:30:23 +02:00
8c47eb836e [yawl_example] comments for readability ToggleSwitch and Border 2023-07-25 19:30:08 +02:00
0cb4ca363f [yawl] comments and default touch callback 2023-07-25 19:28:44 +02:00
cce49c5dcb [yawl] Border comments and constants for borderSet 2023-07-25 19:28:18 +02:00
227abc62d3 [yawl] release candidate 2023-07-24 21:23:03 +02:00
db8254f0c9 [yawl] fix comment 2023-07-24 20:05:22 +02:00
47fc93565d [yawl] revert broken change with size 2023-07-24 20:00:59 +02:00
cadbb6b82e [yawl] refactoring 2023-07-24 18:09:21 +02:00
Renno231
afbfb0e972 Merge branch 'master' of https://github.com/Renno231/openComputers_codes 2023-07-22 19:41:54 -05:00
Renno231
954fc34e27 turned toggle switch into widget and got rid of child rectangle
AR2000, I know you won't like how I have handled the switch ;)
2023-07-22 19:39:42 -05:00
Renno231
62634f1b25 Update yawl/lib/yawl/widget/ToggleSwitch.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-22 17:59:46 -05:00
Renno231
d438d0519b Update yawl/lib/yawl/widget/ToggleSwitch.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-22 17:59:41 -05:00
Renno231
6591440e75 Update yawl/lib/yawl/widget/ToggleSwitch.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-22 17:59:01 -05:00
Renno231
b96a90e179 Update yawl/lib/yawl/widget/ToggleSwitch.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-22 17:58:51 -05:00
Renno231
16bb9a49e0 visual resize 2023-07-22 12:50:07 -05:00
Renno231
6551661181 Update yawl/lib/yawl/widget/ToggleSwitch.lua
Co-authored-by: AR2000 <AR2000AR@users.noreply.github.com>
2023-07-22 11:55:25 -05:00
Renno231
2ef476d81f minor fix to toggle logic 2023-07-22 03:17:41 -05:00
Renno231
28c1ba2bf9 minor tweaks 2023-07-22 03:09:03 -05:00
Renno231
60d77a4810 removed debug code, added speed setting 2023-07-22 03:04:35 -05:00
Renno231
21d7de5048 toggle switch (touch callback doesn't fire?)
for some reason touch isn't firing or so it appears
2023-07-22 02:56:56 -05:00
Renno231
b17506110c more tweaks on headline callback 2023-07-22 02:56:21 -05:00
Renno231
9e477e8962 created Histogram 2023-07-22 00:09:48 -05:00
Renno231
376351d1b6 flicker fix 2023-07-21 18:53:31 -05:00
Renno231
9e489d6443 cleanup 2023-07-21 18:30:52 -05:00