Elias Naur
|
26c6de6363
|
Implemented variable sized events in preparation of timestamped input events
|
2006-07-03 23:16:26 +00:00 |
|
Elias Naur
|
3902c69c7a
|
Now that no native side event_queue_t type is used anymore, convert input read() semantics to use normal nio Buffer semantics - that is, move the position when writing events
|
2006-07-03 19:09:47 +00:00 |
|
Elias Naur
|
6cf49718db
|
Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8.
|
2006-06-26 13:50:48 +00:00 |
|
Elias Naur
|
9f41ecaedb
|
Removed Keyboard.isStateKeySet() - it is easily replaced by Toolkit.getLockingKeyState()
|
2006-06-10 20:42:26 +00:00 |
|
Elias Naur
|
6e6bdb1fa0
|
Mac OS X: Catch exceptions from getLockingKeyState
|
2006-06-10 19:46:28 +00:00 |
|
Elias Naur
|
15676f6129
|
Mac OS X: Implement Display.isStateKeySet()
|
2006-06-10 19:40:54 +00:00 |
|
Caspian Rychlik-Prince
|
16524516cd
|
Tidied up unused variables, added serialVersionUIDs as appropriate,
removed a few unnecessary casts and brackets and exceptions.
|
2006-04-21 11:11:21 +00:00 |
|
Caspian Rychlik-Prince
|
3548ac989c
|
Removed superfluous imports
|
2006-02-27 19:55:43 +00:00 |
|
Elias Naur
|
e1c51385c6
|
Mac OS X: Added loading of a legacy native lwjgl library to support applications that need to run on Mac OS X 10.2, 10.3 and 10.4, including intel mac versions. NOTE: Intel support from the universal build is not tested, since I don\'t have acces to an intel mac.
|
2006-01-16 20:37:28 +00:00 |
|
Elias Naur
|
a9bd41f12e
|
Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context.
|
2005-11-04 12:38:59 +00:00 |
|
Elias Naur
|
965b0e1ec4
|
MacOSX: Fix bugs in MacOSXDisplay.setIcon
|
2005-10-31 10:51:54 +00:00 |
|
Elias Naur
|
57635274d2
|
Mac OS X: Fetch the current viewport dimensions instead of assuming them equal to the current window size
|
2005-09-09 10:27:13 +00:00 |
|
Brian Matzon
|
1b453d6e10
|
use buffer.get since we dont have a backing array
|
2005-09-07 15:43:52 +00:00 |
|
Kevin Glass
|
94e0bb30c0
|
Added methods to set the window icon. MacOS implementation added using AWT images.
|
2005-07-05 21:54:12 +00:00 |
|
Elias Naur
|
29a51b7cad
|
Added doPrivileged to MacOSXDisplay.setCursorPosition()
|
2005-06-01 07:18:09 +00:00 |
|
Elias Naur
|
f1705b7fde
|
Added AccessController.doPrivileged where needed
|
2005-05-30 16:21:05 +00:00 |
|
Elias Naur
|
78e75012ba
|
Mac OS X: Enable native cursor in Mac OS X 10.4 and later because Apple fixed the outstanding bugs
|
2005-05-05 11:04:17 +00:00 |
|
Caspian Rychlik-Prince
|
200ed3792a
|
Cleanup of unused imports
|
2005-05-04 20:59:44 +00:00 |
|
Elias Naur
|
1c49b2f969
|
Mac OS X: Only use SetSystemUIMode workaround on 10.3 and lower
|
2005-05-03 09:08:12 +00:00 |
|
Elias Naur
|
019a1418c6
|
Mac OS X: Added a workaround for the 'white screen' problem
|
2005-04-28 12:55:23 +00:00 |
|
Elias Naur
|
61ddd625df
|
Added Mouse.setCursorPosition(x, y)
|
2005-04-12 11:45:06 +00:00 |
|
Brian Matzon
|
ad8d7676c2
|
moved Sys.log to LWJGLUtils and renamed property to org.lwjgl.util.Debug
|
2005-03-29 18:09:33 +00:00 |
|
Elias Naur
|
f9400843aa
|
Mac OS X: getPbufferCapabilities no longer requires a current context
|
2005-02-24 11:09:16 +00:00 |
|
Elias Naur
|
d28a2ad61c
|
Clean up java code
|
2005-02-23 11:45:25 +00:00 |
|
Elias Naur
|
3085702a38
|
Mac OS X port of the refactoring. Linux and Win32 fixes.
|
2005-02-23 11:11:08 +00:00 |
|
Elias Naur
|
fb5d89599b
|
Linux support for AWTGLCanvas. Big refactor of context specific code into Context.java that is now shared between Display, Pbuffer and AWTGLCanvas. (Win32 and Mac OS X is now broken while I implement the same changes on those platforms)
|
2005-02-20 11:24:22 +00:00 |
|
Caspian Rychlik-Prince
|
f5106d92ed
|
Fixing Mac problems.
|
2005-01-22 00:34:50 +00:00 |
|
Elias Naur
|
9a4824e79b
|
Mac OS X: Remove invokeAndWait stuff since AWT, unlike swing, is thread safe
|
2005-01-21 22:07:20 +00:00 |
|
Elias Naur
|
66181d1486
|
Delegate Sys platform dependent methods into SysImplementation instances
|
2005-01-18 20:23:05 +00:00 |
|
Elias Naur
|
f4180a214d
|
Cleaned up Mouse and Keyboard now that buffering and translation are always enabled
|
2005-01-18 16:42:31 +00:00 |
|
Elias Naur
|
fbcd19698b
|
Moved Mouse.getNativeCursorCaps() to Cursor.getCapabilities()
Renamed Pbuffer.getPbufferCaps() to Pbuffer.getCapabilities()
|
2005-01-18 12:34:36 +00:00 |
|
Elias Naur
|
925139bc7d
|
Added a Pbuffer argument to the Pbuffer constructor to enable sharing between pbuffers when the display is not created. Moved Pbuffer native methods into DisplayImplementation.
|
2005-01-11 13:53:12 +00:00 |
|
Ioannis Tsakpinis
|
83dd8b6bbc
|
Code cleanup
|
2004-11-25 22:31:38 +00:00 |
|
Elias Naur
|
567f89515d
|
Mac OS X: Implemented MacOSXDisplay.openURL()
|
2004-11-22 21:40:13 +00:00 |
|
Elias Naur
|
2577ffd377
|
Split up Sys.openURL into the platform specific DisplayImplementation
|
2004-11-22 21:22:30 +00:00 |
|
Elias Naur
|
4d0a4ac6fc
|
Mac OS X: Fix bogus repeated mouse deltas when grabbed
|
2004-11-22 19:32:40 +00:00 |
|
Brian Matzon
|
6fd2a42ef0
|
import cleanup
|
2004-11-20 16:46:44 +00:00 |
|
Elias Naur
|
f3221396ed
|
Mac OS X: Handle frame == null case
|
2004-11-19 15:18:29 +00:00 |
|
Elias Naur
|
9ec94cb364
|
Move getPbufferCaps to DisplayImplementation. Mac OS X pbuffer support
|
2004-11-18 12:10:28 +00:00 |
|
Elias Naur
|
cea73a6b85
|
Mac OS X: Implemented gamma
|
2004-11-16 14:08:31 +00:00 |
|
Elias Naur
|
45607a7c69
|
Mac OS X: Work around AWT shifting the fullscreen window off the screen
|
2004-11-16 13:21:46 +00:00 |
|
Elias Naur
|
f65ae73d47
|
Mac OS X: Don't hide mouse mouse when already hidden (because the cursor state is counted)
|
2004-11-15 15:28:53 +00:00 |
|
Elias Naur
|
26ce1fecae
|
Mac OS X: Add missing file and disable native cursors because of AWT bugs
|
2004-11-15 14:38:00 +00:00 |
|
Elias Naur
|
0fb264180e
|
Mac OS X: Made AWT access thread safe
|
2004-11-12 13:23:20 +00:00 |
|
Elias Naur
|
2ae536c7c7
|
Mac OS X default implementation of gamma and state keys
|
2004-11-12 10:48:51 +00:00 |
|
Elias Naur
|
3ed8212ac1
|
Access Mac OS X java extensions through relfection to enable compilation on other platforms
|
2004-11-12 10:39:06 +00:00 |
|
Elias Naur
|
1ec70842d0
|
Mac OS X port, second try :)
|
2004-11-11 16:03:19 +00:00 |
|