44
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the WM_CLASS implementation more flexible by giving users an option to set it manually by VM parameter or system property More... about 11 years ago
Set the WM_CLASS property on Linux as its needed for some WM to display the app name/class, currently its the same as the window title. More... over 11 years ago
Fix another edge case bug with Display.setParent() on OS X. Thx to ihkbob for providing test case to reproduce it. More... over 11 years ago
Fix NPE and position bug with Display.setParent() on OS X More... over 11 years ago
Further fixes for Display.setParent() canvas position & size bugs on OS X More... over 11 years ago
enable build on OpenBSD More... over 11 years ago
Fix Display.setParent() canvas position bug on OS X More... over 11 years ago
Only consider the workaround if both shift buttons are pressed. More... over 11 years ago
Fixed missing key up events when both shift keys are pressed at the same time. More... over 11 years ago
Fix string index out of bounds exception, credit to @void256 for finding and reporting. More... over 11 years ago
Fix keyboard key codes to return Unicode characters instead of ASCII characters More... over 11 years ago
Fix compilation issue in LWJGLUtil.java More... over 11 years ago
Merge pull request #44 from frustaci/patch-1 More... over 11 years ago
Merge pull request #47 from sashok7241/patch-1 More... over 11 years ago
Enable POINT_SPRITE on compatibility contexts. Improved platform/device choice when multiple CL implementations are available. More... over 11 years ago
Added support for AMD_shader_atomic_counter_ops. More... over 11 years ago
Added new OpenCL extensions. More... over 11 years ago
Added support for OpenGL 4.4 and new extensions. More... over 11 years ago
Added support for PointerBuffer parameters to OpenGL. More... over 11 years ago
Added @CLPlatformExtension to APPLE extensions that are exposed in the PLATFORM_EXTENSIONS string. More... over 11 years ago
Fixed getInfoBinaries bug when multiple devices exist. More... over 11 years ago
Fixed GetProgramInfo alternatives for PROGRAM_BINARIES. More... over 11 years ago
Fixed pointer array init for NIO buffers. More... over 11 years ago
Update WaveData.java More... over 11 years ago
Added a DrawElements version with explicit count & type parameters. More... over 11 years ago
Update LWJGLUtil.java More... over 11 years ago
I correct that it was pointed out in my pull request ・src/java/org/lwjgl/input/Controllers.java, line 265: Should be "The timestamp assigned to the current event" ・src/java/org/lwjgl/input/JInputController.java, line 211: Consider splitting on two lines. More... over 11 years ago
Add equals method to Vector2f, Vector3f and Vector4f. More... over 11 years ago
fix OS X issue where mouse was moving on mouse scroll wheel events. More... over 11 years ago
And some more 10.5.8 compat fixes. More... over 11 years ago