awbfl

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-03-23
02:14
Note spell check packages Leaf check-in: 8e5bd05539 user: vandys tags: trunk
2026-03-22
23:22
Address [b71c265b31af1be8] by adding in WebKit's spell check plus spell check language, including adding a new config item for the language. check-in: 99cae520a8 user: vandys tags: trunk
23:21
Bump up the size of the favicon; I think I've kept the title bar the same size, but actually someday I'd like to trim it downward a bit. check-in: 3fd9bba086 user: vandys tags: trunk
15:19
Whitespace changes check-in: e0a760960e user: vandys tags: trunk
2026-03-20
23:45
merge check-in: 6023fe63c6 user: vandys tags: trunk
23:45
More notes Leaf check-in: 72b35c7282 user: vandys tags: gtk41
23:06
My first history implementation had some displeasing edge cases. This rework should file off a few. This is work towards [88b6d1ee6c], but I still need to capture a URL change caused by manual entry of a URL into the location bar. check-in: 277e642a5d user: vandys tags: trunk
22:09
Merge accidental gtk41 dead branch commit check-in: a8438212ad user: vandys tags: trunk
2026-03-18
23:10
Resolve Webkit complaint concerning mixed instance creation. [87de14a0004ba4a8] check-in: 25a73fe075 user: vandys tags: trunk
2026-03-17
23:35
Fix [0ce4d599b7] where a paste into the Gtk.Entry does not have a popup completion, and Enter would thus not activate the pasted URL. check-in: 610faddf81 user: vandys tags: gtk41
2026-03-13
23:14
typo check-in: a04c5210d2 user: vandys tags: trunk
2026-02-22
23:46
gtk41 becomes top of trunk check-in: 1bd515294f user: vandys tags: trunk
23:44
Create new branch named "gtk40" Leaf check-in: a2b68e096f user: vandys tags: gtk40
2026-02-17
01:01
Add a security/usage warning check-in: ee8f39c15c user: vandys tags: gtk41
2026-02-16
00:45
Update notes on how passwords are stored via the sync protocol. check-in: 851aea25e4 user: vandys tags: gtk41
2026-02-14
21:35
Danger, Will Robinson. A "flag day" for sync, as I realized that the client-side encrypted password needs to be strongly tied to the particular passmgr entry. So now the password includes the domain/path/user in the encryption key of the password. check-in: ae1c40c9d1 user: vandys tags: gtk41
18:14
Tidy the comments check-in: 09e219d21a user: vandys tags: gtk41
2026-02-05
19:01
Warning for trunk user on webkit2gtk version needed. check-in: f274fb4524 user: vandys tags: trunk
18:54
Note webkit2gtk-4.1 dependency for this branch check-in: a42cf58b74 user: vandys tags: gtk41
18:26
Another 64/32-bit argument boo-boo to sqlite3 check-in: 9a0061d996 user: vandys tags: gtk41
2026-02-04
19:34
Permit user to proceed past bad SSL. It sometimes doesn't load past the permission, though the exception is recorded and other loads will just work. check-in: 82a60454c9 user: vandys tags: gtk41
19:33
Old debug printf check-in: b30b82ee52 user: vandys tags: gtk41
2026-01-31
23:36
Once burnt, twice shy--make all get_data<int64> get used via an explicit int64 variable. check-in: e5c565b007 user: vandys tags: gtk41
19:15
Logged the wrong var, duh check-in: 4f51c8bdaa user: vandys tags: gtk41
18:48
Fix another runtime complaint; regex on a null string. check-in: 65b9822ab7 user: vandys tags: gtk41
18:22
Update dependency list. Fix compilation for that 64-bit fix; something new the compiler's enforcing? check-in: dbb3400f1d user: vandys tags: gtk41
16:55
Fix complaint about gpointer versus surface; fixes the propagation of favicons into the tab bar. check-in: 1dc84b283b user: vandys tags: gtk41
00:34
Bail if we have a problem decrypting stored/encrypted passwords from server. check-in: 93100c7c57 user: vandys tags: gtk41
2026-01-30
21:05
Was pushing 32 bits but saying it was 64 bits; a 32- versus 64-bit bit of disconnect. Having an explicit 64-bit var seems to make things clarify. Resolves [78f936e7e5]. At some point, this whole <int64> annotation of vala needs to be explained to me! check-in: 1407db3865 user: vandys tags: gtk41
21:02
Have the other "Invalid type" database error also show which parameter. check-in: b29c77bd60 user: vandys tags: gtk41
2026-01-27
20:08
Use time_t to avoid 32/64 sizeof conflicts. check-in: 2918543102 user: vandys tags: gtk41
20:08
Parameterize D compiler. Use $@ variable. check-in: 92f8f0ea6f user: vandys tags: gtk41
00:36
Xfce FAQ check-in: f750d79265 user: vandys tags: gtk41
00:34
A quite nice Midori FAQ I found from the Xfce project. Much of it likely applies to AWBfL check-in: edbb5be4da user: vandys tags: trunk
2026-01-21
22:52
Use tiny.random API. Let the reqid advance via PRNG rather than straight increment. check-in: 9d5c654d90 user: vandys tags: gtk41
2025-10-13
17:26
Duplicate check check-in: 8f8078054e user: vandys tags: gtk41
2025-10-11
20:07
Add a defense against nonce replay, as extra defense WRT the timestamp within the body. check-in: a9a85736c6 user: vandys tags: gtk41
2025-10-09
21:14
Resolve [d7728655e6522afa] implement context menu for back/forward. check-in: 1946bcc042 user: vandys tags: gtk41
2025-10-08
19:25
Start normalizing indentation, spacing, and 80 column source. Add title to back-forward history in prep for popover menu. Enable button events for back-forward buttons. check-in: dd4f847194 user: vandys tags: gtk41
2025-10-06
17:39
Slight tidying, still thinking about trying to get a context manu on back/forward buttons. check-in: 138a453c7f user: vandys tags: gtk41
02:20
80 cols check-in: d28fb294cf user: vandys tags: gtk41
2025-10-02
23:26
Resolve [cf5a86defb09930c] by explicitly dispatching key events through the search widget. check-in: 9db46bb30f user: vandys tags: gtk41
2025-10-01
22:12
Resolve [769d1b6fd555697e] with BackForward implementation plus connection in place of Webkit's. N.B., original bug was found, a paste error in browser.vala where the back button also connected to the forward action. But I'll keep the code which decouples us from Webkit. check-in: a224f3a6b2 user: vandys tags: gtk41
2025-09-30
17:51
Field malformed serverid and uname, rather than bomb the server. check-in: 7bd33feaa2 user: vandys tags: gtk41
16:35
Resolve [21c6d3a2a51124a1] by setting path to NULL (rather than empty string) when it's omitted. check-in: e3d368e561 user: vandys tags: gtk41
2025-09-25
18:13
Stray space check-in: 5e5dc9362e user: vandys tags: gtk41
2025-09-23
21:24
Some binaries built down in tools/ check-in: 9da1f3edc3 user: vandys tags: gtk41
17:34
Tidy up logging check-in: 843ef97f1b user: vandys tags: gtk41
17:34
Streamline dbname checking for now. check-in: 21279e7660 user: vandys tags: gtk41
16:39
Chasing a busy/locked on what should be an idle server. check-in: b700f75f39 user: vandys tags: gtk41