Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-27 | Reset favicon if not present | Peter Hofmann | |
2020-04-27 | Add TODO item | Peter Hofmann | |
2020-04-27 | favicon: Initial size should be close to target size | Peter Hofmann | |
GTK_ICON_SIZE_SMALL_TOOLBAR is 16px, according to the docs. | |||
2020-04-27 | Always scale favicons | Peter Hofmann | |
If the size already matches exactly, Gdk will do nothing. | |||
2020-04-27 | More space around favicon | Peter Hofmann | |
2020-04-27 | Scale favicons | Peter Hofmann | |
2020-04-27 | Display favicons (not resized) | Peter Hofmann | |
2020-04-25 | Make tab width customizable | Peter Hofmann | |
2020-04-25 | Make tab position customizable | Peter Hofmann | |
2020-04-24 | Add hotkeys for switching tabs | Peter Hofmann | |
2020-04-24 | Use GtkNotebook (basic implementation) | Peter Hofmann | |
2020-04-24 | Remove support for tabbed | Peter Hofmann | |
2020-04-22 | Release v20.04 | Peter Hofmann | |
2020-04-17 | lariza.usage.1: Fix erroneous dots and wrapping | Peter Hofmann | |
2020-03-28 | Release v20.03 | Peter Hofmann | |
2020-03-28 | README: Tweak wording | Peter Hofmann | |
2020-03-14 | Makefile: Do not install hints.js as executable | Peter Hofmann | |
2020-03-14 | CHANGES: Be more precise | Peter Hofmann | |
2020-03-14 | Move user scripts | Peter Hofmann | |
This is a more meaningful path. | |||
2020-03-14 | Update CHANGES | Peter Hofmann | |
2020-03-14 | lariza.usage: Fix wrong path to web extensions | Peter Hofmann | |
2020-03-14 | lariza.usage: Mention hints.js | Peter Hofmann | |
2020-03-14 | lariza.usage: Mention that web extensions get installed | Peter Hofmann | |