aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* Newt Window: Missing change of f47230cb4649df13260ac56c5dae6c01dad7c1e7 (remo...Sven Gothel2011-04-261-6/+0
* Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ...Sven Gothel2011-04-264-176/+72
* NEWT Event Types: Use final modifier if possibleSven Gothel2011-04-245-8/+8
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-2/+15
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-60/+38
* NEWT GLWindow: Remove context current check for swapBuffer() callSven Gothel2011-04-221-7/+1
* simple cleanup/warningsSven Gothel2011-04-221-1/+0
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-1/+1
* Cleanup (private access for inner classes)Sven Gothel2011-02-282-45/+48
* NEWT WindowImpl EDT fixesSven Gothel2011-02-281-106/+93
* NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch immed....Sven Gothel2011-02-281-18/+29
* NEWT: enqueueEvent(wait, ..) can't wait if on EDT. Solves UI close, etcSven Gothel2011-02-281-0/+3
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-2616-25/+106
* Clean/Fix: Threading CodeSven Gothel2011-02-263-41/+43
* Avoid NPE (pairs with 6188d6a385056adade49fcb6d8247f94f96d402e)Sven Gothel2011-02-251-4/+5
* Avoid NPE, incr. test poll, ..Sven Gothel2011-02-251-8/+8
* NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock...Sven Gothel2011-02-222-19/+32
* Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC...Sven Gothel2011-02-226-203/+276
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-222-23/+30
* Fix: Java 1.5 warningsSven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0941-101/+101
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0832-0/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-312-19/+58
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-2/+3
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-239-25/+26
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-194-40/+110
* Version Applet as JavaWSSven Gothel2010-12-181-7/+64
* Version Applet: set GLCanvas size, otherwise it won't realize GL drawableSven Gothel2010-12-161-0/+1
* Add Version AppletSven Gothel2010-12-151-0/+88
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-3/+4
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-123-43/+29
* NEWT: Minor cleanup ; Debug setVisible message in issuing threadSven Gothel2010-12-101-6/+8
* NEWT/Windows: Use GDI GetDC/ReleaseDCSven Gothel2010-12-091-5/+3
* Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test)Sven Gothel2010-12-031-1/+14
* Fix NEWT WindowImpl: setTitleImpl() at native construction.Sven Gothel2010-12-031-0/+1
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-032-2/+2
* NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN...Sven Gothel2010-11-281-0/+17
* NEWT WindowImpl: Null Check on childWindows (already destroyed)Sven Gothel2010-11-281-2/+2
* Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex...Sven Gothel2010-11-251-1/+1
* Refined VersionInfo usageSven Gothel2010-11-252-2/+6
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-221-7/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-214-68/+67
* 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
* print platform info additional to the module info.Michael Bien2010-11-182-0/+3
* modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-181-3/+2
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-1812-13/+40
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-1714-55/+54
* NEWT X11Display: ignore null Display handle at dispatchSven Gothel2010-11-171-3/+3