Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-01-27 | Release v18.01 | Peter Hofmann | |
2018-01-13 | LICENSE: Year bump | Peter Hofmann | |
2018-01-13 | Remove "whacky" comment | Peter Hofmann | |
I was probably thinking about multibyte encodings when I left that note, but we explicitly check whether the first two bytes are ':' and '/', so it's fine to skip them. | |||
2018-01-13 | Remove irrelevant parameter name | Peter Hofmann | |
2018-01-13 | Use full signature for external_handler_run | Peter Hofmann | |
Yes, this needs the two void casts to make the compiler not complain about unused parameters, but I think "explicit is better than implicit" here. And none of the other callbacks use this trick. | |||
2018-01-11 | No longer use GtkAction when constructing the context menu | Peter Hofmann | |
Thanks to @jun7 for helping me out! Closes #54. | |||
2017-11-16 | Release v17.11 | Peter Hofmann | |
2017-10-25 | Update LICENSE for fvgh | Peter Hofmann | |
2017-10-25 | Update CHANGES for new env var | Peter Hofmann | |
2017-10-25 | Merge pull request #55 from fvgh/console_to_stdout | Peter Hofmann | |
Support WebKit "enable-write-console-messages-to-stdout" | |||
2017-10-24 | Support WebKit "enable-write-console-messages-to-stdout" via env-variable. | Frank Vennemeyer | |