44
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
set correct size on glViewport when using CALayer More... almost 13 years ago
Implement AWTGLCanvas, fix initial glViewport size when using Display.setParent More... almost 13 years ago
Merge branch 'master' of https://github.com/LWJGL/lwjgl More... almost 13 years ago
clCreateImage fixes: More... almost 13 years ago
Merge pull request #17 from Lekensteyn/master More... almost 13 years ago
Reverted commit b333b029 that affected GLX extension detection. Fixes #16. More... almost 13 years ago
Fix Linux build error w.r.t. Xxf86vm linking More... almost 13 years ago
Tweak to fix a crash on exit, attempt to fix missing jawt error on Java 7 More... almost 13 years ago
fix potential crash on exit when closing the Display window More... almost 13 years ago
Simplify code in AWTSurfaceLock for CALayer support More... almost 13 years ago
fix CALayer/Display.setParent driver crash on resize More... almost 13 years ago
Attempt fix for no JAWT on OS X Java 7 issue More... almost 13 years ago
minor tweak to comments More... almost 13 years ago
simplify mouse code a little More... almost 13 years ago
push More... almost 13 years ago
Move entire Display nCreate and nDestroy onto the Main Thread 0 More... almost 13 years ago
move nswindow close to main thread 0 to fix a potential crash on exit More... almost 13 years ago
fix crash on startup when creating a second window Display after a destroy in the same app More... almost 13 years ago
further tweak to pbuffer support More... almost 13 years ago
tweak to pbuffer support More... almost 13 years ago
fix and reimplement pbuffer support More... almost 13 years ago
release mouse grab when destroying the Mouse or Display More... almost 13 years ago
reduce use of window specific code in the context implementation code More... almost 13 years ago
Fix freeze/hang when calling AL.create() before Display.create() More... almost 13 years ago
Tweak native cursor behaviour More... almost 13 years ago
Replace AWT code for getAvailableDisplayMode and other DisplayModes stuff to use pure native Cococa code. More... almost 13 years ago
Correctly catch quit events instead of manually catching OS X hotkeys More... almost 13 years ago
Catch Command+Q shortcut and get it to call Display.isCloseRequested() More... almost 13 years ago
report Mouse.getX()/getY() values correctly on initial display creation. More... almost 13 years ago
remove nsview on main thread to avoid thread issues More... almost 13 years ago