| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 7 | -10/+10 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -1/+4 |
* | Revert commit 96cbe03a943f3189531a7ec9baf680bdf1417929: Capabilities: default... | Sven Gothel | 2011-08-01 | 1 | -3/+3 |
* | NativeWindow Capabilities: rgb -> 555, allows using low profile devices | Sven Gothel | 2011-07-31 | 1 | -3/+3 |
* | Use GlueGen Platform's OSType enum | Sven Gothel | 2011-07-21 | 1 | -26/+21 |
* | Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug... | Sven Gothel | 2011-06-26 | 1 | -31/+18 |
* | simple cleanup/warnings | Sven Gothel | 2011-04-22 | 1 | -2/+2 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 2 | -2/+2 |
* | Add @Override | Sven Gothel | 2011-03-19 | 1 | -0/+3 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 1 | -2/+3 |
* | changes due to code cleanup in gluegen. | Michael Bien | 2011-02-26 | 6 | -14/+19 |
* | NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock... | Sven Gothel | 2011-02-22 | 1 | -20/+15 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 1 | -0/+155 |
* | Spec Doc update/fix | Sven Gothel | 2011-02-10 | 1 | -1/+2 |
* | Fix: Java 1.5 warnings | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | Spec: Bump Java version to 1.5 | Sven Gothel | 2011-02-09 | 1 | -22/+26 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 9 | -26/+26 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 6 | -31/+90 |
* | Fix: GLX exception message / sorted imports | Sven Gothel | 2011-01-31 | 1 | -1/+2 |
* | Cleanup / Debug | Sven Gothel | 2010-12-23 | 1 | -1/+12 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 2 | -0/+204 |
* | Debug/Cleanup: toString: print base classname only; Misc .. | Sven Gothel | 2010-12-19 | 6 | -6/+14 |
* | NativeWindow Debug: Early stack trace info w/ thread name | Sven Gothel | 2010-12-18 | 1 | -3/+7 |
* | Fix WGL Bitmap Offscreen Drawable | Sven Gothel | 2010-12-16 | 1 | -1/+9 |
* | Fix API doc: firstUIActionOnProcess | Sven Gothel | 2010-12-12 | 1 | -31/+73 |
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 2 | -178/+0 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 3 | -13/+202 |
* | Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL) | Sven Gothel | 2010-12-10 | 1 | -4/+8 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 3 | -7/+13 |
* | minor cleanup | Sven Gothel | 2010-11-28 | 1 | -2/+1 |
* | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 1 | -9/+2 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 7 | -32/+93 |
* | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 6 | -22/+107 |
* | Clone Capabilities on input, providing a local copy when requested. This eli... | Steve Vaughan | 2010-11-16 | 1 | -4/+8 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 12 | -68/+99 |
* | NativeWindow: Add constructor to AbstractGraphicsDevice derivations, | Sven Gothel | 2010-11-14 | 4 | -2/+44 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 8 | -16/+39 |
* | Added missing JogAmp copyright | Sven Gothel | 2010-11-06 | 1 | -0/+1 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 6 | -0/+6 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 2 | -3/+1 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 4 | -27/+51 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 1 | -0/+12 |
* | RectangleReadOnly clonable; Make strings more readable | Sven Gothel | 2010-10-26 | 5 | -13/+13 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 9 | -93/+358 |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 9 | -78/+385 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 1 | -3/+3 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 8 | -143/+584 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 1 | -14/+26 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 2 | -2/+3 |
* | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 2 | -5/+7 |