| Commit message (Expand) | Author | Age | Files | Lines |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 2 | -2/+0 |
* | Fixed more bugs in glue code generation related to using opaque long | Kenneth Russel | 2008-12-20 | 1 | -0/+3 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 9 | -278/+440 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 4 | -25/+13 |
* | Fixed nested toolkit locking problem with X11PbufferGLXDrawable. With | Kenneth Russel | 2008-12-14 | 8 | -35/+41 |
* | Fixed initialization of chosen GLCapabilities on X11 platforms for | Kenneth Russel | 2008-12-13 | 2 | -5/+12 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 5 | -21/+26 |
* | - Removed StaticGLInfo usage. | Sven Gothel | 2008-11-13 | 1 | -7/+15 |
* | X11 getPlatformExtensionsString shall use the toolkit looking | Sven Gothel | 2008-11-07 | 1 | -2/+8 |
* | Minor CVM/ES1 fixes | Sven Gothel | 2008-08-11 | 1 | -1/+1 |
* | Removed unnecessary GL2 dependencies from desktop window system code.
| Kenneth Russel | 2008-08-08 | 2 | -138/+0 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 3 | -6/+6 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 1 | -1/+2 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 2 | -8/+8 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2008-06-28 | 7 | -24/+8 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 1 | -0/+1 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 5 | -17/+17 |
* | removing relocated files | Sven Gothel | 2008-06-26 | 2 | -235/+0 |
* | Auto GL profile selection working (GLES1 and GL2 (X11)) | Sven Gothel | 2008-06-25 | 1 | -2/+0 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 2 | -2/+2 |
* | JAWT package cleanup .. | Sven Gothel | 2008-06-24 | 1 | -4/+4 |
* | finishing 2nd refactoring | Sven Gothel | 2008-06-21 | 13 | -2669/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 14 | -33/+2571 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 5 | -244/+359 |
* | Filled out EGLContext, EGLDrawable, and EGLDrawableFactory
| Kenneth Russel | 2008-05-28 | 1 | -1/+2 |
* | Incorporated fix from Justin Couch about using the default screen for | Kenneth Russel | 2007-07-24 | 1 | -1/+1 |
* | Added workaround for running in headless mode while still retaining | Kenneth Russel | 2007-07-24 | 1 | -5/+22 |
* | Re-fixed Issue 226: JOGL seg faulting on Solaris AMD64 | Kenneth Russel | 2007-04-21 | 1 | -17/+1 |
* | Fixed Issue 226: JOGL seg faulting on Solaris AMD64 | Kenneth Russel | 2007-04-20 | 1 | -6/+6 |
* | Fixed Issue 262: DRIHack problems with ATI and possibly other drivers | Kenneth Russel | 2007-01-21 | 1 | -7/+2 |
* | Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent
| Kenneth Russel | 2007-01-17 | 1 | -4/+7 |
* | Added -Djogl.drihack.disable for manual disabling of DRI hack | Kenneth Russel | 2007-01-11 | 1 | -0/+5 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 1 | -0/+21 |
* | Fixed NullPointerException in new cached GLCapabilities code on X11 | Kenneth Russel | 2006-12-19 | 1 | -2/+4 |
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 1 | -23/+16 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 3 | -1/+170 |
* | Fixed Issue 242: Unable to select single-buffered visual | Kenneth Russel | 2006-08-14 | 1 | -3/+16 |
* | Fixed crash triggered by Java 3D's JoglPipeline in off-screen
| Kenneth Russel | 2006-08-11 | 1 | -0/+4 |
* | Fixed build breakage on X11 platforms after introduction of | Kenneth Russel | 2006-08-02 | 1 | -1/+1 |
* | Revised Java2D/JOGL bridge to support new share context argument to | Kenneth Russel | 2006-08-01 | 1 | -1/+1 |
* | Added code to support new entry points in | Kenneth Russel | 2006-07-10 | 1 | -0/+10 |
* | Fixed Issue 224: External context dosen't work with GLCanvas
| Kenneth Russel | 2006-05-28 | 1 | -0/+18 |
* | Preliminary fix for | Kenneth Russel | 2006-05-28 | 1 | -3/+26 |
* | Fixed apparent bug pointed out by user EdwinOlson on jogl forum where
| Kenneth Russel | 2006-04-25 | 1 | -0/+1 |
* | Added workaround for apparent problem with ATI's proprietary drivers | Kenneth Russel | 2006-04-03 | 2 | -0/+23 |
* | Made internal methods which fetch the platform-dependent context out | Kenneth Russel | 2006-04-02 | 1 | -1/+1 |
* | Replaced absolute path to libGL.so.1 with relative path to presumably | Kenneth Russel | 2006-04-02 | 1 | -1/+17 |
* | Forced enabling of DRI hack on all Linux distributions | Kenneth Russel | 2006-04-01 | 1 | -1/+4 |
* | Fixed bugs in implementation of -Djogl.GLContext.noopt flag | Kenneth Russel | 2006-03-26 | 1 | -5/+5 |
* | Added fallback path in GLContext optimization code to be able to | Kenneth Russel | 2006-03-19 | 1 | -1/+22 |