Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-03-14 | Makefile: Install compiled web extension and user-script | Peter Hofmann | |
2020-03-14 | lariza.usage: Restructure | Peter Hofmann | |
2020-03-14 | user-scripts: Bundle hints.js | Peter Hofmann | |
2020-03-11 | WebGL is enabled by default | Peter Hofmann | |
2020-03-04 | Enable WebKit's developer extras | Peter Hofmann | |
2020-03-02 | LICENSE: Year bump | Peter Hofmann | |
2020-03-02 | README: Add user JS, remove paragraph about follow mode | Peter Hofmann | |
2020-02-22 | Introduce user-supplied JavaScript files | Peter Hofmann | |
2019-05-05 | Release v19.05 | Peter Hofmann | |
2019-05-05 | LICENSE: Bump year | Peter Hofmann | |
2019-03-31 | No longer use WebKit's deprecated JavaScript API | Peter Hofmann | |
2019-03-17 | Add BUGS: Mention currently deprecated functions | Peter Hofmann | |
2018-07-29 | Release v18.07 | Peter Hofmann | |
2018-07-29 | Send bug reports if feed icon doesn't work | Peter Hofmann | |
2018-07-29 | Fix typo | Peter Hofmann | |
2018-07-10 | Get rid of those ugly global variables | Peter Hofmann | |
2018-07-10 | Simplify: Merge feed_icon() into grab_feeds_finished() | Peter Hofmann | |
2018-07-10 | README: Remove the "1000 lines of code" statement | Peter Hofmann | |
We've already exceeded that limit and it's not a good measurement for code quality anyway (not implying that this code is of extraordinarily good quality), so let's just get rid of it. | |||
2018-07-10 | Update CHANGES and README | Peter Hofmann | |
2018-07-10 | Workaround for graphical padding artifact | Peter Hofmann | |
2018-07-10 | feed_html_header: Default to UTF-8 | Peter Hofmann | |
2018-07-10 | Indicate RSS/Atom feeds on web sites | Peter Hofmann | |
2018-06-24 | Release v18.06 | Peter Hofmann | |
2018-06-08 | PATCHES: Remove GitHub link | Peter Hofmann | |
2018-06-08 | README: Add new header | Peter Hofmann | |
2018-03-17 | Release v18.03 | Peter Hofmann | |
2018-02-21 | Connect to button release events instead of button press | Peter Hofmann | |
By default, WebKit only responds to release events. The old code listened for press events. That's probably not the right way to do things. We should properly "override" the release events. Closes #56. |