Sam Lantinga [Sat, 31 May 2014 11:33:25 -0700] rev 8791
Fixed SDL error when filtering events after shutdown.
This can happen when restoring video modes during video system shutdown
Philipp Wiesemann [Thu, 29 May 2014 23:05:18 +0200] rev 8790
Added javadoc comments to document methods used by JNI.
Philipp Wiesemann [Thu, 29 May 2014 22:58:06 +0200] rev 8789
Added javadoc comments to prevent unused parameter warning.
Philipp Wiesemann [Thu, 29 May 2014 22:53:53 +0200] rev 8788
Fixed implicit boxing and unboxing of Java Objects warning.
Philipp Wiesemann [Thu, 29 May 2014 22:48:10 +0200] rev 8787
Added missing stdio include in test program.
Philipp Wiesemann [Thu, 29 May 2014 22:44:08 +0200] rev 8786
Fixed use of uninitialized variable warning in test program.
Ryan C. Gordon [Sat, 24 May 2014 21:06:40 -0400] rev 8785
Fixed stack overflow in X11_CreateWindow() (thanks, rapha and Brad!).
This should be a "long" which on a 64-bit system is likely to be > 32-bits,
causing XGetICValues() to write past the end of the variable (and stack).
Fixes Bugzilla #2513.
Ryan C. Gordon [Sat, 24 May 2014 19:49:03 -0400] rev 8784
Added note about Wayland and Mir packages for Ubuntu 14.04.
Ryan C. Gordon [Sat, 24 May 2014 01:27:19 -0400] rev 8783
Added some FIXMEs.
Ryan C. Gordon [Sat, 24 May 2014 01:25:27 -0400] rev 8782
Fixed whitespace.