| Commit | Date | |
|---|---|---|
|
[r2930]
by
elias_naur
Linux: use XkbSetDetectableAutoRepeat to detect repeated key events more reliably |
2008-01-07 18:29:04 | Tree |
| 2007-11-14 11:07:22 | Tree | |
| 2007-11-14 10:45:07 | Tree | |
|
[r2915]
by
elias_naur
Linux: use throwFormattedException in extgl_Open instead of custom message formatting |
2007-10-30 18:34:38 | Tree |
| 2007-05-13 21:11:53 | Tree | |
|
[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 |
|
[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-01-17 08:16:16 | Tree |