| Commit | Date | |
|---|---|---|
| 2007-03-09 14:34:27 | Tree | |
| 2007-03-09 14:28:52 | Tree | |
|
[r2747]
by
elias_naur
Linux: Don't statically link Xrender, Xrandr, Xcursor and Xfixes to |
2007-03-06 14:48:35 | Tree |
| 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 |
| 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 |