Commit graph

605 commits

Author SHA1 Message Date
Admin
79834e068f fix 2025-11-14 21:49: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
a0e4ae49a2 add first step for pods 2025-11-09 21:18:17 +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
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
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
Admin
b78c51632c strings are rc now 2025-10-30 18:39:25 +01:00
Eddy Bruel
fadc7c315e Prefer Right over Right { wrap: false } in DSL 2025-10-30 16:04:52 +01:00
Admin
a34c0483bc async networking scripting 2025-10-30 15:54:14 +01:00
Eddy Bruel
de1c50317d Implement per-row alignment for rightward flowing turtles 2025-10-30 12:43:18 +01:00
Admin
f914293342 typecheck arg 2025-10-30 10:26:40 +01:00
Admin
c6811eb956 default to cx for script macro 2025-10-30 10:17:14 +01:00
Admin
4ad373037d fix + to autodetect concat 2025-10-30 09:31:39 +01:00
admin
5a76450cc9 first fs apis working 2025-10-29 17:26:31 +01:00
Admin
4b6f037cf8 map json strings to ids in lookup 2025-10-28 20:38:29 +01:00
Admin
2a19b53c61 add json parser 2025-10-28 17:55:42 +01:00
Eddy Bruel
d058637834 Keep track of finished rows in turtle 2025-10-28 11:52:21 +01:00
Eddy Bruel
dc1bbe3cd6 WIP 2025-10-28 11:36:21 +01:00
Eddy Bruel
cdcae82792 Unify Size::Right and Size::RightWrap 2025-10-28 09:20:57 +01:00
Admin
5865df6e14 fix uizoo 2025-10-27 11:39:42 +01:00
Eddy Bruel
bafa5fae20 Remove walk_turtle_with_align 2025-10-27 11:13:51 +01:00
Admin
76cce72dc9 Fused Id and LiveId 2025-10-25 20:53:30 +02:00
Julián Montes de Oca
48a1ecd52c Add audio input permission handling and example project (#792)
* Add permission handling for audio input

- Introduced `CheckPermission` and `RequestPermission` operations in `CxOsOp` for managing audio input permissions.
- Implemented permission status checks and requests across iOS, macOS, and Android.
- Added a new `Permission` module to define permission types and statuses.
- Updated event handling to include permission results in the event system.
- Updated manifest files to include necessary permissions for audio input on Android.

* Add audio example project

- Added a new example project for audio processing and permission handling
- Implemented UI components for audio device selection, microphone capture, and playback controls.
- Integrated permission handling for audio input and updated the workspace configuration to include the new example.

* Implement audio permission in Web, catch up Linux and Windows

* Refactor iOS permission handling to avoid ios_app re-entrancy

* Implement iOS mic capture and add sample rate to AudioInfo

* Ensure iOS audio output uses loudspeaker, only when not using external devices

* Enhance audio example by handling sample rates and resampling
2025-10-25 19:15:57 +02:00
Guocork
2cc316d849 Change XStoreName to Xutf8SetWMProperties (#742)
* Fix bug in text centering

* change XStoreName to Xutf8SetWMProperties

---------

Co-authored-by: Eddy Bruel <me@eddybruel.com>
Co-authored-by: Admin <info@makepad.nl>
Co-authored-by: makepaddev <20386332+makepaddev@users.noreply.github.com>
2025-10-25 18:57:22 +02:00
Admin
904c4cafad vec and option 2025-10-25 17:03:17 +02:00
Eddy Bruel
3634a1c9e1 Implement vertical selection drag scrolling for TextInput 2025-10-23 10:48:02 +02:00
Admin
76c59cc440 fixed tests 2025-10-17 21:58:13 +02:00
Admin
ebbe7dcbe4 added access rights to script objects 2025-10-17 16:36:57 +02:00
Admin
31c41ffd77 clean up heap 2025-10-17 08:38:43 +02:00
Admin
d9fc8da18a add script dep to platform 2025-10-16 13:04:49 +02:00