Commit graph

2,140 commits

Author SHA1 Message Date
Admin
33bf169fc2 warning 2025-11-15 14:29:53 +01:00
Kevin Boos
485674d387 Ensure that LongPress (LongClick) on Android properly tracks touch movement (#820)
* Ensure that LongPress (LongClick) on Android properly uses touch slop

Previously, we assumed that multiple touch action events would occur
before a LongClick, but that is not necessarily true.
It is possible to just have one down touch immediately followed by a
LongClick, so we now account for that.

This also fixes the tracking of touch event locations such that
stale values aren't accidentally used when calculating if a finger movement
exceeded the allowable touch slop for considering a touch as a long press.
(Rust would've caught that... thanks Java)

* remove excess log stmt
2025-11-15 09:31:17 +01:00
Admin
79834e068f fix 2025-11-14 21:49:05 +01:00
Admin
324a01b9e5 pod otw 2025-11-14 12:35:10 +01:00
Eddy Bruel
2feda690e8 Pass descender to turtle in DrawText 2025-11-14 11:25:24 +01:00
Eddy Bruel
70ebaa0bd7 Unify line spacing between turtle and DrawText 2025-11-14 11:25:13 +01:00
Admin
a3134d74f9 swizzle otw 2025-11-14 11:01:47 +01:00
Kevin Boos
7bbb42a1b3 Fix modal; enable widgets to block scrolling except within a certain area (#819)
* Fix modal event handling behavior

Everything now works as expected, *except* for Scroll events that seem to
still be received by views beneath the modal, e.g., an underlying PortalList.

* Enable widgets to block scrolling, except within a certain area

* This is important for Modals to prevent scrolling of background widgets
  whilst still allowing the inner `content` view to be scrolled.
* Modals are now forcibly full-screen (or rather, full-window)
  in order to properly ensure that scrolling-allowed areas
  always stay relevant, as the Modal can no longer be contained
  within a non-full-window parent widget/view.

* remove errant log statement
2025-11-13 08:45:36 +01:00
Admin
8cd84726dc added half floats and vec pods 2025-11-12 23:37:24 +01:00
admin
be9fc82125 pod print works 2025-11-12 14:43:45 +01:00
Admin
6f1248bc6a pod print otw 2025-11-12 13:20:49 +01:00
Admin
cf82aea5f8 pod layotus 2025-11-12 11:19:14 +01:00
Admin
799927329f restructure script heap 2025-11-12 09:10:05 +01:00
Eddy Bruel
ec3062e765 Implement line spacing between rows in turtle 2025-11-11 14:12:49 +01:00
Eddy Bruel
ecc9f811ee Wrap walk metrics into struct 2025-11-10 16:20:51 +01:00
Admin
6996c7f653 script pod otw 2025-11-10 14:32:28 +01:00
Admin
a0e4ae49a2 add first step for pods 2025-11-09 21:18:17 +01:00
wyenox
ba66ff9359 "app focus" events renamed to "window focus" (#818) 2025-11-07 22:59:54 +01:00
wyenox
267fdcb371 fix window-level focus issues (#817) 2025-11-07 19:04:41 +01:00
Admin
3ad0cd4e3f fix 2025-11-06 17:07:24 +01:00
Admin
0c6f0f7d66 fix 2025-11-05 13:48:58 +01:00
Admin
19ac38e6dd cleanup tasks 2025-11-04 17:52:09 +01:00
Admin
f207d6e579 update comfyui to new channels 2025-11-04 15:55:59 +01:00
Admin
4c3828cbf2 update comfyui to new channels 2025-11-04 15:52:23 +01:00
Admin
c90f3992d6 update comfyui to new channels 2025-11-04 15:45:59 +01:00
Admin
d6f3ae9786 first channels working 2025-11-04 15:04:22 +01:00
Admin
5540f702b9 first channels working 2025-11-04 14:59:04 +01:00
Eddy Bruel
c6210b2ff5 Implement RowAlign::Baseline 2025-11-04 10:39:15 +01:00
Eddy Bruel
ee5cda7a55 Store descender in finished walk 2025-11-04 10:39:15 +01:00
Julián Montes de Oca
18df23df64 Fix x11 handle_script_signals call (#811) 2025-11-03 18:20:39 +01:00
Julián Montes de Oca
fe3565d544 Enable drag scrolling by default in Scroll*Views (#810) 2025-11-03 17:16:22 +01:00
Admin
7e6cfe0b11 cleanup 2025-11-03 14:49:43 +01:00
Eddy Bruel
0952c37076 Add descender to walks 2025-11-03 14:36:06 +01:00
Admin
31b0a3338f add getters/setters to type tables 2025-11-03 14:23:21 +01:00
Admin
dc44453f58 added script handles 2025-11-03 13:36:38 +01:00
Admin
9c5b2df148 fix 2025-11-02 16:09:05 +01:00
Admin
d35958afc0 fix 2025-11-02 15:56:18 +01:00
Admin
7ee88b6263 added stdlib fns 2025-11-02 11:32:43 +01:00
Admin
2c666dcbbc added stdlib fns 2025-11-02 10:50:35 +01:00
Admin
3259f9796f fix 2025-11-01 19:42:23 +01:00
Admin
5811e8bcef first splash script working! 2025-11-01 19:33:16 +01:00
Admin
5aa29ed2bf child processes and random nr gen 2025-11-01 17:45:24 +01:00
Admin
b8d0e8e029 child processes and random nr gen 2025-11-01 17:40:30 +01:00
Admin
83432a34dd add script timers 2025-11-01 12:56:54 +01:00
Admin
aac37a48c0 websockets 2025-10-31 17:36:02 +01:00
Admin
991879e058 websockets 2025-10-31 17:23:17 +01:00
Admin
67e2e415fd add fn syntax 2025-10-31 14:43:02 +01:00
Admin
fa9d44e2cc add fn syntax 2025-10-31 14:33:37 +01:00
Eddy Bruel
c95833f730 Implement fits with min/max bounds relative to unused size 2025-10-31 11:13:24 +01:00
Admin
189bc87c7c implemented += concats 2025-10-31 10:37:40 +01:00