Menu

Code Commit Log


Commit Date  
[r2750] by elias_naur

Use jawt_md.h instead of jawt.h since that is apparently the official way of using JAWT (from the example in jawt.h) and is required for lwjgl to compile with the ibm 1.5 jdk

2007-03-13 08:18:00 Tree
[r2749] by elias_naur

Added error checking to getBooleanProperty

2007-03-09 14:34:27 Tree
[r2748] by elias_naur

Added error checking to NewStringNative

2007-03-09 14:28:52 Tree
[r2747] by elias_naur

Linux: Don't statically link Xrender, Xrandr, Xcursor and Xfixes to
avoid bugs in older versions of the libraries being exposed in newer
linux distributions based on XCB (like Ubuntu Feisty).

2007-03-06 14:48:35 Tree
[r2746] by elias_naur

Updated jinput.jar and libjinput.jnilib to the latest version

2007-02-25 21:52:11 Tree
[r2745] by elias_naur

Added a Pbuffer constructor that omits the RenderTexture parameter, and added a note that FBOs should be used instead, if available. Render-to-texture pbuffers can only be available on Windows platforms and is thus not portable.

2007-02-24 18:41:41 Tree
[r2744] by elias_naur

Linux: When creating a window don't loop waiting for the MapNotify event. Instead, make sure we don't immediately go from fullscreen to minimized by checking if the window has been focused at least once before minimizing (and resetting display mode).

2007-02-23 10:14:18 Tree
[r2743] by elias_naur

Linux: Don't call XSetInputFocus when creating a window. XSetInputFocus can fail if the window is not mapped when calling it, and it seems that it's rude to call XSetInputFocus according to the ICCCM when the application doesn't already have the focus in one of its subwindows.

2007-02-23 08:31:59 Tree
[r2742] by elias_naur

Linux: Don't use XClearWindow to clear the window, but rely on the OpenGL clearing instead. Also, remove redundant attributes in XCreateWindow

2007-02-23 08:21:02 Tree
[r2741] by spasi

Added NV_geometry_shader4

2007-02-21 13:44:33 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.