Commit Graph

116 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
4e9eafcec5 update
Some checks failed
Build Flumi / Build Flumi (Linux, 4.4.1, ubuntu-latest, linux) (push) Failing after 1m30s
Build Flumi / Build Flumi (Windows Desktop, 4.4.1, windows-latest, windows) (push) Has been cancelled
2025-11-06 15:39:58 +08:00
Gabriella Casap
0859f01742 i was told to make the API nicer 2025-09-26 15:03:39 +01:00
Gabriella Casap
04434f176b i didnt test this a lot but i added progress bars to GURT:// based downloads 🎉 2025-09-26 14:49:22 +01:00
Face
e9f8500503 gurt.download GURT:// support & docs 2025-09-25 21:56:54 +03:00
Face
e193899319 Merge pull request #95 from someoneidoknow/main
fix networking dropping clients after some requests
2025-09-25 20:56:28 +03:00
Face
a7b81bd888 centralize client pooling logic 2025-09-25 20:53:56 +03:00
Face
5e23314752 Merge pull request #78 from redbaron2k7/main
add support for websockets with messages to network tab
2025-09-25 20:47:40 +03:00
Face
ceeea3d1e7 improve UI and accessibility 2025-09-25 20:47:23 +03:00
Face
c51c668de9 Merge pull request #4 from weeniemount/main
feat: make it so pressing the scroll wheel on a tab closes it
2025-09-25 19:40:11 +03:00
Face
4b54e6cce8 extract duplicated code into a function 2025-09-25 19:40:02 +03:00
Gabriella Casap
caf7e3e644 fix networking dropping clients after some requests 2025-09-14 15:35:32 +01:00
Aidan
f24c1e3432 not very clean 2025-09-11 11:39:40 -05: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
4d71e40a4a update Flumi version dynamically in settings 2025-09-11 18:10:04 +03:00
Face
faa3561b37 fix font color in canvsa 2025-09-11 18:04:15 +03:00
Face
3962a878e3 handle nested body tag crashing 2025-09-11 18:03:23 +03:00
Face
08b4262741 dont apply formatting to empty content 2025-09-11 17:59:03 +03:00
Face
acc51d6aa2 add GURT URL support for images 2025-09-11 17:56:32 +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
91e8288456 handle localhost in omnibar 2025-09-10 23:25:43 +03:00
Face
48249e1a71 fix setting ID attribute hiding element 2025-09-10 22:40:21 +03:00
Face
69f758d6e7 Revert "remove max draw commands for canvas"
This reverts commit 4aa8e30a13.
2025-09-10 21:51:15 +03:00
Face
b4323acbd6 handle only width/height for img 2025-09-10 21:43:57 +03:00
Face
4aa8e30a13 remove max draw commands for canvas 2025-09-10 21:38:47 +03:00
Face
b060f6ea80 fix event attach too early crashing 2025-09-10 21:36:53 +03:00
Face
cf62a9b722 fix h-full for non-flex divs 2025-09-10 21:33:16 +03:00
weeniemount
5dc7721d9c unhardcode the middle scroll wheel 2025-09-10 19:52:49 +02:00
weeniemount
ace6d29628 Merge branch 'outpoot:main' into main 2025-09-10 19:33:14 +02: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
bd2f65f223 fix "Cannot convert argument 1 from Dictionary to String" w/ log_message handler 2025-09-10 17:33:39 +03:00
Face
c2a82068e3 refresh page CTRL R 2025-09-10 17:32:25 +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
9ca671ecd9 fix local font loading 2025-09-09 19:01:08 +03:00
Face
03f4db7a84 gurt.width(), gurt.height() 2025-09-09 18:19:36 +03:00
Face
bb0f4f102a fix font loading, and support for relative URLs in fonts 2025-09-09 18:00:31 +03:00
Face
55db8438bb fix div w-full 2025-09-09 17:47:48 +03:00
Face
5e353398df fix nested text tags 2025-09-09 17:47:43 +03:00
weeniemount
6801623886 Update Tab.gd 2025-09-08 20:57:57 +02:00
Face
ac261e7d18 fix some browser bug 2025-09-08 20:19:50 +03:00