Commit graph

1270 commits

Author SHA1 Message Date
yggverse
7de33557f1 fix proxy resolver update on request entry autocomplete 2025-08-01 21:01:25 +03:00
yggverse
500ae1a20a use spawn_future_local 2025-07-29 21:47:27 +03:00
yggverse
d5ffc672aa use semantic method name 2025-07-29 20:00:58 +03:00
yggverse
e7e216aaea remove private level for the entry with extra methods 2025-07-29 19:59:05 +03:00
yggverse
6e4eec54f0 isolate request entry, fix proxy resolver change on entry update (by using sync lookup impl) 2025-07-29 16:57:17 +03:00
yggverse
1ac3840e56 Use custom libspelling branch with the latest gtk-rs v0.10 API, enable spelling features 2025-07-27 03:13:05 +03:00
yggverse
be34e0bf43 fix proxy indication update (on disable) 2025-07-26 14:54:41 +03:00
yggverse
910490c6b2 fix proxy resolver unset 2025-07-26 13:42:47 +03:00
yggverse
adfb8d93c7 remove extra line 2025-07-26 13:27:04 +03:00
yggverse
efe055f60f fix highlight condition 2025-07-26 13:26:40 +03:00
yggverse
44661c5136 refresh proxy indication for all tabs on settings change, short local var names 2025-07-26 13:15:06 +03:00
yggverse
266ec18c31 add missed ui preset condition 2025-07-26 09:11:07 +03:00
yggverse
b548fb16d3 use previously constructed ProxyResolver object (prevent extra search operations) 2025-07-24 14:17:49 +03:00
yggverse
1cbcd72c71 highlight proxy lookup issues with the error class 2025-07-24 13:30:07 +03:00
yggverse
0e71b44f45 add tooltip cleanup 2025-07-24 10:30:57 +03:00
yggverse
1fcc29f3f2 show proxy info as the entry tooltip 2025-07-24 10:28:39 +03:00
yggverse
fc87c4ce00 remove extra Uri conversion 2025-07-24 09:37:42 +03:00
yggverse
c7a9a62566 indicate proxied connections by coloring the request entry 2025-07-24 09:28:43 +03:00
yggverse
7087d8ef7c move proxy setter to the request handler 2025-07-24 07:59:31 +03:00
yggverse
4c305f967f implement proxy backend features 2025-07-24 06:25:01 +03:00
yggverse
a7230fd329 use internal address HashMap registry for the TOFU validation 2025-07-23 07:47:07 +03:00
yggverse
6d6b1bc8c8 temporary disable libspelling, use latest gtk api versions 2025-07-23 05:44:42 +03:00
yggverse
b187f36028 remove async dependencies 2025-07-23 02:27:48 +03:00
yggverse
e2b0cd6b0d remove incorrect async features implementation 2025-07-23 02:13:48 +03:00
yggverse
f831212d40 init profile TOFU features 2025-07-23 02:13:10 +03:00
yggverse
5aa6b1464c use symbolic icon 2025-07-22 23:15:19 +03:00
yggverse
8d327ff9df format bytes on page preload 2025-07-04 21:20:46 +03:00
yggverse
8b7d4b1624 fix content type detection (make links clickable on uri contains trailing slash only) 2025-07-01 21:12:13 +03:00
yggverse
a4aca33d02 fix panic 2025-06-29 18:50:24 +03:00
yggverse
565748ae58 remove extra copy 2025-06-29 17:05:02 +03:00
yggverse
1516531ad1 close connection gracefully, register disconnection event time 2025-06-29 16:58:24 +03:00
yggverse
3bd799af78 check content type renderability before preload the data 2025-06-29 12:20:40 +03:00
yggverse
67072eb8ea generate document title based on first non-empty line matches condition 2025-06-28 11:05:11 +03:00
yggverse
1fa8f3f29d generate document title based on first line 2025-06-28 09:58:04 +03:00
yggverse
5c3f41c054 increase loading widget toggle to 100Kb 2025-06-28 08:32:10 +03:00
yggverse
27a79a10f5 init the loading widget on total size reached instead of use timeout 2025-06-28 08:21:10 +03:00
yggverse
be32efed6d apply cargo clippy optimizations 2025-06-28 08:16:03 +03:00
yggverse
f91b4f5d62 prevent operation cancelled message on redirect 2025-06-27 08:37:33 +03:00
yggverse
21c8402004 register the event to continue the local redirection 2025-06-27 08:03:45 +03:00
yggverse
01a2021fa2 replace format with push 2025-06-27 07:54:42 +03:00
yggverse
de775e94a1 add .log extension as renderable with text/plain controller 2025-06-27 07:45:02 +03:00
yggverse
da533d8826 remove header value update as the nex is header-less protocol 2025-06-27 07:40:33 +03:00
yggverse
53348d12b6 update comment 2025-06-26 22:51:16 +03:00
yggverse
2f4cc8f00f auto-append missed trailing slash to the root locations 2025-06-26 22:48:25 +03:00
yggverse
9198f2a4f5 show the download dialog for the unsupported content types 2025-06-26 22:17:15 +03:00
yggverse
805c5c5263 escape special fs chars 2025-06-26 22:16:48 +03:00
yggverse
62fbeca95d add missed event to update the connection info 2025-06-26 21:02:47 +03:00
yggverse
4d1fa804ba add missed trailing slash condition based on the current url 2025-06-26 20:53:15 +03:00
yggverse
6a3ee89d8b switch the loading widget only when this action is required by timeout (prevents background blinks on page reload) 2025-06-26 20:16:22 +03:00
yggverse
dad58098f3 show entire links + text, change external reference indicator 2025-06-26 18:36:39 +03:00