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

Add definitions for Wincon.GetConsoleScreenBufferInfo() #1190

Closed
wants to merge 19 commits into from
Closed

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    f4bb4a7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    2757af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c10e8 View commit details
    Browse the repository at this point in the history
  3. Activate test case and make it work for both interactivate and non-in…

    …teractive console context
    rednoah committed May 11, 2020
    Configuration menu
    Copy the full SHA
    aad550b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Added Windows Console API bindings:

    * ReadConsoleInput
    * GetNumberOfConsoleInputEvents
    * WriteConsole
    rednoah committed May 13, 2020
    Configuration menu
    Copy the full SHA
    1d76826 View commit details
    Browse the repository at this point in the history
  2. [checkstyle] [ERROR] /home/travis/build/java-native-access/jna/contri…

    …b/platform/src/com/sun/jna/platform/win32/WinDef.java:1852: 'case' child has incorrect indentation level 12, expected level should be 16. [Indentation]
    rednoah committed May 13, 2020
    Configuration menu
    Copy the full SHA
    1dfdd22 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    92a6d5a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    061b826 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1188 from matthiasblaesing/unittest-docker

    Fix statvfs filesystem - it is unstable in docker environments
    matthiasblaesing authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    a6a2b43 View commit details
    Browse the repository at this point in the history
  3. Remove invalid GetTcpStatistics test

    dbwiddis authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    781ca72 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1189 from dbwiddis/tcptest

    Remove invalid GetTcpStatistics test
    matthiasblaesing authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    db60d47 View commit details
    Browse the repository at this point in the history
  5. Add getTokenPrimaryGroup to Advapi32Util

    dbwiddis authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    889f5dd View commit details
    Browse the repository at this point in the history
  6. Only fetch the latest ant version in Travis script

    As of 2020-05-13, there are two versions of Apache Ant 1.9.x binaries available for download.  The regexp parsing incorrectly resolves to a string containing both versions, separated by a newline character, and the download fails.   This change limits the grep to only the last line, so the latest 1.9.x version will be downloaded.
    dbwiddis authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    aafe9a5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1193 from dbwiddis/patch-1

    Only fetch the latest ant version in Travis script
    matthiasblaesing authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    57b5dc8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/java-native-access/jna in…

    …to primarygroup
    dbwiddis authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    f9f835c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1191 from dbwiddis/primarygroup

    Add getTokenPrimaryGroup to Advapi32Util
    matthiasblaesing authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c6c7a48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54f990a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'pr-1182'

    Closes: #1182
    matthiasblaesing authored and rednoah committed May 16, 2020
    Configuration menu
    Copy the full SHA
    8fd977f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6f2e5a View commit details
    Browse the repository at this point in the history