summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-131-0/+6
* DefaultGLCapabilitiesChooser: Add multisampling criteriaSven Gothel2011-10-011-1/+4
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-271-7/+4
* NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ...Sven Gothel2011-09-251-0/+3
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-15/+14
* NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor editsSven Gothel2011-09-161-1/+1
* Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo...Sven Gothel2011-09-141-3/+4
* NativeWindow/NEWT: Cont. refinement of Insets usageSven Gothel2011-09-062-6/+10
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-042-3/+41
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-048-21/+29
* NativeWindow: Add new Insets/InsetsImmutableSven Gothel2011-09-042-0/+161
* Remove prev. Insets implSven Gothel2011-09-041-112/+0
* NativeWindow/JOGL: Cleanup Caps doc and implicit related values.Sven Gothel2011-09-041-24/+27
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-031-4/+4
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-227-10/+10
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-1/+4
* Revert commit 96cbe03a943f3189531a7ec9baf680bdf1417929: Capabilities: default...Sven Gothel2011-08-011-3/+3
* NativeWindow Capabilities: rgb -> 555, allows using low profile devicesSven Gothel2011-07-311-3/+3
* Use GlueGen Platform's OSType enumSven Gothel2011-07-211-26/+21
* Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug...Sven Gothel2011-06-261-31/+18
* simple cleanup/warningsSven Gothel2011-04-221-2/+2
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-082-2/+2
* Add @OverrideSven Gothel2011-03-191-0/+3
* Clean/Fix: Threading CodeSven Gothel2011-02-261-2/+3
* changes due to code cleanup in gluegen.Michael Bien2011-02-266-14/+19
* NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock...Sven Gothel2011-02-221-20/+15
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-221-0/+155
* Spec Doc update/fixSven Gothel2011-02-101-1/+2
* Fix: Java 1.5 warningsSven Gothel2011-02-091-1/+1
* Spec: Bump Java version to 1.5Sven Gothel2011-02-091-22/+26
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-099-26/+26
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-316-31/+90
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+2
* Cleanup / DebugSven Gothel2010-12-231-1/+12
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-192-0/+204
* Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-196-6/+14
* NativeWindow Debug: Early stack trace info w/ thread nameSven Gothel2010-12-181-3/+7
* Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-161-1/+9
* Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-31/+73
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-122-178/+0
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-123-13/+202
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-101-4/+8
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-033-7/+13
* minor cleanupSven Gothel2010-11-281-2/+1
* JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-181-9/+2
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-177-32/+93
* Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-176-22/+107
* Clone Capabilities on input, providing a local copy when requested. This eli...Steve Vaughan2010-11-161-4/+8
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-1512-68/+99
* NativeWindow: Add constructor to AbstractGraphicsDevice derivations,Sven Gothel2010-11-144-2/+44