aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* 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
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-128-16/+39
* Added missing JogAmp copyrightSven Gothel2010-11-061-0/+1
* Added fast path to equals impl.Sven Gothel2010-11-066-0/+6
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-022-3/+1
* Proper X11 Display ClosingSven Gothel2010-10-294-27/+51
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-271-0/+12
* RectangleReadOnly clonable; Make strings more readableSven Gothel2010-10-265-13/+13
* NEWT: ScreenMode changesSven Gothel2010-10-269-93/+358
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-149-78/+385
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-091-3/+3
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-068-143/+584
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-231-14/+26
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-072-2/+3
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-172-5/+7