Elias Naur
|
67c4634992
|
Win32: Handle all Windows messages, and ignore those with inappropriate HWNDs
|
2005-03-22 12:34:58 +00:00 |
|
Elias Naur
|
80676667a3
|
Win32: Confine cursor to fullscreen window to prevent native cursors to stray outside borders in multi-monitor setups
|
2005-03-16 10:58:58 +00:00 |
|
Caspian Rychlik-Prince
|
76cb2ba735
|
Removed that ugly calibration code! Now using a new kind of hires timer instead.
|
2005-03-13 20:12:50 +00:00 |
|
Elias Naur
|
8905ce5de3
|
Win32: Fix Pbuffer creation
|
2005-03-02 16:00:44 +00:00 |
|
Elias Naur
|
24532721b8
|
Win32: Fix Pbuffer creation
|
2005-03-02 12:55:50 +00:00 |
|
Elias Naur
|
bc68be431e
|
Win32: typo fix in Pbuffer.c
|
2005-03-02 12:24:50 +00:00 |
|
Elias Naur
|
8235f7ddf1
|
Win32: Fix type in exception message in context.c
|
2005-03-02 08:26:36 +00:00 |
|
Elias Naur
|
a5469e6ff3
|
Win32: Handle context-dependent wgl extensions
|
2005-02-24 13:24:08 +00:00 |
|
Elias Naur
|
165084e12d
|
Win32: Compile fix
|
2005-02-23 15:34:42 +00:00 |
|
Elias Naur
|
f4bfadcc5a
|
Removed unsued JNIEnv parameter from extgl_QueryExtension
|
2005-02-23 15:19:21 +00:00 |
|
Elias Naur
|
ad92547914
|
Moved platform specific stuff from extgl.c into platform directories
|
2005-02-23 13:22:44 +00:00 |
|
Elias Naur
|
1162d267f8
|
Typo fix
|
2005-02-23 12:38:39 +00:00 |
|
Elias Naur
|
c96dc98b63
|
Clean out commented code
|
2005-02-23 11:42:04 +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
|
49d4ce820a
|
*** empty log message ***
|
2005-02-21 15:00:46 +00:00 |
|
Elias Naur
|
62e561cddf
|
Win32 part of refactor and AWTGLCanvas
|
2005-02-21 14:46:47 +00:00 |
|
Elias Naur
|
2d5c4cf934
|
Moved platform specific opengl extension flags into the platform specific files
|
2005-02-17 12:39:33 +00:00 |
|
Caspian Rychlik-Prince
|
ef7fea20ab
|
*** empty log message ***
|
2005-02-16 16:48:26 +00:00 |
|
Caspian Rychlik-Prince
|
5e962e54e2
|
Fixed AWTGLCanvas destroy crash. Fixed nv vertex array range glitch
|
2005-02-16 14:14:50 +00:00 |
|
Caspian Rychlik-Prince
|
543e0ee5e2
|
*** empty log message ***
|
2005-02-16 13:31:47 +00:00 |
|
Elias Naur
|
dfd7f8f804
|
Win32: More fulscreen improvements
|
2005-02-02 14:51:43 +00:00 |
|
Elias Naur
|
11d70f42a6
|
Win32: Remove debug :)
|
2005-02-02 13:19:49 +00:00 |
|
Elias Naur
|
6727345514
|
Win32: Fix isActive() and isVisible()
|
2005-02-02 13:16:50 +00:00 |
|
Elias Naur
|
ba0b020caa
|
Win32: Improve fullscreen task switching
|
2005-02-02 11:05:25 +00:00 |
|
Elias Naur
|
b1c183235c
|
Win32: Improve fullscreen task switching
|
2005-02-02 10:44:38 +00:00 |
|
Elias Naur
|
074175fa89
|
Win32: Fix multisample pixel formats
|
2005-01-31 22:33:27 +00:00 |
|
Elias Naur
|
63da8a93e4
|
Win32: Better Sys.alert fix
|
2005-01-29 10:17:56 +00:00 |
|
Elias Naur
|
70fc843321
|
Win32: Fixed Sys.alert()
|
2005-01-28 22:42:23 +00:00 |
|
Elias Naur
|
e446883a7f
|
Renamed org.lwjgl.opengl.Window.allowSoftwareOpenGL to org.lwjgl.opengl.Display.allowSoftwareOpenGL
|
2005-01-27 21:26:46 +00:00 |
|
Caspian Rychlik-Prince
|
a8fcd3edde
|
Fixed AWT dependency.
|
2005-01-20 22:51:28 +00:00 |
|
Elias Naur
|
0953a6663c
|
Win32 compile fix
|
2005-01-19 13:15:44 +00:00 |
|
Elias Naur
|
a7fa07c2cc
|
Moved pbuffer supported check into native code to fix the case of no current context when creating the pbuffer
|
2005-01-19 13:05:07 +00:00 |
|
Caspian Rychlik-Prince
|
a9df33627e
|
Fixed return type in native openURL
|
2005-01-19 02:10:52 +00:00 |
|
Elias Naur
|
bb9c040414
|
Win32 compile fix
|
2005-01-18 21:11:12 +00:00 |
|
Elias Naur
|
66181d1486
|
Delegate Sys platform dependent methods into SysImplementation instances
|
2005-01-18 20:23:05 +00:00 |
|
Elias Naur
|
89074eafa2
|
Removed Sys.setProcessPriority
|
2005-01-18 19:05:34 +00:00 |
|
Elias Naur
|
c977ceda08
|
Win32 compile fix
|
2005-01-18 16:50:54 +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
|
250a87767f
|
Removed Controller
|
2005-01-18 15:32:13 +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
|
78e665d773
|
Win32: hardened getAvailableDisplayModes
|
2005-01-16 11:12:57 +00:00 |
|
Ioannis Tsakpinis
|
dd312b492b
|
createARBContextAndPixelFormat didn't return true when ok
|
2005-01-15 23:52:53 +00:00 |
|
Elias Naur
|
ed3acebaa5
|
Win32: Fix Pbuffer.getPbufferCaps()
|
2005-01-15 15:45:54 +00:00 |
|
Elias Naur
|
2d62731a3d
|
Win32: Fix pbuffer context sharing
|
2005-01-14 13:56:51 +00:00 |
|
Elias Naur
|
0e15025879
|
Win32: Fix native crash when no suitable pixel format is found.
|
2005-01-14 11:20:04 +00:00 |
|
Elias Naur
|
859204c4a0
|
Don't make context current in DisplayImplementation.createWindow(), but let Display do it explicitly to increase native call granularity
|
2005-01-14 09:24:59 +00:00 |
|
Elias Naur
|
d1f039a1b0
|
Win32: Compile fixes
|
2005-01-11 14:05:14 +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 |
|
Elias Naur
|
28aff73635
|
Win32: Fixes for previous commit
|
2005-01-10 09:21:35 +00:00 |
|
Elias Naur
|
e31b1ee12d
|
I've discovered that at least one Win XP configuration doesn't support the DirectInput cooperative level NONEXCLUSIVE | FOREGROUND for mouse devices. Fortunately, we don't really need that coop level anyway, so I have replaced it with Unacquire/Acquire.
|
2005-01-10 08:48:13 +00:00 |
|