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

Addition win32 api : SendMessage, GetActiveWindow, COPYDATASTRUCT and a few constants + a demo application #774

Merged
merged 8 commits into from
Mar 19, 2017

Commits on Mar 1, 2017

  1. Added a few mapping of win32 api : SendMessage and GetActiveWindow.

    Added some constants and structures (COPYDATASTRUCT and CWPSTRUCT from the win 32 api.
    Added a Win32WindowMessagesDemo to demonstrate complex messages exchange through WM_COPYDATA and with a hooked winproc.
    cnico committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    825f9be View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Corrections done to take into account, the comment of the pull reques…

    …t : cf java-native-access#774
    
    * Replaced Win32WindowMessagesDemo.java by User32WindowMessagesTest.java
    * changed data types to int where appropriate
    * added pull request in CHANGES.md
    cnico committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    3aeed55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbf4d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    051135a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c7e808 View commit details
    Browse the repository at this point in the history
  3. Correction of compilation error of unit test/com/sun/jna/platform/win…

    …32/User32WindowMessagesTest.java detected by travis with jdk 6.
    cnico committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    4f2fae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    5fc088e View commit details
    Browse the repository at this point in the history
  2. Merged from jna master to be up to date with 4.4 release.

    Corrected comments and license info.
    cnico committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    bda6938 View commit details
    Browse the repository at this point in the history