Commit graph

1453 commits

Author SHA1 Message Date
Elias Naur
a877b0c1f1 javadoc fixes 2008-01-21 22:20:25 +00:00
Elias Naur
31669b02ec javdoc fixes 2008-01-21 22:15:12 +00:00
Brian Matzon
73f10ce7c0 removing as per request of elias 2008-01-21 22:07:48 +00:00
Elias Naur
6d9ce94068 javadoc fixes 2008-01-21 22:03:45 +00:00
Brian Matzon
c9979fcfab 2.0 version string 2008-01-21 21:55:20 +00:00
Elias Naur
dc3999b075 Removed devil and fmod support. yay. 2008-01-21 21:38:29 +00:00
Elias Naur
7fe1db23ec Converted GLU to use Buffers instead of arrays to match the rest of lwjgl 2008-01-21 21:27:03 +00:00
Elias Naur
df9e7af261 Moved org.lwjgl.opengl.glu to org.lwjgl.util.glu 2008-01-21 20:38:04 +00:00
Elias Naur
5e3956d358 Moved translation of ogl error codes from GLU to Util, to prepare for glu to be moved to lwjgl_utils 2008-01-21 20:28:53 +00:00
Elias Naur
e9a3b7a556 Display: Removed display_impl.update() from isCloseRequested(), isVisible(), isDirty() and isActive() since it can be an expensive call on at least linux. Display.update() is now required to be called to update the internal state. 2008-01-21 20:21:21 +00:00
Brian Matzon
f6152a134a 1.1.4 version string 2008-01-20 08:20:54 +00:00
Elias Naur
fa4bc30097 Only let Display.update() call display_impl.update() once 2008-01-19 09:53:14 +00:00
Elias Naur
8e2233167d Linux: Fixed test for XkbSetDetectableAutoRepeat success 2008-01-19 08:57:20 +00:00
Elias Naur
e448bb0c29 Removed OS message polls from mouse and keyboard poll() and read(), since they can be quite expensive 2008-01-19 08:49:10 +00:00
Elias Naur
d184509ac7 AWTGears: Make the canvas the same size as the Gears test 2008-01-18 10:29:01 +00:00
Elias Naur
8f677f1585 Linux: use XkbSetDetectableAutoRepeat to detect repeated key events more reliably 2008-01-07 18:29:04 +00:00
Elias Naur
4bf0703eb1 Windows: Pulled DefWindowProc calling to java side 2007-12-13 09:29:36 +00:00
Elias Naur
1cd7d96c68 Mouse: Attempt to clarify Mouse.setNativeCursor javadoc 2007-11-27 07:58:03 +00:00
Brian Matzon
c3500a14d2 fixed 1.1 detection so that oal 1.1 stubs are loaded for major > 1 2007-11-12 16:02:57 +00:00
Elias Naur
dbe9667c3d Added a Thread.yield() to applets tests that repaint() last in paintGL() to help input responsiveness on linux. Thanks to Kappa for debugging and finding the workaround. 2007-11-09 05:11:29 +00:00
Brian Matzon
632fcbfeaa added aho's adapter 2007-11-07 23:17:14 +00:00
Elias Naur
71603f996f Tweaked exception message 2007-11-01 13:06:11 +00:00
Brian Matzon
9ebea51be1 updating version string to 1.1.3 2007-10-28 21:42:43 +00:00
Brian Matzon
d098129690 miscellaneous minor fixes to improve the loading and displaying of the applet 2007-10-24 21:55:39 +00:00
Brian Matzon
99fe356399 reworked urlconnection.getInputStream to threaded usage, to avoid Opera issue (detective work: kappaOne) 2007-10-24 21:25:54 +00:00
Brian Matzon
ee85c04e95 removed annotation 2007-10-24 21:23:32 +00:00
Brian Matzon
409da4106b added required isSupported 2007-10-22 20:54:16 +00:00
Brian Matzon
21b2cc0c21 cleaning imports 2007-10-20 21:31:52 +00:00
Brian Matzon
d87b73e73d applied kappaOnes latest fixes 2007-10-20 21:20:00 +00:00
Brian Matzon
8ee25e22cd removing direct x, can be picked up in the lwjgl-directx tag 2007-10-20 19:02:48 +00:00
Brian Matzon
5a659ac1d9 make sure that any windows cursor image pixel is either 0xffxxxxxx or 0x00000000 2007-10-20 14:48:07 +00:00
Elias Naur
07ae6b0513 Fixed GLU compile error 2007-10-17 08:24:07 +00:00
Brian Matzon
d11758044a fix: generic error message placeholder String text was not being replace by the error message - kappaOne 2007-10-13 07:37:39 +00:00
Elias Naur
a9f9a38c4c Mac OS X: Release and clear the context from the drawable in the correct order 2007-08-30 18:27:12 +00:00
Elias Naur
bc09bd11e3 Don't let Display.sync* sleep with the global lock held 2007-08-30 12:34:56 +00:00
Elias Naur
7e05654cd2 Made Display.timeNow local 2007-08-30 12:19:34 +00:00
Elias Naur
3d81b7715d Added KEY_LMETA and KEY_RMETA to Keyboard to replace the windows centric KEY_LWIN and KEY_RWIN, which are now deprecated 2007-08-28 08:02:24 +00:00
Elias Naur
473eb61c60 Mac OS X: Mapped the option key to Keyboard.KEY_LWIN and Keyboard.KEY_RWIN instead of KEY_*META like the alt key 2007-08-28 07:38:20 +00:00
Elias Naur
9fc5b5273b Linux: Don't close the static Display connection, to avoid crashes with some dri drivers 2007-08-26 22:07:24 +00:00
Elias Naur
42a9d985d4 tweaked build.xml to get compile working again 2007-08-25 14:47:24 +00:00
Mark Bernard
9182e5b3ae First commit of Direct3D extension. 2007-08-22 23:11:27 +00:00
Mark Bernard
ed3261718f First commit of Direct3D extension. 2007-08-22 23:11:02 +00:00
Brian Matzon
31a1fe4d4f 1.1.2 2007-08-17 18:41:00 +00:00
Elias Naur
1c935179f3 Windows: Don't do SYSRQ hackery on WM_SYSKEYDOWN 2007-08-17 06:14:40 +00:00
Elias Naur
c443696e24 Reverted 2877 2007-08-17 06:12:59 +00:00
Brian Matzon
26a040a7d2 handle alt+space (windows system menu) 2007-08-16 20:29:01 +00:00
Elias Naur
02d119d76e Windows: Handle WM_SYSCHAR 2007-08-16 09:46:45 +00:00
Elias Naur
15cf41553c Don't allow switching to fullscreen when a custom display mode is in effect. This is a change from before, where the current mode was simply overwritten with the initial (desktop) mode 2007-08-16 08:55:06 +00:00
Elias Naur
03749c312c Revert 2872 2007-08-16 08:49:14 +00:00
Elias Naur
9851b06009 Windows: Make cursor visible when grabbed and not focused 2007-08-16 08:38:20 +00:00