summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-13Work around weirdness in setting a preferred languagePeter Hofmann
2021-06-10Add chorizo to PATCHESPeter Hofmann
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
2020-04-27Reset favicon if not presentPeter Hofmann
2020-04-27Add TODO itemPeter Hofmann
2020-04-27favicon: Initial size should be close to target sizePeter Hofmann
GTK_ICON_SIZE_SMALL_TOOLBAR is 16px, according to the docs.
2020-04-27Always scale faviconsPeter Hofmann
If the size already matches exactly, Gdk will do nothing.
2020-04-27More space around faviconPeter Hofmann
2020-04-27Scale faviconsPeter Hofmann
2020-04-27Display favicons (not resized)Peter Hofmann
2020-04-25Make tab width customizablePeter Hofmann
2020-04-25Make tab position customizablePeter Hofmann
2020-04-24Add hotkeys for switching tabsPeter Hofmann
2020-04-24Use GtkNotebook (basic implementation)Peter Hofmann
2020-04-24Remove support for tabbedPeter Hofmann
2020-04-22Release v20.04Peter Hofmann
2020-04-17lariza.usage.1: Fix erroneous dots and wrappingPeter Hofmann
2020-03-28Release v20.03Peter Hofmann
2020-03-28README: Tweak wordingPeter Hofmann
2020-03-14Makefile: Do not install hints.js as executablePeter Hofmann
2020-03-14CHANGES: Be more precisePeter Hofmann