Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete favourites #91

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Complete favourites #91

wants to merge 8 commits into from

Commits on Apr 18, 2015

  1. Preparation for in-memory bookmarks:

    Renaming struct history to struct pagelist_entry
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    75e7658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c453b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6356012 View commit details
    Browse the repository at this point in the history
  4. favorites are now managed in-memory, analogous to history.

    There is support for reading history in the legacy format, with
    an ad-hoc detection of the legacy format that really sucks.
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    f339422 View commit details
    Browse the repository at this point in the history
  5. favorites are now managed in-memory, analogous to history.

    There is support for reading history in the legacy format, with
    an ad-hoc detection of the legacy format that really sucks.
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    0616dd6 View commit details
    Browse the repository at this point in the history
  6. Enabling completion of favourites.

    Also, minor fixes in loading new-style favourites.
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    9def345 View commit details
    Browse the repository at this point in the history
  7. Adding a config option to complete URIs based on matches everywhere.

    (and the code to do it).
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    d2889b3 View commit details
    Browse the repository at this point in the history
  8. Changed pagelist format to have a magic and store ISO dates.

    This fixes a bug that rendered saved histories unparseable in non-C
    locales.  The legacy formats are stilled tried/parsed if the magic is
    missing.
    msdemlei committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    b723ccd View commit details
    Browse the repository at this point in the history