| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in... | Sven Gothel | 2013-11-29 | 6 | -174/+350 |
* | Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c... | Sven Gothel | 2013-11-28 | 1 | -0/+1 |
* | Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3 | Sven Gothel | 2013-11-28 | 2 | -128/+125 |
* | Bug 907 - Initial patch allowing Jogl to respond to other applications that t... | Randolf Schultz | 2013-11-28 | 2 | -14/+194 |
* | Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS... | Sven Gothel | 2013-11-25 | 1 | -4/+4 |
* | AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop... | Sven Gothel | 2013-11-23 | 1 | -17/+14 |
* | Nativewindow/NEWT: Fix C Return Statement | Sven Gothel | 2013-11-17 | 1 | -1/+1 |
* | Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5... | Sven Gothel | 2013-11-17 | 1 | -0/+3 |
* | Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW... | Sven Gothel | 2013-11-16 | 1 | -34/+61 |
* | Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo... | Sven Gothel | 2013-11-10 | 1 | -10/+21 |
* | Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd... | Sven Gothel | 2013-11-10 | 2 | -2/+17 |
* | NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f... | Sven Gothel | 2013-11-06 | 2 | -21/+5 |
* | JNI Code: Call DeleteLocalRef(..) manually. | Sven Gothel | 2013-11-05 | 1 | -0/+1 |
* | Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB... | Sven Gothel | 2013-11-04 | 1 | -0/+15 |
* | Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a... | Sven Gothel | 2013-10-31 | 1 | -11/+15 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-10-25 | 2 | -8/+3 |
|\ |
|
| * | jogl: remove clone() method that only throws Exceptions | Harvey Harrison | 2013-10-20 | 1 | -5/+0 |
| * | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 1 | -3/+3 |
* | | MacOSXJAWTWindow.CALayer DEBUG: Only Dump AWT location-on-screen if property ... | Sven Gothel | 2013-10-23 | 1 | -2/+16 |
|/ |
|
* | jogl: avoid creating a second String object, one is enough | Harvey Harrison | 2013-10-18 | 5 | -5/+5 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 45 | -1/+94 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 83 | -1089/+1089 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 6 | -30/+34 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -11/+19 |
* | Cleanup DirectDataBufferInt: Fix type ; Remove unsused local vars | Sven Gothel | 2013-10-15 | 1 | -5/+1 |
* | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ... | Sven Gothel | 2013-10-07 | 2 | -10/+13 |
* | Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility state | Sven Gothel | 2013-10-06 | 1 | -26/+96 |
* | Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com... | Sven Gothel | 2013-10-06 | 1 | -5/+8 |
* | Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top... | Sven Gothel | 2013-10-05 | 1 | -0/+4 |
* | Bug 729: OSX CALayer shall honor the Component's visibility state | Sven Gothel | 2013-10-05 | 4 | -40/+57 |
* | Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil... | Sven Gothel | 2013-10-03 | 2 | -3/+21 |
* | Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculation | Sven Gothel | 2013-10-03 | 3 | -21/+43 |
* | Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI... | Sven Gothel | 2013-09-28 | 4 | -15/+58 |
* | Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan... | Sven Gothel | 2013-09-27 | 2 | -11/+31 |
* | Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po... | Sven Gothel | 2013-09-27 | 5 | -126/+230 |
* | DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins... | Sven Gothel | 2013-09-27 | 1 | -24/+83 |
* | OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a... | Sven Gothel | 2013-09-25 | 1 | -2/+2 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 5 | -75/+205 |
* | Add 'DirectDataBufferInt' supporting NIO based BufferedImages | Sven Gothel | 2013-09-16 | 1 | -0/+238 |
* | Updating doc AWTPrinting.txt | Sven Gothel | 2013-09-15 | 1 | -1/+0 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -0/+168 |
* | Add support for clang ; Use __APPLE__ predefined macro | Sven Gothel | 2013-09-13 | 1 | -1/+1 |
* | Fix some JavaDoc and API doc (reference) bugs .. | Sven Gothel | 2013-09-08 | 2 | -0/+7 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -0/+27 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -17/+13 |
* | NativeWindow API Doc: Fix layout / Add version. | Sven Gothel | 2013-07-17 | 1 | -55/+39 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 3 | -5/+14 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 2 | -2/+2 |
* | NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's... | Sven Gothel | 2013-07-09 | 1 | -1/+4 |
* | Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo... | Sven Gothel | 2013-06-30 | 7 | -5/+105 |