lwjgl/src/native/linux
Kevin Glass 2147b530b3 Added Linux native code for window icon setting. 2005-07-06 19:46:35 +00:00
..
Makefile Linux: Statically link libXxf86vm 2005-04-01 09:51:11 +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: Hardened getAvailableDisplayModes so that it won't be confused by a changing number of display modes while it is executing 2005-01-16 10:43:30 +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 Fix cursor jumping after Mouse.setGrabbed() 2005-04-28 09:57:45 +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