Jansi Native 1.8, released 2018-02-02
e0bd25d
Upgrade to hawtjni 1.1652d4840
Improve isatty() Windows implementation with Cygwin/Mingw pseudo terminals, fixes #116728bc6
Fix indentatione266e32
Add support for other console eventsf2686cf
Add a way to read console input with a timeoute1a6d4f
Update hawtjni maven plugin artifactId844f627
improved javadoc5560ba7
use latest hawtjni-runtime to get documented annotations in javadocda27164
reworked building section9461d6b
improved introddcc121
fixed m-javadoc-p configuration0c0dccf
added icons for artifacts in Maven Centrale77fbcf
updated pom to match migration to GitHub
Jansi Native 1.7, released 2017-05-04
177381b
Upgrade to hawtjni 1.15be608f1
Update changeloga8cc48a
Add a copy() method on SMALL_RECT for ease of use29b9213
Fix changeloge2f6efb
Fix copyrights36a03b7
Fix build when openpty is in libutil915a7c6
Fix wrong conditions and constants5beb0c2
Ignore idea files8a83cbb
Fix number of control chars in the Termios structure84b9ce1
Update some plugins versions674f287
Add oss snapshot repo41c2f00
Make sure to include winsize and termios structures9685c51
Turn on stack protection, fixes #7a1710c7
Make sure the build work on MVS20177a0a951
Pass the platform to the hawtjni plugind3a5c4a
Upgrade internal jansi version on windows7b45d34
Merge pull request #6 from Aaron1011/remove-ttyslot5f76e86
Fix ttyname method which is unusable (SEGV crash), fixes #8f825e18
Fix home in readme, fixes #4216892e
Remove unused use of 'ttyslot'
Jansi Native 1.6, released 2016-04-27
6160f07
More packaging refactoring.24250c0
make sure native libs get packaged.4a95522
Lets try to use different artifact ids for the different platform builds to workaround problems with mvn needing all classified artifacts to be part of the same build for SNAPSHOT deployments.f66eb6b
Bump the hawtjni version.a18e87f
Switch to sonatype mvn repo1cb12b1
Update hawtjni version used.6436a76
Tweaks needed to get the latest changes compiling on linux.ece5c44
Fixing function name. No W since there are no (wide) chars in the arg list.7859ee9
Make constants conditional.ff3543d
Update parent pom version.a597537
Add ScrollConsoleScreenBuffer to Kernel32144f13d
Improve JNI arg passing for Kernel32 libraryae71626
Fix some javadoc warningsfbaa6fa
Add FilleConsoleOutputAttributeW native method for windowsa7c99e8
Add needed functions for stty supportaebb7f4
Upgrade hawtjni version to fix Missing barriers in cache initialization
Jansi Native 1.5, released 2013-03-25
d5e1606
Add windows nmake Makefile01cfbdd
Add .rc file to the msbuild project803ae7f
Add the public repo7dbe4f5
Switch to new release of hawtjni that allows us to force the use of msbuild on windows.d891301
Modify owner9b30bc1
Add .rc file5392bef
Ensure we have standard file attributes
Jansi Native 1.4, released 2012-02-15
981fb32
Merge pull request #2 from mihnita/masterd2c93b8
Generating msvcrt.lib at build time (from msvcrt.def)46e933f
- Added License header (ASL 2.0 like everything else) - Added readme.txt to the windows directory with info of how .lib files were created5b092a8
- Added support for isatty - Fixed values and conditions for STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO - Bumped version to 1.8 to stay in sync with jansi - Cleaned a few warnings at C compile time - Link against the system msvcrt.dll (so no need for VC redistributables)
Jansi Native 1.3, released 2011-09-21
7626ec6
use released hawtjni.29b8037
Update hawtjni version.61dbf94
Merge pull request #1 from huynhjl/jansi-unicode-pull-request44eb7aa
Adding support for PeekConsoleInputW, FlushConsoleInputBuffer so that CTRL-C can be handled by jline. Discarding mouse events on readConsoleInput.b72fb73
Using PointerMath when copying INPUT_RECORD.e649485
Updated support for reading multiple INPUT_RECORD through ReadConsoleW (may need to check pointer arithmetic). Added support for GetNumberOfConsoleInputEvents and WriteConsoleW.
Jansi Native 1.2, released 2011-06-19
892c45e
Adding support for reading keyboard events through ReadConsoleInputW Win32 call. Does not handle non keyboard events (they are discarded).658d8bc
Upgrade the hawtjni version being used.
Jansi Native 1.1, released 2010-11-04
14cf4c9
Update to use fusesource parent pom and pickup new hawtjni release.e29d0fa
adding SetConsoleTitle method to support setting the window title on Windows71a95c0
updating to next hawtjni snapshot version to pick up Win SKD 7.1 fix29fb658
allow hawtjni version to be configurable6ced024
adding build doco for windows
- Initial release
- Native bits extracted out of the core jansi library