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

Consecutive initial marks/dashes spacing tweak + some sync with Upstream #430

Merged
merged 8 commits into from
Mar 22, 2021

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    0bfae04 View commit details
    Browse the repository at this point in the history
  2. (Upstream) Page splitting: fix possible infinite loop

    Can't trigger it on KOReader.
    Quick fix (should probably be ensured earlier) picked
    just to not diverge.
    virxkane authored and poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b31153f View commit details
    Browse the repository at this point in the history
  3. (Upstream) Correct the language code for Greek

    Used with text files when detecting encoding.
    Carmina16 authored and poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    e6d49b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfacffd View commit details
    Browse the repository at this point in the history
  5. (Upstream) Large files support (engine part)

    Mostly large zip-files. Integer overflow fixed.
    virxkane authored and poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    3029c2b View commit details
    Browse the repository at this point in the history
  6. (Upstream) Make crengine.font.fallback.faces plural

    Upstream had been keeping both SetFallbackFontFace() and
    SetFallbackFontFaces(), and recently removed the former.
    We've been having only the plural, but kept the setting
    singular for compatibility.
    Make everything plural to keep in sync.
    poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b0b686f View commit details
    Browse the repository at this point in the history
  7. (Upstream) Option to not limit font size to a set

    Previously, the default font size was limited to
    a (configurable) set of sizes.
    This adds an option to not enforce that, and use
    the requested font size as-is.
    (Set USE_LIMITED_FONT_SIZES_SET=0 for KOReader,
    as cre.cpp needs the correct headers.)
    virxkane authored and poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    17283fc View commit details
    Browse the repository at this point in the history
  8. Text: dont adjust space after consecutive initial marks/dashes

    Extend 2504a40 to keep doing it when multiple such
    initial quotation marks/dashes separated by spaces.
    poire-z committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    c08fc6d View commit details
    Browse the repository at this point in the history