Commit graph

605 commits

Author SHA1 Message Date
Admin
2ab091b09c streaming splash otw 2026-02-07 13:59:34 +01:00
Admin
c5f2498b24 streaming! 2026-02-07 10:16:55 +01:00
Admin
65e71e1031 fix windows 2026-02-06 19:36:36 +01:00
Admin
c884c2913d debugging streaming in splash 2026-02-06 17:39:20 +01:00
Admin
0efe064d7e splash widget otw 2026-02-06 15:44:30 +01:00
Admin
055c6a9ec5 selection workign somewhat, code editor otw 2026-02-06 09:55:11 +01:00
Admin
5982f35bb7 finally smooth animation 2026-02-05 20:52:15 +01:00
Admin
928a1e5898 finally smooth animation 2026-02-05 19:47:32 +01:00
Admin
ce49f2e9eb remove horrible generics 2026-02-05 19:37:23 +01:00
Admin
7a4d0a2b2c selection fix portallist 2026-02-05 17:29:27 +01:00
Admin
5cd830d8e5 fix tail scroll animation 2026-02-05 16:26:27 +01:00
Admin
8c1d297bbd add area extension for animation 2026-02-05 16:22:40 +01:00
Admin
2fbda4c9da fix portal list smooth tail at end 2026-02-05 13:56:16 +01:00
Admin
5a8132885c fix portal list smooth tail at end 2026-02-05 13:55:33 +01:00
Admin
ba10749c01 first pass ai lib 2026-02-05 12:13:03 +01:00
Admin
cd28408175 pixel smooth scrolling for portal list 2026-02-05 11:02:28 +01:00
Admin
7fee421c7e selectable textflow/html in portal list 2026-02-05 10:13:07 +01:00
Admin
0823a6a239 selectable textflow 2026-02-05 08:56:32 +01:00
admin
7810f2442a studio recompile 2026-02-04 15:44:16 +01:00
Admin
b0bd06b1d3 gc fixed! 2026-02-03 15:14:00 +01:00
Admin
fb1a27af9d gc debugging otw 2026-02-03 13:00:52 +01:00
Admin
7917f5df13 studio otw 2026-02-02 17:11:03 +01:00
Admin
7c405e43a7 slides view 2026-02-02 13:02:14 +01:00
Admin
03ecd10cbc fix filetree, animator 2026-02-02 12:41:32 +01:00
Julián Montes de Oca
0dd31cb6c8 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
48702c8f8f make $ escape automatically 2026-02-01 21:41:20 +01:00
Admin
fe306d2307 filetree almost 2026-02-01 21:07:09 +01:00
Admin
10c519e96d tooltips need work 2026-02-01 20:22:21 +01:00
Admin
28bb6e1b90 modal 2026-02-01 20:02:03 +01:00
Admin
33de3670f4 expandable panel 2026-02-01 19:56:55 +01:00
Admin
de7abbee6f cleanup 2026-02-01 18:36:09 +01:00
Admin
429d9d100e add dynamic enums and desktop_button 2026-02-01 18:22:54 +01:00
Admin
e994510702 dock working 2026-02-01 17:59:33 +01:00
Admin
91276c6270 dock working 2026-02-01 17:46:59 +01:00
Admin
ddc1fa48bd better errors for failing enum apply 2026-02-01 13:54:05 +01:00
Admin
eec762ca11 add match to script engine 2026-01-31 17:54:11 +01:00
Admin
f63dfbdfa1 portal list 2026-01-31 17:00:25 +01:00
Admin
4d9f10ea66 portal list 2026-01-31 16:42:06 +01:00
Admin
6994e60613 scrollbar fixed 2026-01-31 16:22:46 +01:00
Admin
25ccdfa397 animator 2026-01-31 14:48:03 +01:00
Admin
dd23f99600 cleaner startup flow 2026-01-31 13:36:18 +01:00
Admin
3f8f63e656 splitter 2026-01-31 13:32:40 +01:00
Admin
0eaa459929 radio button 2026-01-31 13:27:10 +01:00
Admin
ade6bc045e checkbox 2026-01-31 13:06:04 +01:00
Admin
459844e05c dropdown and popupmenu 2026-01-31 12:47:18 +01:00
Admin
7c83f999d4 textinput compiles 2026-01-31 08:23:21 +01:00
Admin
b06eb2e0f0 loading spinner 2026-01-30 20:11:48 +01:00
Admin
646f1b5888 image works 2026-01-30 19:31:42 +01:00
Admin
5aecc49eb0 svg icons on buttons 2026-01-30 18:43:14 +01:00
Admin
d906fc094f button is back! 2026-01-30 16:17:45 +01:00