44
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2024 — May 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating update site build script to use pre-packaged zip file in dist, updating signjar to not use keypass More... over 13 years ago
adding eclipse update site to main build file More... over 13 years ago
signing information are interactively retrieved similar to applet build More... over 13 years ago
Added new Eclipse update site build script to be imported from main LWJGL build script. See org.lwjgl.build/README for details. More... over 13 years ago
Fixed glTransformFeedbackAttribsNV count argument. More... over 13 years ago
bug fix in Eclipes update site build: native libraries are not copied from skeleton (where they are required for development purposes) anymore More... over 13 years ago
Fixed a bug in the update site build script. More... over 13 years ago
AppletLoader: fix uncaught null pointer exception More... over 13 years ago
Added support for OpenCL 1.2 [UNTESTED] More... over 13 years ago
bumping to 2.8.3 More... over 13 years ago
bump native version number for OS X natives due to recent changes to them More... over 13 years ago
AppletLoader: minor tweak to show better update message when checking cache files for changes More... over 13 years ago
Add the QuartzCore framework to the list of frameworks available to the linker More... over 13 years ago
MacOS: further limit CALayer to only be used when running as an Applet More... over 13 years ago
MacOS: remove the use of 'Blocks' in the Cocoa native code by switching to 'Selectors', should allow natives to be binary compatible with OS X 10.5 now. More... over 13 years ago
Changed CallbackUtil to use ContextCapabilities instead of ContextGL. More... over 13 years ago
Fix keyboard handling when running Display.setParent() as an application on Linux. Thus allowing WM and system hot-keys to function again when the LWJGL app has focus. More... over 13 years ago
Only set X window hints on the Linux native display window when not using Display.setParent() More... over 13 years ago
Changed manual null check to a MemoryUtil.getAddressSafe call. More... over 13 years ago
upx compressed oal32 More... over 13 years ago
Updating OpenAL-Soft to latest (319f404) More... over 13 years ago
Fix crash on Mac OS X when using Display.setParent() and switching from fullscreen to windowed mode. More... over 13 years ago
AppletLoader: minor change to provided more information for some error messages. More... over 13 years ago
fixed issue when NULL (default) was passed in as a deviceName More... over 13 years ago
make Display.destroy a NOP if it hasn't been created yet More... over 13 years ago
switching to 2.8.2 More... over 13 years ago
add copy-nightly-binaries target to build file More... over 13 years ago
applying rubens latest maven patches More... over 13 years ago
GLES extension updates. More... over 13 years ago
Updated GLES FullScreenWindowedTest to destroy/create Display on mode change. More... over 13 years ago