Commit graph

1,792 commits

Author SHA1 Message Date
Admin
110ac0e40d kurbo: fix warnings, remove more unused code (CuspType, regularize, detect_cusp, cubics_to_quadratic_splines) 2026-02-04 20:02:15 +01:00
Admin
4654be8549 strip kurbo: remove stroke, fit, moments, simplify, offset, triangle, translate_scale, mindist 2026-02-04 19:58:41 +01:00
Admin
ecb31f83c3 stripping continues 2026-02-04 19:49:57 +01:00
Admin
4c831e90c8 stripping continues 2026-02-04 19:39:39 +01:00
Admin
3863209c39 buildtime fixup 2026-02-04 19:31:38 +01:00
Admin
6456dcd7cb inhouse all libs for ai stripping 2026-02-04 18:57:13 +01:00
admin
f6f07cb612 studio recompile 2026-02-04 15:44:16 +01:00
admin
986d36ad72 hover out state 2026-02-04 14:52:00 +01:00
admin
51f43e08f6 makepad studio without xpc service 2026-02-04 14:38:46 +01:00
admin
97ef7e4ddd fix x process without XPC bounce 2026-02-04 14:37:59 +01:00
admin
863a05cef2 fix tab drop cloning 2026-02-04 14:16:08 +01:00
admin
20aeb2f3d3 fix filetree 2026-02-04 14:15:27 +01:00
admin
b98fb4eb40 fix scroll to end in log 2026-02-04 13:56:06 +01:00
Admin
053d6b57d3 code editor word wrap cursor fix 2026-02-04 12:03:51 +01:00
Admin
92f1cd4ea5 fix filetree 2026-02-04 11:33:07 +01:00
Admin
28b112c016 fix lag 2026-02-04 11:28:59 +01:00
Admin
3ba3ec9b70 fix cargo 2026-02-04 11:08:28 +01:00
Admin
e23a1aa7b5 studio fixes 2026-02-04 11:05:31 +01:00
Admin
11329e51cb studio papercuts 2026-02-04 10:57:19 +01:00
Admin
939ba7f77b studio papercuts 2026-02-04 10:53:39 +01:00
Admin
a7fd72dd3f add better logview features 2026-02-04 10:35:37 +01:00
Admin
7a2d7b2327 fix text input losing focus 2026-02-04 10:22:06 +01:00
Admin
cb3a7f65f3 running works 2026-02-04 10:10:28 +01:00
Admin
45073fca83 running works 2026-02-04 10:06:26 +01:00
Admin
13ee17a68b checkgen optional 2026-02-04 09:59:13 +01:00
Admin
cd238c9c06 remove set_reffed 2026-02-04 09:45:53 +01:00
Admin
b3e4bdcb9e gc faster 2026-02-04 08:59:36 +01:00
Admin
24e61cfcf7 gc works 2026-02-04 08:54:47 +01:00
Admin
9c037711b3 fix 2026-02-03 17:46:08 +01:00
Admin
11e2c58325 eval shallow 2026-02-03 16:51:12 +01:00
Admin
5533a98861 gc fixed! 2026-02-03 15:14:00 +01:00
Admin
830003cd1a gc debugging otw 2026-02-03 13:00:52 +01:00
Admin
967bba81a0 gc work 2026-02-03 11:10:20 +01:00
Admin
e41b4d4711 script_apply_eval complete 2026-02-03 10:47:36 +01:00
Julián Montes de Oca
ba57a32b31
Fix missing changes from IME on some platforms (#852) 2026-02-02 20:51:38 +01:00
Admin
aadc68376d unclobber codce editor 2026-02-02 19:04:42 +01:00
Admin
4b55c1e3b0 icons 2026-02-02 18:53:02 +01:00
Admin
0c48db0969 studio otw 2026-02-02 17:11:03 +01:00
Admin
e31f860206 slides view 2026-02-02 13:05:32 +01:00
Admin
6acd73b3a3 slides view 2026-02-02 13:02:14 +01:00
Admin
8b9ce04f05 fix filetree, animator 2026-02-02 12:41:32 +01:00
Julián Montes de Oca
9e53e13d68
IME: Support on Android and Input Configuration (#839)
* WIP

* Improvements for cursor control

* Enhance text selection and key event handling for Samsung keyboard compatibility

* Default to multine inputtype in android

* WIP Input configurations

* Enhance iOS text input handling

* Cleanup

* Comment out 'Next' variant across platforms for future implementation.

* Rename IME Config API to match web APIs

* Fix Android emoji deletion by implementing UTF-16 code unit index conversion

* Proper ASCII-only input and improve iOS keyboard handling

* Replace 'is_numeric_only' with 'input_mode'

* Prevent pasting invalid characters

* Cleanup

* Cleanup

* Hide clipboard actions on text change

* Cleanup

* Unify keyboard event types and fix iOS text input regressions

Unified TextInputEvent with new fields for better IME support across platforms:
- Added `composition` field for IME preview ranges (CJKinput)
- Added `full_state_sync` for complete buffer state (Android approach)
- Added `replace_range` for autocorrect/suggestion replacements (iOS approach)

All platforms: Standardized on CharOffset for character position handling

* Prevent text synchronization with the platform during active composition

* Add UITextInputCurrentInputModeDidChangeNotification support

* Add underline for active IME composition in TextInput

* Improve editor action handling for multiline inputs on Android

* Enhance IME composition tracking and clipboard action handling in TextInput

* Simplify IME state handling on Android

* Cleanup IME handling on iOS

* Cleanup

* Cleanup IME handling on iOS

* Improve docs/comments

* Improve docs/comments

* Add floating cursor support for keyboard trackpad in iOS

* Refine IME handling in TextInput to prevent iOS buffer loss during composition updates

* Move UITextInput protocol implementation into its own module

* Move MakepadInputConnection into its own file

* Cleanup

* Improve general IME handling in TextInput. Improve docs and comments

* Refactor text input configuration to separate soft keyboard settings for mobile platforms.
2026-02-02 11:48:21 +01:00
Admin
e082842ba8 make $ escape automatically 2026-02-01 21:41:20 +01:00
Admin
d9d0b8ce5b filetree almost 2026-02-01 21:07:09 +01:00
Admin
af5ff2a59e tooltips need work 2026-02-01 20:22:21 +01:00
Admin
5052bf40af modal 2026-02-01 20:02:03 +01:00
Admin
e6e77001e2 expandable panel 2026-02-01 19:56:55 +01:00
Admin
e0aafdf8ce fix menu enum 2026-02-01 19:28:05 +01:00
Admin
44928b763c cleanup 2026-02-01 18:36:09 +01:00
Admin
2405c28b2a add dynamic enums and desktop_button 2026-02-01 18:22:54 +01:00