summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-29LARIZA_SEARCH_ENGINE: add optional environment variablemainCem Keylan
2021-09-29lariza.1: add note on forkCem Keylan
2021-09-29key_common(): add ctrl + shift + n to search backwardsCem Keylan
2021-09-29README: updateCem Keylan
2021-09-29download_handle(): Use GTK file chooserCem Keylan
2021-09-29LICENSE: updateCem Keylan
2021-09-29grab_environment_configuration(): complexify download directory :)Cem Keylan
2021-09-28lariza: define _XOPEN_SOURCECem Keylan
2021-09-28lariza: portability fixes on the build systemCem Keylan
2021-09-28permission_request(): use const gchar* insteadCem Keylan
2021-08-09Merge remote-tracking branch 'refs/remotes/upstream/main'Cem Keylan
2021-07-18modify manual pages to match settings, and rewrite in mdocCem Keylan
2021-07-17permission_request: be more verbose about requestsCem Keylan
2021-06-19Release v21.06Peter Hofmann
2021-06-13Work around weirdness in setting a preferred languagePeter Hofmann
2021-06-10Add chorizo to PATCHESPeter Hofmann
2021-05-18lariza: use persistent cookiesCem Keylan
2021-05-17lariza: handle permission requestsCem Keylan
2021-05-17lariza: change keybindingsCem Keylan
2021-05-17add search engine supportCem Keylan
2021-01-22Release v21.01Peter Hofmann
2021-01-22LICENSE: Bump yearsPeter Hofmann
2021-01-03Bump dates in manpagesPeter Hofmann
2021-01-03"adblock.black" has been renamed to "adblock"Peter Hofmann
2020-08-29Release v20.08Peter Hofmann
2020-08-22Focus c->web_view on new tabsPeter Hofmann
2020-08-16Fix opening links in new tabs (partially)Peter Hofmann
Also, no NULL guard needed for g_free().
2020-07-19Release v20.07Peter Hofmann
2020-07-09Fix build with non-GNU sed, lint variablesPeter Hofmann
2020-05-15Release v20.05Peter Hofmann
2020-05-04CHANGES: Link blog post about sandboxingPeter Hofmann
2020-05-03Manpage: Don't be too specific about TLS backendPeter 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-02Allow webkit:// in URLsPeter Hofmann
2020-05-02Enable WebKit sandboxing (and tidy up a bit)Peter Hofmann
2020-05-02Manpages: Refine paragraph about WebKitGTK cachesPeter Hofmann
2020-05-01we_adblock: No need for static here, eitherPeter Hofmann
2020-04-30CHANGES: Link second blog postPeter Hofmann
2020-04-30PATCHES: Link GitHub forksPeter Hofmann
2020-04-30Update main window title againPeter 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-29PATCHES: No longer on Github, there are no PRs anymorePeter Hofmann
2020-04-29PATCHES: Remove dead forkPeter Hofmann
2020-04-29Remove external URI handlerPeter Hofmann
2020-04-29Scroll tabs using mouse wheelPeter 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-28Update CHANGESPeter Hofmann
2020-04-28Update READMEPeter Hofmann
2020-04-28Remove keyword searchesPeter Hofmann
Unmaintained code, better alternatives exist.
2020-04-28End the static madnessPeter Hofmann
This is just one file, there's no point in doing this.
2020-04-27Stop changing window title, use tooltip insteadPeter Hofmann
2020-04-27remote_msg should focus new tabsPeter Hofmann
2020-04-27Only focus new tabs on startup and on hotkeyPeter Hofmann