| Commit message (Expand) | Author | Age | Files | Lines |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 1 | -32/+28 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 29 | -194/+264 |
* | Add version info tool, to allow more precise bug reports | Sven Gothel | 2010-10-14 | 1 | -0/+135 |
* | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 5 | -64/+113 |
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -19/+24 |
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -12/+34 |
* | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 10 | -12/+13 |
* | JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont... | Sven Gothel | 2010-10-09 | 3 | -79/+80 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 2 | -5/+16 |
* | Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests | Sven Gothel | 2010-10-08 | 1 | -32/+43 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 42 | -287/+324 |
* | NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4) | Sven Gothel | 2010-09-23 | 8 | -229/+493 |
* | Misc Cleanups | Sven Gothel | 2010-09-15 | 8 | -38/+16 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 16 | -117/+70 |
|\ |
|
| * | Merge branch 'master' of git://github.com/sgothel/jogl | Michael Bien | 2010-09-10 | 1 | -10/+10 |
| |\ |
|
| * | | trivial code cleanup in glx package. | Michael Bien | 2010-09-09 | 16 | -117/+70 |
* | | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 13 | -326/+335 |
| |/
|/| |
|
* | | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 1 | -10/+10 |
|/ |
|
* | minor formatting | Sven Gothel | 2010-08-24 | 1 | -2/+1 |
* | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 1 | -0/+6 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 122 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 4 | -7/+7 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-06-26 | 6 | -8/+9 |
|\ |
|
| * | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 6 | -8/+9 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 3 | -48/+123 |
|/ |
|
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 3 | -0/+121 |
* | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 1 | -1/+8 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 71 | -2489/+1575 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 23 | -499/+747 |
* | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad... | Sven Gothel | 2010-06-02 | 1 | -0/+3 |
* | JOGL: Unified GLContext native handle | Sven Gothel | 2010-06-02 | 14 | -345/+293 |
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 3 | -3/+7 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 5 | -96/+39 |
* | Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981: | Sven Gothel | 2010-05-11 | 5 | -73/+44 |
* | ../jogl.log | Sven Gothel | 2010-05-10 | 2 | -7/+7 |
* | Remove critical path in shutdown .. | Sven Gothel | 2010-05-04 | 2 | -4/+10 |
* | Add native NEWT window parenting test. Fix some error messages | Sven Gothel | 2010-04-30 | 2 | -7/+7 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 1 | -3/+3 |
* | Fix privileged access (applet) | Sven Gothel | 2010-04-28 | 1 | -1/+7 |
* | JOGL | Sven Gothel | 2010-04-28 | 5 | -8/+14 |
* | JOGL Error Handling | Sven Gothel | 2010-04-27 | 6 | -17/+24 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 10 | -70/+147 |
* | modifications due to method renaming in gluegen/procaddresstable. | Michael Bien | 2010-04-24 | 2 | -4/+3 |
* | changes due to refactorings in ProcAddressTable. | Michael Bien | 2010-04-24 | 2 | -2/+2 |
* | NEWT/AWT Interoperability | Sven Gothel | 2010-04-24 | 7 | -62/+44 |
* | reviewed calls to lockSurface() and ensured propper unlocking. | Michael Bien | 2010-04-23 | 4 | -43/+36 |
* | Merge branch 'master' of github.com:mbien/jogl | Michael Bien | 2010-04-22 | 10 | -172/+173 |
|\ |
|
| * | Review of using isGL2() and GL2.GL* | Sven Gothel | 2010-04-22 | 10 | -172/+173 |
* | | reviewed X11Lib.XLock/UnlockDisplay() usage: | Michael Bien | 2010-04-22 | 4 | -193/+213 |
|/ |
|
* | Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p... | Sven Gothel | 2010-04-22 | 4 | -8/+12 |