aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu...Sven Gothel2010-11-232-33/+18
* Add GLJPanel test (works better in jogl-demos though, need to copy)Sven Gothel2010-11-235-13/+145
* Manifest: Add URLSven Gothel2010-11-236-0/+6
* Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race conditionSven Gothel2010-11-232-2/+4
* Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race conditionSven Gothel2010-11-231-2/+2
* JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simpl...Sven Gothel2010-11-235-76/+633
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-237-359/+539
* Scripts: bump to 6u22; distinguish windows test batch x64/x32Sven Gothel2010-11-239-18/+55
* TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify outputSven Gothel2010-11-221-4/+4
* JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas...Sven Gothel2010-11-221-5/+1
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-227-13/+22
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-222-3/+3
* JOGL/X11 Shutdown: Don't close pending Display connections since it may cause...Sven Gothel2010-11-221-1/+3
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-227-32/+34
* JOGL: AWT/GraphicsConfiguration - Use own display handle, reuse causes SIGSEG...Sven Gothel2010-11-211-5/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-2119-344/+502
* minor formattingSven Gothel2010-11-191-11/+6
* Resume GLAnimatorCtrl after destroying, so it back in state for either this r...Sven Gothel2010-11-191-0/+3
* Avoid sendDestroy mechanism in favor of immediate destroy using AnimatorContr...Steve Vaughan2010-11-191-2/+21
* Fix bug#414, missing back conversion (using gluegen 992dcea3e94eead998942127a...Sven Gothel2010-11-191-3/+30
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-1824-214/+663
|\
| * JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-1821-147/+624
| * NativeWindow JAWT Impl: Fix: Remove double unlock of locks if JAWT lock failed.Sven Gothel2010-11-183-67/+39
* | print platform info additional to the module info.Michael Bien2010-11-186-0/+9
* | modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-183-13/+9
|/
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-1813-15/+42
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-1770-470/+850
* NEWT X11Display: ignore null Display handle at dispatchSven Gothel2010-11-172-13/+36
* Merge branch 'pulled'Sven Gothel2010-11-1716-49/+147
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-1716-50/+143
| * Clone Capabilities on input, providing a local copy when requested. This eli...Steve Vaughan2010-11-161-4/+8
* | cleanup importsSven Gothel2010-11-174-18/+0
* | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv...Sven Gothel2010-11-172-1/+126
* | Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-172-29/+59
* | JAWTWindow: Avoid AWTTreeLock, cleanup.Sven Gothel2010-11-175-32/+84
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-176-74/+80
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-1724-195/+417
|/
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-1639-551/+503
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-163-14/+18
* Add javadoc target 'javadoc.nw.spec.zip' to test without using up to much res...Sven Gothel2010-11-161-1/+3
* Use common javadoc file structure 'javadoc/<module>/<javadoc-type>' and zip a...Sven Gothel2010-11-162-91/+129
* Javadoc: Adding packages containing JogampVersion derivations; DevDoc: Add jo...Sven Gothel2010-11-161-2/+2
* JOGL javadoc: Link offline relative URL (buggy) -> Link online relative URLSven Gothel2010-11-161-11/+41
* Javadoc URL: Use rel. gluegen URL utilizing jogamp-next/javadoc/<module>/javadocSven Gothel2010-11-151-2/+3
* www: abbrev and capitalizationSven Gothel2010-11-151-4/+4
* Javadoc URL: Use jogamp-next/javadoc/<module>/javadoc to allow relative URLs ...Sven Gothel2010-11-151-7/+8
* Fix javadoc offline link rel. package-list location in gluegen, use passed 'g...Sven Gothel2010-11-151-8/+8
* remove redundant semicolon in gluegen Cg cfg fileSven Gothel2010-11-151-3/+3
* Fixed includes and adapt to the new interface-structureMartin Tschöpe2010-11-153-35/+39
* Stub POM to resolve buld-time dependenciesEvgeniy Tsvigun2010-11-151-0/+57