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

Fix building and running under Qt 6.5.3; #24

Open
wants to merge 7 commits into
base: qt6-gha
Choose a base branch
from

Commits on Jan 18, 2024

  1. Fix building and running under Qt 6.5.3;

    Fix for QT_GESTURE_EVENTS
    Fix for TOUCH_EVENTS
    Fix in harfbuzz rendering engine crash
    
    Not tested:
    Video, Audio, OpenGL (build without them)
    quarcko committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    96adaf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update ComplexTextControllerHarfBuzz.cpp

    Fix pointer types incorrect.
    quarcko committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e403714 View commit details
    Browse the repository at this point in the history
  2. Update ComplexTextControllerHarfBuzz.cpp

    Oops, HbUniquePtr usage fix;
    quarcko committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e163b06 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. - Fixes and workarounds to build this version of WebKit using Qt 6.5.…

    …3 and MINGW compiler on Windows.
    Andrejus Basovas committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ec5ef36 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix qtwebkit freeze & crashes on Windows (MINGW & MSVC) in RunLoop & …

    …WorkQueue
    Andrejus Basovas committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3462daa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix for glyph rendering issues on both Linux and Windows OS.

    Also a fixes a huge memory leak that i introduced with my initial hack.
    Now memory consumption is much lower, although i believe, that there is still room for improvement.
    Andrejus Basovas committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    aeed05b View commit details
    Browse the repository at this point in the history
  2. Fix for scroll

    Andrejus Basovas committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f2cfa16 View commit details
    Browse the repository at this point in the history