summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
2017-01-29CHANGES: Add item about "ready-to-show" signalPeter Hofmann
CC #28.
2017-01-29CHANGES: Add item about unified hotkeysPeter Hofmann
2017-01-27Automatically add "file://" prefix for local filesPeter Hofmann
Closes #27.
2017-01-27Change search prefix to ":/"Peter Hofmann
I want to change ensure_uri_scheme() so it automatically adds "file://" if we're dealing with a valid local file path. However, this clashes with "/" as a search prefix. CC #27.
2017-01-27Add external handler to CHANGESPeter Hofmann
Closes #25.
2016-12-24Release v16.12Peter Hofmann
2016-12-14Clip return value of webkit_download_get_estimated_progress() to [0, 1]Peter Hofmann
Closes #23.
2016-11-16Remove call to gtk_window_set_wmclass()Peter Hofmann
2016-09-03Release v16.09Peter Hofmann
2016-07-30Look for web extensions in ~/.config/lariza/web_extensionsPeter Hofmann
~/.local/share isn't really an appropriate place because it's meant to contain "data", possibly written by the application. Usually, lariza's web extensions (.so files) are not placed in your home directory anyway. Instead, they are installed somewhere in /usr. The home directory only contains symlinks. So, in a way, those symlinks can be considered "configuration items". Hence, ~/.config is where they should live.
2016-06-26Release v16.06Peter Hofmann
2016-03-19Update CHANGES and manpage for new key bindsPeter Hofmann
2016-01-05Release v16.01Peter Hofmann
2016-01-04Don't set empty string as window titlePeter Hofmann
2015-12-06"Keypad enter" now registers as "commit"Peter Hofmann
Closes #14.
2015-12-06Strip G_DIR_SEPARATOR from local file namesPeter Hofmann
Closes #15.
2015-11-28Add CHANGES filePeter Hofmann