aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ;Sven Gothel2011-11-251-25/+46
* Forgot to add JogAmp (c)Sven Gothel2011-11-255-0/+5
* NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-252-11/+8
* Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-252-36/+10
* JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-253-55/+29
* GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...Sven Gothel2011-11-231-22/+21
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-234-15/+26
* AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie....Sven Gothel2011-11-231-2/+4
* NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (...Sven Gothel2011-11-213-6/+9
* Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving...Sven Gothel2011-11-211-1/+1
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-0/+3
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-122-0/+80
* Nativewindow: Introduce API private MutableGraphicsConfigurationSven Gothel2011-11-122-4/+3
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-114-88/+2
* NativeWindow minor edits: Remove warnings (generics, imports, ..)Sven Gothel2011-11-102-16/+20
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-092-2/+8
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-091-2/+33
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-094-2/+88
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-063-3/+41
* 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