Commit graph

576 commits

Author SHA1 Message Date
Eddy Bruel
04f25515ac Implement per-row alignment for rightward flowing turtles 2025-10-30 12:43:18 +01:00
Admin
3d6e4c4a4b typecheck arg 2025-10-30 10:26:40 +01:00
Admin
f75f7adc9a default to cx for script macro 2025-10-30 10:17:14 +01:00
Admin
c6b76a4566 fix + to autodetect concat 2025-10-30 09:31:39 +01:00
admin
fcb8fa8faf first fs apis working 2025-10-29 17:26:31 +01:00
Admin
52b246cde7 map json strings to ids in lookup 2025-10-28 20:38:29 +01:00
Admin
25e0d31aea add json parser 2025-10-28 17:55:42 +01:00
Eddy Bruel
d3b6a2bdab Keep track of finished rows in turtle 2025-10-28 11:52:21 +01:00
Eddy Bruel
0d4a5a1906 WIP 2025-10-28 11:36:21 +01:00
Eddy Bruel
9674bda214 Unify Size::Right and Size::RightWrap 2025-10-28 09:20:57 +01:00
Admin
4e969bbdd7 fix uizoo 2025-10-27 11:39:42 +01:00
Eddy Bruel
c504ba62c9 Remove walk_turtle_with_align 2025-10-27 11:13:51 +01:00
Admin
2176889023 Fused Id and LiveId 2025-10-25 20:53:30 +02:00
Julián Montes de Oca
c659a7da56
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
a71c71a7de
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
8741f03d20 vec and option 2025-10-25 17:03:17 +02:00
Eddy Bruel
16a742a9ff Implement vertical selection drag scrolling for TextInput 2025-10-23 10:48:02 +02:00
Admin
601ef508ef fixed tests 2025-10-17 21:58:13 +02:00
Admin
03b288f8b3 added access rights to script objects 2025-10-17 16:36:57 +02:00
Admin
192714f3ff clean up heap 2025-10-17 08:38:43 +02:00
Admin
b4e2dda008 add script dep to platform 2025-10-16 13:04:49 +02:00
Admin
db0b68ea3e added exception value types 2025-10-14 10:59:26 +02:00
Admin
2ee3aca1b7 moved id/value out 2025-10-13 11:19:58 +02:00
Eddy Bruel
ae2ed8542c Make fit bounds relative to first ancestor with known size 2025-10-09 16:36:03 +02:00
admin
3bf1d1507e cleanup 2025-10-08 18:07:29 +02:00
Admin
6cabde85e6 fn calls 2025-10-04 22:23:59 +02:00
Eddy Bruel
44cf86a897 Implement relative min/max fits 2025-10-02 15:42:36 +02:00
Admin
5c162d1bd1 deep proto inheritance otw 2025-10-01 11:32:48 +02:00
Admin
02b540f667 added 3 value operators 2025-09-30 16:49:39 +02:00
Admin
912995bdbf script otw 2025-09-29 16:28:00 +02:00
Admin
1892e7456e concat and add 2025-09-28 16:43:09 +02:00
Admin
3d7c83ed03 splash: multizone gc heaps 2025-09-28 14:17:32 +02:00
Admin
6102a9ee4f script engine basic gc 2025-09-26 14:39:59 +02:00
Admin
85df8d5c6c script parse call, index and fields 2025-09-25 17:26:42 +02:00
Eddy Bruel
fdf9d66e81 Implement min/max fits 2025-09-25 16:09:28 +02:00
admin
2571e20894 parser otw 2025-09-24 16:31:18 +02:00
Admin
4cf8cb8e41 script engine otw 2025-09-24 10:16:15 +02:00
makepaddev
a08fb728de fix elided warnings 2025-09-09 21:42:05 +02:00
Admin
9568059be3 aistream 2025-09-09 21:27:28 +02:00
Eddy Bruel
462ef81efe Fix bug in weighted fills 2025-09-09 10:18:55 +02:00
okapii
d5050e15fb Add Gradient support to icon shaders (button, checkbox, radio) 2025-07-10 15:13:12 +02:00
okapii
8d60077782 Fixes 2025-07-10 14:48:34 +02:00
okapii
c578200a6e Fix container gradient in UI Zoo scrollbar demo 2025-07-10 14:17:02 +02:00
okapii
3981d8777c Consistent theme application and rotary focus state optimizations 2025-07-10 13:56:13 +02:00
okapii
82ad912ce0 Dropdown: gradient refactor 2025-07-10 11:21:38 +02:00
okapii
f880ff15f9 Radio: Gradient refactor progress 2025-07-10 11:21:38 +02:00
okapii
18805f42ae Checkbox: Gradient refactor 2025-07-10 11:21:38 +02:00
okapii
780aa4f9d8 popup_menu: gradient refactor 2025-07-10 11:21:38 +02:00
okapii
34f6ba8be8 SliderRound: Gradient refactor 2025-07-10 11:21:38 +02:00
okapii
6f7427987e Slider: Gradient refactor progress 2025-07-10 11:21:38 +02:00