Commit graph

2,707 commits

Author SHA1 Message Date
Admin
31b0a3338f add getters/setters to type tables 2025-11-03 14:23:21 +01:00
Admin
dc44453f58 added script handles 2025-11-03 13:36:38 +01:00
Admin
9c5b2df148 fix 2025-11-02 16:09:05 +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
alanpoon
0f54ba9d24 Added set_texture for RotatedImage (#806) 2025-10-30 22:20:52 +01:00
Julián Montes de Oca
4129578499 Fix network response handling in process_to_wasm function (#808) 2025-10-30 20:13:33 +01:00
Julián Montes de Oca
eb4d679213 Remove auto-deny logic for unimplemented permissions (#807) 2025-10-30 19:57:19 +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
Eddy Bruel
8e5c25b7cc Flow::Right should still work 2025-10-30 16:01:58 +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
Eddy Bruel
cf3b124da1 Split off wrapping the turtle into its own function 2025-10-30 12:43:18 +01:00
Eddy Bruel
b60fbda564 Move next_walk_{is_first/offset} from Turtle to Cx2d 2025-10-30 12:43:18 +01:00
Eddy Bruel
b6619b273a Rename Turtle::row_height to Turtle::next_row_offset 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
297caeed61 script interface for httprequest complete! 2025-10-29 14:02:29 +01:00
Admin
9b73dffe11 make json string keys id searchable and compareable 2025-10-29 00:09:15 +01:00
Admin
3c37efb8ed make json string keys id searchable and compareable 2025-10-28 23:54:12 +01:00
Admin
d76bb0899b make json string keys id searchable and compareable 2025-10-28 23:43:14 +01:00
Admin
ced7f3520f make json string keys id searchable and compareable 2025-10-28 23:17:00 +01:00
Admin
9bc9af04ba make json string keys id searchable and compareable 2025-10-28 23:04:54 +01:00
Admin
b02de14f76 make json string keys id searchable and compareable 2025-10-28 22:50:50 +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
Admin
976e68454b add json parser 2025-10-28 15:56:48 +01:00
Admin
c2d4f4d07d add string to vec mappings 2025-10-28 12:46:50 +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
c59ba3459c Fix bug in wrapping 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
Stevo
082f834f48 Fix X11 Linux compilation errors (#804)
- Fixed missing comma after CopyToClipboard match arm
- Fixed premature closing brace in match statement
- Corrected OpenglCx import path from opengl_x11 to opengl_cx
- Fixed incorrect use of 'self' instead of 'cx' in ShowTextIME, CheckPermission, and RequestPermission handlers

These changes resolve compilation errors that prevented building makepad-studio on Linux X11.
2025-10-27 20:21:03 +01:00
Admin
be27a512f3 tighten newtypes 2025-10-27 17:20:15 +01:00
Admin
108ae28f82 added typed arrays 2025-10-27 17:00:41 +01:00