Commit Graph

53 Commits

Author SHA1 Message Date
Leonmmcoset
a508e3cefd update
Some checks failed
Build Gurty / Build Gurty (, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 1m33s
Build GurtCA / Build GurtCA (, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 11m20s
Build GDExtension / Build GDExtension (libgurt_godot.so, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 16m9s
Build Flumi / Build Flumi (Linux, 4.4.1, ubuntu-latest, linux) (push) Failing after 2h10m11s
Build Flumi / Build Flumi (Windows Desktop, 4.4.1, windows-latest, windows) (push) Has been cancelled
Build GDExtension / Build GDExtension (gurt_godot.dll, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
Build GurtCA / Build GurtCA (.exe, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
Build Gurty / Build Gurty (.exe, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
2025-11-06 20:02:53 +08:00
Aidan
1835702daa add support for websockets with messages to network tab 2025-09-11 11:34:44 -05:00
Aidan
02c03473f3 add network request tracking for fetch requests in devtools 2025-09-11 10:15:33 -05:00
Face
faa3561b37 fix font color in canvsa 2025-09-11 18:04:15 +03:00
Face
838b9cb506 set/get textarea value attribute 2025-09-11 17:54:05 +03:00
Face
f3d1129d48 fix keypress, keydown, keyup events crashing 2025-09-11 17:52:14 +03:00
Face
bd20f34fbe add src attribute on <audio> 2025-09-11 17:46:32 +03:00
Face
67c7eb95fd fix audio loading (HTTPS, GURT, relative, remove HTTP) and add paused prop 2025-09-11 17:44:37 +03:00
Face
eddf0f370c onNextFrame 2025-09-11 17:30:28 +03:00
Face
48249e1a71 fix setting ID attribute hiding element 2025-09-10 22:40:21 +03:00
Face
b060f6ea80 fix event attach too early crashing 2025-09-10 21:36:53 +03:00
Face
ad2e957523 fix trace functions not accepting table 2025-09-10 17:50:48 +03:00
Face
5277dc1224 fix mouse events for body 2025-09-10 17:50:32 +03:00
Face
51489384d3 fix print() not doing anything 2025-09-10 17:28:25 +03:00
Face
e49f9887f0 provide script name in errors 2025-09-10 17:19:03 +03:00
Face
47a8ce272e fix href URL on browser close 2025-09-10 16:46:02 +03:00
Face
4b827d0692 optimize canvas redraw and batch Lua canvas operations 2025-09-09 19:47:21 +03:00
Face
72d4648ed1 element.size, element.position, mouse pos in cb 2025-09-09 19:41:19 +03:00
Face
03f4db7a84 gurt.width(), gurt.height() 2025-09-09 18:19:36 +03:00
Face
7220880e95 settings 2025-09-07 18:49:32 +03:00
Face
b4639e80bc download system 2025-09-07 13:37:47 +03:00
Face
4d16a16fe4 network tab 2025-09-05 19:07:21 +03:00
Face
a6e96328ae trace, console 2025-09-01 17:08:47 +03:00
Face
f973bb55f6 canvas API 2025-08-31 14:17:34 +03:00
Face
322cb4072e <postprocess>, fix tab open/close, fix some URL bugs 2025-08-30 14:19:03 +03:00
Face
5769982bbc fix text-related tag events, remove warnings, make search engine not fetch /index.html separately but / 2025-08-27 20:56:29 +03:00
Face
347b40ed71 add search engine - ringle 2025-08-27 20:23:05 +03:00
Face
c4cb74eed8 input styling, globalize timer functions 2025-08-23 15:47:18 +03:00
Face
45d9a8e540 reuse connecetion 2025-08-22 18:32:36 +03:00
Face
00309149d4 CA 2025-08-22 17:31:54 +03:00
Face
e8508bfe33 DNS record management, CSS grid, Regex, location.query 2025-08-20 14:37:57 +03:00
Face
99f17dc42c user domains API, .value on input, fix flex sizing 2025-08-19 18:27:25 +03:00
Face
dacda095d5 fix event reg on Lua added elements, add classList.contains, item and length 2025-08-19 09:47:58 +03:00
Face
a8313ec3d8 show(), hide(), visible. font-light, normal, medium, semibold, bold, extrabold, black. protocol connection pooling. fetch() with GURT. DNS from HTTP to GURT. 2025-08-18 17:45:46 +03:00
Face
3ed49fae0d domain dashboard, hidden css prop, fix bugs 2025-08-16 19:26:52 +03:00
Face
d379836405 crumbs API 2025-08-16 14:36:47 +03:00
Face
ae8954c52c external resource loading, window.location, tab icon fix 2025-08-16 13:57:14 +03:00
Face
513b0bf83a <audio> 2025-08-11 17:08:39 +03:00
Face
6fdf422f7e tween API 2025-08-10 13:52:27 +03:00
Face
dbd1e7e6ac user agent 2025-08-09 20:39:04 +03:00
Face
d47f811670 setInterval, clearInterval, image tests 2025-08-09 14:57:29 +03:00
Face
be9d9c17a6 websocket API 2025-08-09 14:32:21 +03:00
Face
058188299d JSON API, fetch() API 2025-08-09 14:03:46 +03:00
Face
1ea41c7ac6 fix - setAttribute, getAttribute 2025-08-09 13:28:24 +03:00
Face
5759ee6221 threaded Lua VM 2025-08-08 16:51:21 +03:00
Face
d4aa741452 input, change, submit on text/number/range/color/date/file/checkbox/radio/select/form/textarea and form API 2025-08-07 14:05:41 +03:00
Face
057fe451f2 Clipboard API (Clipboard.write(string)) 2025-08-06 16:41:01 +03:00
Face
94f6914539 DOM manipulation (insertBefore, insertAfter, replace, clone) (parent, nextSibling, previousSibling, firstChild, lastChild) 2025-08-06 16:03:09 +03:00
Face
f68f31d526 Signal and Time API 2025-08-05 19:45:32 +03:00
Face
ba2f49559e classList:add, classList:remove, classList:toggle, style handling 2025-08-05 18:01:16 +03:00