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