Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-29 | LARIZA_SEARCH_ENGINE: add optional environment variablemain | Cem Keylan | |
2021-09-29 | lariza.1: add note on fork | Cem Keylan | |
2021-09-29 | key_common(): add ctrl + shift + n to search backwards | Cem Keylan | |
2021-09-29 | README: update | Cem Keylan | |
2021-09-29 | download_handle(): Use GTK file chooser | Cem Keylan | |
2021-09-29 | LICENSE: update | Cem Keylan | |
2021-09-29 | grab_environment_configuration(): complexify download directory :) | Cem Keylan | |
2021-09-28 | lariza: define _XOPEN_SOURCE | Cem Keylan | |
2021-09-28 | lariza: portability fixes on the build system | Cem Keylan | |
2021-09-28 | permission_request(): use const gchar* instead | Cem Keylan | |
2021-08-09 | Merge remote-tracking branch 'refs/remotes/upstream/main' | Cem Keylan | |
2021-07-18 | modify manual pages to match settings, and rewrite in mdoc | Cem Keylan | |
2021-07-17 | permission_request: be more verbose about requests | Cem Keylan | |
2021-06-19 | Release v21.06 | Peter Hofmann | |
2021-06-13 | Work around weirdness in setting a preferred language | Peter Hofmann | |
2021-06-10 | Add chorizo to PATCHES | Peter Hofmann | |
2021-05-18 | lariza: use persistent cookies | Cem Keylan | |
2021-05-17 | lariza: handle permission requests | Cem Keylan | |
2021-05-17 | lariza: change keybindings | Cem Keylan | |
2021-05-17 | add search engine support | Cem Keylan | |
2021-01-22 | Release v21.01 | Peter Hofmann | |
2021-01-22 | LICENSE: Bump years | Peter Hofmann | |
2021-01-03 | Bump dates in manpages | Peter Hofmann | |
2021-01-03 | "adblock.black" has been renamed to "adblock" | Peter Hofmann | |
2020-08-29 | Release v20.08 | Peter Hofmann | |
2020-08-22 | Focus c->web_view on new tabs | Peter Hofmann | |
2020-08-16 | Fix opening links in new tabs (partially) | Peter Hofmann | |
Also, no NULL guard needed for g_free(). | |||
2020-07-19 | Release v20.07 | Peter Hofmann | |
2020-07-09 | Fix build with non-GNU sed, lint variables | Peter Hofmann | |
2020-05-15 | Release v20.05 | Peter Hofmann | |
2020-05-04 | CHANGES: Link blog post about sandboxing | Peter Hofmann | |
2020-05-03 | Manpage: Don't be too specific about TLS backend | Peter Hofmann | |
It's GnuTLS on my system, but I don't know if it's a hard requirement or if it will change some days. Also, there is no real need to specify it. | |||
2020-05-02 | Allow webkit:// in URLs | Peter Hofmann | |
2020-05-02 | Enable WebKit sandboxing (and tidy up a bit) | Peter Hofmann | |
2020-05-02 | Manpages: Refine paragraph about WebKitGTK caches | Peter Hofmann | |
2020-05-01 | we_adblock: No need for static here, either | Peter Hofmann | |
2020-04-30 | CHANGES: Link second blog post | Peter Hofmann | |
2020-04-30 | PATCHES: Link GitHub forks | Peter Hofmann | |
2020-04-30 | Update main window title again | Peter Hofmann | |
This is important for password managers like keepass. Unlike the previous version of this code, we no longer traverse widget hierarchies. Instead, a pointer to the real tab label widget is stored on whatever widget happens to be returned by gtk_notebook_get_tab_label(). Luckily, there is an easy way to do this via g_object. | |||
2020-04-29 | PATCHES: No longer on Github, there are no PRs anymore | Peter Hofmann | |
2020-04-29 | PATCHES: Remove dead fork | Peter Hofmann | |
2020-04-29 | Remove external URI handler | Peter Hofmann | |
2020-04-29 | Scroll tabs using mouse wheel | Peter Hofmann | |
Not ideal, because it doesn't work when the mouse hovers over empty areas. If we connect that signal to the notebook itself, it will also trigger when scrolling the web page -- if the web_view doesn't handle the scroll. The event then propagates upwards in the hierarchy and ends up in the notebook. Means we would have to wrap the web_view in a dummy evbox that catches all scroll events. Nah. | |||
2020-04-28 | Update CHANGES | Peter Hofmann | |
2020-04-28 | Update README | Peter Hofmann | |
2020-04-28 | Remove keyword searches | Peter Hofmann | |
Unmaintained code, better alternatives exist. | |||
2020-04-28 | End the static madness | Peter Hofmann | |
This is just one file, there's no point in doing this. | |||
2020-04-27 | Stop changing window title, use tooltip instead | Peter Hofmann | |
2020-04-27 | remote_msg should focus new tabs | Peter Hofmann | |
2020-04-27 | Only focus new tabs on startup and on hotkey | Peter Hofmann | |