summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-14Move user scriptsPeter Hofmann
This is a more meaningful path.
2020-03-14Update CHANGESPeter Hofmann
2020-03-14lariza.usage: Fix wrong path to web extensionsPeter Hofmann
2020-03-14lariza.usage: Mention hints.jsPeter Hofmann
2020-03-14lariza.usage: Mention that web extensions get installedPeter Hofmann
2020-03-14Makefile: Install compiled web extension and user-scriptPeter Hofmann
2020-03-14lariza.usage: RestructurePeter Hofmann
2020-03-14user-scripts: Bundle hints.jsPeter Hofmann
2020-03-11WebGL is enabled by defaultPeter Hofmann
2020-03-04Enable WebKit's developer extrasPeter Hofmann
2020-03-02LICENSE: Year bumpPeter Hofmann
2020-03-02README: Add user JS, remove paragraph about follow modePeter Hofmann
2020-02-22Introduce user-supplied JavaScript filesPeter Hofmann
2019-05-05Release v19.05Peter Hofmann
2019-05-05LICENSE: Bump yearPeter Hofmann
2019-03-31No longer use WebKit's deprecated JavaScript APIPeter Hofmann
2019-03-17Add BUGS: Mention currently deprecated functionsPeter Hofmann
2018-07-29Release v18.07Peter Hofmann
2018-07-29Send bug reports if feed icon doesn't workPeter Hofmann
2018-07-29Fix typoPeter Hofmann
2018-07-10Get rid of those ugly global variablesPeter Hofmann
2018-07-10Simplify: Merge feed_icon() into grab_feeds_finished()Peter Hofmann
2018-07-10README: Remove the "1000 lines of code" statementPeter 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-10Update CHANGES and READMEPeter Hofmann
2018-07-10Workaround for graphical padding artifactPeter Hofmann
2018-07-10feed_html_header: Default to UTF-8Peter Hofmann
2018-07-10Indicate RSS/Atom feeds on web sitesPeter Hofmann
2018-06-24Release v18.06Peter Hofmann
2018-06-08PATCHES: Remove GitHub linkPeter Hofmann
2018-06-08README: Add new headerPeter Hofmann
2018-03-17Release v18.03Peter Hofmann
2018-02-21Connect to button release events instead of button pressPeter 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-27Release v18.01Peter Hofmann
2018-01-13LICENSE: Year bumpPeter Hofmann
2018-01-13Remove "whacky" commentPeter 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-13Remove irrelevant parameter namePeter Hofmann
2018-01-13Use full signature for external_handler_runPeter 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-11No longer use GtkAction when constructing the context menuPeter Hofmann
Thanks to @jun7 for helping me out! Closes #54.
2017-11-16Release v17.11Peter Hofmann
2017-10-25Update LICENSE for fvghPeter Hofmann
2017-10-25Update CHANGES for new env varPeter Hofmann
2017-10-25Merge pull request #55 from fvgh/console_to_stdoutPeter Hofmann
Support WebKit "enable-write-console-messages-to-stdout"
2017-10-24Support WebKit "enable-write-console-messages-to-stdout" via env-variable.Frank Vennemeyer
2017-10-18Release v17.10Peter Hofmann
2017-10-07Relicense as MITPeter Hofmann
Closes #53.
2017-07-02Release v17.07Peter Hofmann
2017-05-26Add missing call to g_uri_escape_string()Peter Hofmann
Closes #47.
2017-05-21Release v17.05Peter Hofmann
2017-04-29Add PATCHESPeter Hofmann
2017-04-27Code style nitpickingPeter Hofmann