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

PPGe: Use TextDrawer for save UI if available #12702

Merged
merged 10 commits into from
Mar 11, 2020

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    85d2702 View commit details
    Browse the repository at this point in the history
  2. Qt: Cleanup differences in text hashing.

    We don't want to use just adler to cache strings.  Also, port over the DPI
    handling to be consistent.  Not tested.
    unknownbrackets committed Mar 11, 2020
    1 Configuration menu
    Copy the full SHA
    70b07f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5141dc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbf4769 View commit details
    Browse the repository at this point in the history
  5. PPGe: Make some of the API internal only.

    We don't use these externally and probably won't.
    unknownbrackets committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f2c88d6 View commit details
    Browse the repository at this point in the history
  6. PPGe: Use TextDrawer for save UI if available.

    This should result in better spacing for non-Latin characters, and less
    missing letters.  Basically the same benefits as for the UI.
    unknownbrackets committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6652fe2 View commit details
    Browse the repository at this point in the history
  7. PPGe: Show ellipsis for overly long lines.

    To match PPGE_LINE_USE_ELLIPSIS when using TextDrawer.
    unknownbrackets committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    08a6047 View commit details
    Browse the repository at this point in the history
  8. Android: Delay TextDrawer init in PPGe.

    We need it to init on the correct thread.
    unknownbrackets committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9c9ace6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f65c07 View commit details
    Browse the repository at this point in the history
  10. PPGe: Clear unused parts of text image buffers.

    Prevents artifacts when the RAM previously had other data in it.
    unknownbrackets committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    de81b70 View commit details
    Browse the repository at this point in the history