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

Ramon unch lower with mmb fix #138

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

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    339f00f View commit details
    Browse the repository at this point in the history
  2. Revert "Manifest file with proper version declaration"

    This reverts commit 339f00f.
    RamonUnch committed May 13, 2021
    Configuration menu
    Copy the full SHA
    7affc73 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Fixes Lower with MMB

    On some windows such as Sumatra PDF, or Office 2010, by avoiding to get the ancestor window before the WM_NCHITTEST message.
    SumatraPDF discussion: sumatrapdfreader/sumatrapdf#1979
    I had to add the HitTestTimeout() function that checks the response of the WM_NCHITTEST on the pointed hwnd, if it returns HTTRANSPARENT, then I check the parent window until there is a parent or the HitTest returned something different than Transparent.
    RamonUnch authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d3847a4 View commit details
    Browse the repository at this point in the history
  2. Small simplification

    RamonUnch authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9adff54 View commit details
    Browse the repository at this point in the history