Commit graph

471 commits

Author SHA1 Message Date
Elias Naur
acfd9e4cea Updated linux Mouse 2003-03-24 18:10:04 +00:00
Brian Matzon
6e37721123 add: small window test - wanted to test how fast a display is created 2003-03-24 17:16:42 +00:00
Brian Matzon
f40973624c mod: making it possible to see color differences by clicking mouse buttons 2003-03-24 17:07:25 +00:00
Brian Matzon
0d1cc7583b fix: creation of buttons array now occurs in java side 2003-03-24 16:58:10 +00:00
Elias Naur
f08389fdd2 Fixed Brian's bugs 2003-03-24 11:56:05 +00:00
Elias Naur
5ac3ea26e8 Fixed mouse clamping 2003-03-23 20:08:49 +00:00
Brian Matzon
95075c3492 fix: VM crash when using > 4 button mouse 2003-03-23 20:00:28 +00:00
Elias Naur
a4454614db Renamed extal.c->extal.cpp 2003-03-23 12:52:11 +00:00
Tristan Campbell
7bbb1273d0 Fixed some bugs that were not allowing bulk adds and some binary incompatibilities.
Fixed error involving incorrectly setting strides when the stride is 0.
2003-03-23 01:13:43 +00:00
Brian Matzon
46802b3486 beautyfication 2003-03-22 23:22:08 +00:00
Brian Matzon
dd201b2f14 fix: load OpenAL based on java.library.path 2003-03-22 23:17:11 +00:00
Caspian Rychlik-Prince
0cf93ebe93 Fixed nasty bug in Win9x display mode enumeration 2003-03-22 21:39:52 +00:00
Elias Naur
a7ec7cda5b Various linux fixes 2003-03-21 23:28:00 +00:00
Brian Matzon
24db98e43a wip: load oal based on java.library.path 2003-03-21 17:55:33 +00:00
Elias Naur
bba7bf9462 Added getPlatform() to linux 2003-03-21 17:37:58 +00:00
Caspian Rychlik-Prince
c6a231cf43 New getPlatform() method added 2003-03-21 17:08:26 +00:00
Caspian Rychlik-Prince
8575ae0496 New getPlatform() method added 2003-03-21 16:57:56 +00:00
Caspian Rychlik-Prince
c1fd8957df New getPlatform() method added 2003-03-21 16:53:19 +00:00
Elias Naur
0d620e9125 Reverted display mode selection 2003-03-19 12:41:28 +00:00
Caspian Rychlik-Prince
df1d611624 Fixed JNI error 2003-03-18 16:38:31 +00:00
Caspian Rychlik-Prince
be9286b6a0 Fixed some JNI errors. One remains. 2003-03-17 18:57:05 +00:00
Brian Matzon
0060b68efd fix: dragging of window doesn't work, when returning directly from unhandled WM_SYSCOMMAND - so let's not do that! 2003-03-17 18:40:56 +00:00
Caspian Rychlik-Prince
f078482bbc Fix Brians bugs 2003-03-17 18:34:43 +00:00
Brian Matzon
d0d2058d02 changelog 2003-03-16 23:30:56 +00:00
Brian Matzon
04afe9b443 0.4 -> 0.5 changelog 2003-03-16 23:29:49 +00:00
Brian Matzon
7cfa29957e initial commit of OpenAL create/destroy test 2003-03-16 22:52:35 +00:00
Elias Naur
13cceb99b9 Fixed runtime breakage on linux 2003-03-16 21:55:43 +00:00
Elias Naur
0920b5223c Fixed runtime breakage on linux 2003-03-16 21:55:13 +00:00
Brian Matzon
06da0d0017 fix: stop checking Hz 2003-03-16 20:31:40 +00:00
Brian Matzon
b10c34254e fix: destroy keyboard upon exit 2003-03-16 20:13:44 +00:00
Brian Matzon
5d4f778e5b fix: escape testing 2003-03-16 20:12:57 +00:00
Brian Matzon
972df2fe53 fix: get 60Hz
fix: keep polygon within window
2003-03-16 20:09:49 +00:00
Caspian Rychlik-Prince
ef0f837ea1 *** empty log message *** 2003-03-16 17:37:18 +00:00
Caspian Rychlik-Prince
a82dbf5126 *** empty log message *** 2003-03-13 23:11:48 +00:00
Brian Matzon
458fcdc480 fix: compile bug, since glx* didn't return value 2003-03-13 19:54:44 +00:00
Caspian Rychlik-Prince
229da7e9d6 *** empty log message *** 2003-03-13 19:48:02 +00:00
Caspian Rychlik-Prince
b39740daf3 *** empty log message *** 2003-03-13 19:31:10 +00:00
Elias Naur
2077bbb1db Moved disabling of repeat rate to Display 2003-03-08 22:14:17 +00:00
Elias Naur
374334e7d3 Disable linux key repeat while Keyboard is created - match win32 behavior 2003-03-08 18:47:34 +00:00
Caspian Rychlik-Prince
c6c2cdcafc Tweaked but little else 2003-03-07 16:01:27 +00:00
Brian Matzon
e78cdd5029 fix: removed GlobalRef
fix: now sets fields to JNI_TRUE/JNI_FALSE respectively
2003-03-07 15:23:58 +00:00
Caspian Rychlik-Prince
c6747e0a8e *** empty log message *** 2003-03-07 15:04:28 +00:00
Caspian Rychlik-Prince
0f88a2131b *** empty log message *** 2003-03-06 22:55:13 +00:00
Brian Matzon
310526a254 wip fix: buttons array now being ref'ed from native side to avoid GC'ing 2003-03-06 20:55:13 +00:00
Elias Naur
c0bc4b1899 added glXAllocateMemoryNV/glXFreeMemoryNV 2003-03-06 20:54:05 +00:00
Elias Naur
66b0bfb18f *** empty log message *** 2003-03-06 17:52:58 +00:00
Brian Matzon
ccba1c3f79 fix: won't be needing hashmaps from native side 2003-03-04 06:08:53 +00:00
Caspian Rychlik-Prince
46b29a63a4 *** empty log message *** 2003-03-03 22:12:21 +00:00
Brian Matzon
09caa36067 fix: possible NPE evaded 2003-03-03 21:58:17 +00:00
Brian Matzon
02aa0e7a1a fix: small beautification 2003-03-03 21:51:13 +00:00