lwjgl/src/native/linux
Elias Naur 94f39655a5 Linux: Fix Mouse.setCursorPosition() 2005-10-10 09:11:24 +00:00
..
Makefile Moved generated files to seperate directories 2005-09-29 17:13:38 +00:00
Window.h 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
context.c Linux: Added missing NULL check 2005-03-28 10:29:16 +00:00
context.h 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
display.c Linux: Added support for LWJGL_DISABLE_XRANDR environment variable to override Xrandr support on broken window managers 2005-09-13 06:56:14 +00:00
display.h Added java debug output to linux display.c 2004-12-11 20:09:04 +00:00
extgl_glx.c Linux: Load libGL.so with the RTLD_GLOBAL flag. It seems that some drivers need it 2005-04-04 12:24:11 +00:00
extgl_glx.h Linux: Handle different GLX capabilities on different screens 2005-02-24 10:44:34 +00:00
org_lwjgl_input_Cursor.c Linux: moved Cursor handle allocation to native side 2005-02-21 15:56:53 +00:00
org_lwjgl_input_Keyboard.c Linux: If a keysym has no LWJGL mapping, try the unshifted keysym instead 2005-04-19 07:18:17 +00:00
org_lwjgl_input_Mouse.c Linux: Fix Mouse.setCursorPosition() 2005-10-10 09:11:24 +00:00
org_lwjgl_opengl_Display.c Added Linux native code for window icon setting. 2005-07-06 19:46:35 +00:00
org_lwjgl_opengl_LinuxAWTGLCanvasPeerInfo.c Linux AWT: in case we're not on a SUN jdk, try to determine values instead of bombing out. This should help us compile and run on gcj 2005-05-27 11:50:13 +00:00
org_lwjgl_opengl_LinuxCanvasImplementation.c Linux: Handle different GLX capabilities on different screens 2005-02-24 10:44:34 +00:00
org_lwjgl_opengl_LinuxContextImplementation.c Linux: Handle different GLX capabilities on different screens 2005-02-24 10:44:34 +00:00
org_lwjgl_opengl_LinuxPeerInfo.c Linux: moved handle allocations to native 2005-02-22 13:59:33 +00:00
org_lwjgl_opengl_Pbuffer.c Linux: Added missing NULL check 2005-06-04 21:14:32 +00:00