Menu

Code Commit Log


Commit Date  
[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
[r2740] by elias_naur

Windows: Don't exclude PFD_GENERIC_ACCELERATED formats when selecting pixel formats. Hopefully this will enable LWJGL to use the directx emulated opengl implementation on vista

2007-02-17 09:49:44 Tree
[r2739] by elias_naur

Make the rest of LWJGL thread safe. No attempt have been done to make the locking minimal. Instead, one global lock is shared by Display, Mouse, Keyboard and Cursor. The lock surrounds all public methods.

2007-02-12 12:18:26 Tree
[r2738] by matzon

tagging 1.0

2007-02-08 22:00:51 Tree
Older >