| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 7 | -209/+46 |
* | NEWT: Simplified Locking | Sven Gothel | 2010-06-02 | 1 | -3/+3 |
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 1 | -10/+3 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 2 | -11/+48 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 1 | -6/+6 |
* | reviewed X11Lib.XLock/UnlockDisplay() usage: | Michael Bien | 2010-04-22 | 1 | -12/+21 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-20 | 2 | -7/+9 |
* | Further ATI (fglrx) X11Display bug workaround/cleanup | Sven Gothel | 2010-04-15 | 1 | -1/+1 |
* | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 8 | -13/+13 |
* | refactoring: new struct accessor method naming conventions. | Michael Bien | 2009-11-11 | 1 | -1/+1 |
* | NativeWindow X11: Lock/Unlock Display if using it | Sven Gothel | 2009-10-11 | 1 | -5/+12 |
* | NEWT X11 Display Lock: | Sven Gothel | 2009-10-11 | 1 | -1/+1 |
* | EGL more query config trials; Avoid NPE if no config is chosen | Sven Gothel | 2009-10-05 | 1 | -2/+2 |
* | GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer) | Sven Gothel | 2009-10-05 | 1 | -0/+48 |
* | NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation.... | Sven Gothel | 2009-10-03 | 2 | -10/+47 |
* | surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener | Sven Gothel | 2009-10-03 | 1 | -1/+5 |
* | NativeWindowFactory: | Sven Gothel | 2009-10-02 | 1 | -4/+6 |
* | NativeWindow: Add destroy() method, allowing external module to dispose a Nat... | Sven Gothel | 2009-08-10 | 1 | -0/+8 |
* | Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGL | sg215889 | 2009-07-30 | 1 | -5/+0 |
* | Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(... | sg215889 | 2009-07-29 | 1 | -0/+18 |
* | Use getNativeWindowType(custom=true) for factory selection; Don't fail is non... | sg215889 | 2009-07-28 | 1 | -1/+1 |
* | EGL changes for device | Morris Meyer | 2009-07-28 | 1 | -0/+5 |
* | Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG... | sg215889 | 2009-07-27 | 1 | -3/+1 |
* | mips changes | Morris Meyer | 2009-07-27 | 1 | -1/+3 |
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 4 | -14/+25 |