Commit Graph

24 Commits

Author SHA1 Message Date
csd4ni3l
6c0b5180b4 fix html & css cache not working, use base64 for cache filenames, automatically update tab titles, store the old url & revert to current tab's url, make the browser work by requesting the url on enter, adding the css/html parse and receive. Fix Host header not changing for css urls. use serde_json serialization for css cache, add missing tree_to_vec function, and improve the renderer's boilerplate. 2026-02-24 16:25:15 +01:00
csd4ni3l
82ecd8cf8f Add Rust build code instead of Python, add dummy Renderer and "render" using it, add Tab new function, fix tls/tcp enum not working and bunch of other borrowing/owning issues in connection, and remove the thread for html cache parsing 2026-02-22 17:14:41 +01:00
csd4ni3l
0b2e9c12ad Remove all python stuff, simplify gitignore, update CREDITS, and tons of Rust rewriting basically. UI is done, but i might improve it by adding more functionality once im done with the rewrite. HTML Parser is done, and i started rewriting HTTPConnection. Just to note, this code doesnt work yet but i wanted to commit so its in the cloud. 2026-02-22 16:19:23 +01:00
csd4ni3l
fc4fc66b30 update requirements.txt 2025-12-13 15:54:49 +01:00
csd4ni3l
b7dedd7273 remove double resource path addition 2025-12-13 15:46:48 +01:00
csd4ni3l
f46682bfdf fix window title 2025-12-13 15:31:35 +01:00
csd4ni3l
dc1cf67527 update utils.py to latest version 2025-12-13 15:17:02 +01:00
csd4ni3l
c67cfcc1cb Update dependencies, run.py file, preloading, update build script to newest version 2025-12-13 15:06:04 +01:00
csd4ni3l
31b67c9dfd add tab support by having separate renderers and http clients, make link clicking open a new tab, add better default headers, fix style elements showing as text, fix crash if there are no needs but needs_render is True, fix view-source scheme not working, latest 2025-07-27 16:38:56 +02:00
csd4ni3l
c77b067d08 add https:// if it doesnt exist in search bar 2025-07-23 21:35:55 +02:00
csd4ni3l
132b47a183 fix css filename errors on Windows, finally 2025-07-23 16:42:09 +02:00
csd4ni3l
10555c7c8b fix css loading issues with weird urls that include parameters, fix font size issues with font sizes that are rem and fix text merging on Windows cause space width is 0, make clicking on link change search bar text. 2025-07-23 16:11:14 +02:00
csd4ni3l
d90a9fc174 fix crash if inline css doesnt have text children 2025-07-23 00:19:33 +02:00
csd4ni3l
1b200b65ad fix crashing if a click happened before rendering 2025-07-22 18:50:25 +02:00
csd4ni3l
8b9b70c475 Add css caching, adapt to LineLayout and Textlayout, add link support, add a resolve_url function, cache colors and space widths for fonts, fix bug crashing if font doesnt exist 2025-07-22 18:32:27 +02:00
csd4ni3l
385552bb08 Fix SSL not working by using certifi to find them. 2025-07-21 14:14:56 +02:00
csd4ni3l
d44964b9c2 Downgrade arcade to 3.2.0 in requirements.txt as well 2025-07-21 14:01:38 +02:00
csd4ni3l
bdae69e3f0 Downgrade Arcade to 3.2.0 2025-07-21 13:52:45 +02:00
csd4ni3l
09c1ce7f5a Add backgrounds to finish layout tutorial, add inline and remote CSS support with a default of browser.css which currently supports fonts and backgrounds 2025-07-21 12:29:32 +02:00
csd4ni3l
a604a5dbd1 fix game crashing on startup because of a small issue 2025-07-16 23:52:54 +02:00
csd4ni3l
674435b270 Update requirements.txt 2025-07-16 21:40:38 +02:00
csd4ni3l
e53d3d3da7 fix scrolling not working 2025-07-16 14:41:48 +02:00
csd4ni3l
4c245e3db8 Fix Github Action build 2025-07-16 09:49:38 +02:00
csd4ni3l
546bf69408 Initial version, i forgot to commit for a long time. 2025-07-14 20:55:03 +02:00