| .. |
|
context.c
|
Win32: Fixed exception message when the ARB pixel format path is selected, but the dummy pixel format is -1.
|
2006-06-12 14:17:42 +00:00 |
|
context.h
|
Added support for native formatted exception messages
|
2005-11-24 11:31:26 +00:00 |
|
display.c
|
Win32: Updated various native string handling to use the new _s "secure" variants.
|
2006-05-18 12:11:37 +00:00 |
|
display.h
|
Win32: Removed stale declaration from display.h
|
2005-12-27 13:48:27 +00:00 |
|
extgl_wgl.c
|
Windows implementation of floating point pixel formats
|
2006-06-12 13:28:56 +00:00 |
|
extgl_wgl.h
|
Windows implementation of floating point pixel formats
|
2006-06-12 13:28:56 +00:00 |
|
LWJGL.c
|
Converted win32 specific native source from C++->C (removes the strange debug flag behaviour exhibited by SourceLimitTest.java)
|
2004-12-09 15:36:13 +00:00 |
|
org_lwjgl_input_Cursor.c
|
Win32 part of refactor and AWTGLCanvas
|
2005-02-21 14:46:47 +00:00 |
|
org_lwjgl_input_Keyboard.c
|
Removed Keyboard.isStateKeySet() - it is easily replaced by Toolkit.getLockingKeyState()
|
2006-06-10 20:42:26 +00:00 |
|
org_lwjgl_input_Mouse.c
|
Win32: Track directinput mouse buttons in the windows message state array. This should avoid some problems when switching from grabbed to non-grabbed
|
2006-05-30 08:48:16 +00:00 |
|
org_lwjgl_opengl_Display.c
|
Win32: Made the message processing more friendly to potential foreign windows created on the same thread (and thus sharing message queue with LWJGL). Now handleMessages() in Display.c only processes messages for the current lwjgl window.
|
2006-02-22 10:47:14 +00:00 |
|
org_lwjgl_opengl_Pbuffer.c
|
Added support for native formatted exception messages
|
2005-11-24 11:31:26 +00:00 |
|
org_lwjgl_opengl_Win32AWTGLCanvasPeerInfo.c
|
Mac OS X port of the refactoring. Linux and Win32 fixes.
|
2005-02-23 11:11:08 +00:00 |
|
org_lwjgl_opengl_Win32ContextImplementation.c
|
Added setSwapInterval to Display and AWTGLCanvas
|
2006-01-01 19:50:06 +00:00 |
|
org_lwjgl_opengl_Win32DisplayPeerInfo.c
|
Added support for native formatted exception messages
|
2005-11-24 11:31:26 +00:00 |
|
org_lwjgl_opengl_Win32PeerInfo.c
|
Added support for native formatted exception messages
|
2005-11-24 11:31:26 +00:00 |
|
org_lwjgl_opengl_Win32Registry.c
|
Win32: Moved some registry access code to java (for Win32Display.getAdapter())
|
2005-09-23 10:25:24 +00:00 |
|
org_lwjgl_Sys.c
|
Win32: Updated various native string handling to use the new _s "secure" variants.
|
2006-05-18 12:11:37 +00:00 |
|
win32_al.c
|
OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths.
|
2006-01-16 15:54:50 +00:00 |
|
Window.h
|
Win32: Moved getGammaRampLength to java side
|
2005-12-27 13:47:25 +00:00 |