| Commit message (Expand) | Author | Age | Files | Lines |
* | GLCanvas: Adding convenient constructor for GLCapabilties and Shared Context ... | Sven Gothel | 2010-12-03 | 1 | -1/+14 |
* | DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack trace | Sven Gothel | 2010-12-03 | 2 | -18/+48 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 2 | -25/+64 |
* | JOGL: Proper handling of Read Drawable Support (if not supported), add query. | Sven Gothel | 2010-11-28 | 1 | -12/+35 |
* | GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,... | Sven Gothel | 2010-11-27 | 2 | -19/+78 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 1 | -2/+2 |
* | GLProfile/Debug: Dump Version info upfront, otherwise we won't see it with an... | Sven Gothel | 2010-11-25 | 1 | -6/+6 |
* | GLCanvas: Refine access modifiers | Sven Gothel | 2010-11-25 | 1 | -4/+4 |
* | Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool... | Sven Gothel | 2010-11-25 | 1 | -8/+8 |
* | Fix GLCanvas Recreation - Regression 96af6c9bf2d683115996 | Sven Gothel | 2010-11-25 | 1 | -32/+41 |
* | Add GLJPanel test (works better in jogl-demos though, need to copy) | Sven Gothel | 2010-11-23 | 1 | -6/+10 |
* | GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ... | Sven Gothel | 2010-11-22 | 2 | -10/+9 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 4 | -11/+29 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-11-18 | 1 | -54/+47 |
|\ |
|
| * | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 1 | -54/+47 |
* | | print platform info additional to the module info. | Michael Bien | 2010-11-18 | 2 | -0/+4 |
|/ |
|
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 7 | -49/+230 |
* | Move shutdown hook registration to GLDrawableFactory. | Sven Gothel | 2010-11-17 | 2 | -29/+59 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 3 | -11/+7 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 6 | -321/+740 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 2 | -8/+15 |
* | Use GlueGen VersionUtil to dump full Manifest version | Sven Gothel | 2010-11-10 | 1 | -2/+3 |
* | Adding simple static main test entry to provide standalone autobuild verifica... | Sven Gothel | 2010-11-09 | 1 | -0/+55 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 2 | -0/+2 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 2 | -23/+20 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 2 | -30/+68 |
* | Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile. | Sven Gothel | 2010-10-29 | 2 | -137/+196 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 2 | -4/+30 |
* | GLAnimatorControl/Animator: Allow stop() if paused() | Sven Gothel | 2010-10-27 | 1 | -2/+2 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 5 | -60/+97 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 13 | -21/+80 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 1 | -18/+21 |
* | NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4) | Sven Gothel | 2010-09-23 | 5 | -63/+238 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 1 | -1/+1 |
|\ |
|
| * | trivial code cleanup in glx package. | Michael Bien | 2010-09-09 | 1 | -1/+1 |
* | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 1 | -24/+26 |
|/ |
|
* | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 1 | -1/+1 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 6 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-06-26 | 2 | -7/+10 |
|\ |
|
| * | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 2 | -7/+10 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 3 | -37/+95 |
|/ |
|
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 4 | -10/+101 |
* | refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(... | Michael Bien | 2010-06-10 | 1 | -34/+33 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 6 | -42/+94 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 3 | -112/+53 |
* | JOGL: Unified GLContext native handle | Sven Gothel | 2010-06-02 | 1 | -16/+31 |
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 3 | -0/+11 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 1 | -9/+5 |
* | Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981: | Sven Gothel | 2010-05-11 | 2 | -30/+172 |