Admin
df40c25162
make it multichannel
2026-01-14 00:38:43 +01:00
Admin
acdcfc7719
make it multichannel
2026-01-14 00:34:38 +01:00
Admin
388b3c4e09
make it multichannel
2026-01-14 00:19:54 +01:00
Admin
6b6d561584
add wasapi loopback
2026-01-14 00:03:06 +01:00
Admin
b35474cea2
remove direct monitor
2026-01-13 23:51:31 +01:00
Admin
e367d2d3f3
add direct monitor
2026-01-13 22:29:31 +01:00
Admin
83dba3b49e
add direct monitor
2026-01-13 22:27:56 +01:00
Admin
96982a5e85
add direct monitor
2026-01-13 22:20:20 +01:00
Admin
c1cf374da3
add limiter
2026-01-13 22:00:28 +01:00
Admin
6990c445aa
add muting
2026-01-13 21:47:39 +01:00
Admin
faecc487d0
audio fixed
2026-01-13 21:32:09 +01:00
Admin
d839583777
maybe audio fix
2026-01-13 21:19:38 +01:00
Admin
c5ccd63a85
maybe audio fix
2026-01-13 21:17:36 +01:00
Admin
1bb561587e
maybe audio fix
2026-01-13 21:11:35 +01:00
Admin
a3d56709e7
audio stream fix ai generated
2026-01-13 19:15:42 +01:00
Admin
ebfdfb9d24
remove warning
2026-01-13 16:37:10 +01:00
Admin
377bcca1d8
somehow lost this
2026-01-13 16:34:42 +01:00
Admin
becf624d8a
shader compiler rust reflection otw
2026-01-13 16:21:54 +01:00
Admin
8a022e7b8c
shader compiler otw
2026-01-13 15:57:15 +01:00
Julián Montes de Oca
b966c2ab02
iOS: Add UITextInput protocol implementation for IME support ( #838 )
...
- MakepadTextInputView with marked text (composition) for CJK input
- UTF-16 ↔ char index conversion for emoji/Unicode handling
- TextRangeReplaceEvent for autocorrect/autocomplete
2026-01-12 14:10:44 +01:00
Admin
65883107fd
fix new httpserverrequest type
2026-01-09 08:09:21 +01:00
Kevin Boos
ce22d7af3a
Quick hotfix to make cargo-makepad build again ( #837 )
2026-01-09 08:06:00 +01:00
Admin
9b08dbdfe5
strings
2026-01-07 10:39:31 +01:00
Admin
6e285af7bb
add http server script bindings
2026-01-07 08:55:50 +01:00
Admin
4c0394bbd9
add ffb
2026-01-07 07:31:14 +01:00
Julián Montes de Oca
5bc0b10b8a
Remove broken script handling fn calls from various platforms ( #836 )
2026-01-06 18:06:49 +01:00
Julián Montes de Oca
fd606cc3f9
Remove app module and main entry point from math_widget ( #835 )
2026-01-06 17:00:37 +01:00
Julián Montes de Oca
58c1768e4c
Add macOS AEC support via VoiceProcessingIO ( #834 )
2026-01-06 17:00:25 +01:00
Julián Montes de Oca
bcb3bfa1d3
Add clipboard actions support for iOS ( #833 )
...
Implemented UIEditMenuInteraction for clipboard actions, allowing copy, cut, paste, and select all functionalities.
2026-01-06 17:00:02 +01:00
Admin
054e2df626
fix
2026-01-06 10:30:49 +01:00
Admin
2baab504d4
switch to DirectInput
2026-01-06 10:26:11 +01:00
Admin
a526edcb44
switch to DirectInput
2026-01-06 10:19:38 +01:00
Admin
b8bbc3218f
switch to DirectInput
2026-01-06 10:12:33 +01:00
Admin
597e506099
rename to game input api
2026-01-06 09:59:17 +01:00
Admin
933e3aec88
add windows gamepad api
2026-01-06 08:44:20 +01:00
Admin
0c5f4f59e4
fix
2026-01-05 18:09:45 +01:00
Admin
3be9aaabeb
fix
2026-01-05 18:06:03 +01:00
Admin
ec21136184
basic apple gamepad support
2026-01-05 18:03:46 +01:00
wyenox
ba19892a93
Fix various issues in cargo makepad wasm ( #826 )
...
* Fix `Uncaught ReferenceError: env is not defined`
at bindgen.js: const imports = __wbg_get_imports(); imports.env = env;
at (index): let wasm = await init({module_or_path: module}, env);
* fix `Uncaught DOMException: WebAssembly.Memory object could not be cloned.`
at web.js: worker.postMessage(this.alloc_thread_stack(args.context_ptr, args.timer));
* add missing rustc flags to enable threading
* allow cargo makepad in linux arm
* debugs
* don't color cargo tree
* remove debug prints
* remove unsupported os handling that didn't exist before
2026-01-05 15:14:29 +01:00
Julián Montes de Oca
7e2e0eadae
Add support for definding a math view in Markdown ( #825 )
2026-01-05 15:14:19 +01:00
Admin
b40b9af499
merge
2025-12-23 16:15:54 +01:00
Eddy Bruel
61913a3e5f
Add svg widget
2025-12-19 14:45:38 +01:00
Kevin Boos
b5de1c3060
Add optional serde derives for Serialization/Deserialization on select public types ( #831 )
...
Can be activated by setting the "serde" feature on `makepad-widgets`
(or other internal crates).
2025-12-18 08:38:58 +01:00
admin
c32329fc0d
metal otw
2025-12-17 16:20:42 +01:00
Admin
7b8952e2e9
fix
2025-12-12 20:40:40 +01:00
Admin
1cfba392c1
fix up tests
2025-12-10 13:04:00 +01:00
Admin
169e561e8e
metal shaders otw
2025-12-06 11:42:01 +01:00
Eddy Bruel
d3defbd31f
Use mitex to convert from tex to typst
2025-12-05 13:27:20 +01:00
Eddy Bruel
286db39bd5
Move math widget to its own crate
2025-12-05 13:27:20 +01:00
Eddy Bruel
735a489219
Initial attempt
2025-12-05 13:27:20 +01:00