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

[WIN32SS][LPK] Add BiDi support to menus and window captions #738

Merged
merged 12 commits into from Aug 23, 2018

Commits on Aug 5, 2018

  1. Attempt to make kernel->user lpk call

    Compiles and runs, until a menu is loaded...
    peterooch committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    19218cc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Kernel LPK callback is now functional

    Issue linger with last letter being corrupted
    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    aeacc29 View commit details
    Browse the repository at this point in the history
  2. Add +1 to string buffer

    Now everything is being drawn properly
    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    022856a View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d8244bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ebfc8e View commit details
    Browse the repository at this point in the history
  5. [WIN32SS][LPK] Fixes

    [WIN32SS] Changed some castings to make more sense, simplified the rect copy.
    [GDI32] Added code in case of lpk.dll loading failed.[LPK] Fixed the propsheet bug in lpk.dll
    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f0c2f93 View commit details
    Browse the repository at this point in the history
  6. PWCHAR -> LPWSTR

    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    8564744 View commit details
    Browse the repository at this point in the history
  7. [WIN32SS] Move callback code to ntuser

    Keep freetype.c clear from non font related code,
    moved function to rtl\text, now only will activated upon window captions and menus.
    peterooch committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    9816642 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Copy N amount of characters

    Fixes crash while installing Notepad++
    peterooch committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    501ab44 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Ident + delete whitespaces

    peterooch committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    0d55499 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. [WIN32SS] Changes

    Zero rect struct member if not to be used.
    Simplify pointer arithmetic (Thanks for the suggestion!)
    peterooch committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e251960 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. [WIN32SS] Changes

    Added documentation to explain the use of the callback function.
    Address comments.
    peterooch committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    51e338a View commit details
    Browse the repository at this point in the history