| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -5/+5 |
* | Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility state | Sven Gothel | 2013-10-06 | 1 | -26/+96 |
* | 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 | 3 | -35/+40 |
* | 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 | 2 | -8/+43 |
* | 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 | 4 | -34/+85 |
* | DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins... | Sven Gothel | 2013-09-27 | 1 | -24/+83 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 3 | -22/+94 |
* | 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 |
* | 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 |
* | Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co... | Sven Gothel | 2013-06-24 | 1 | -21/+10 |
* | Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8... | Sven Gothel | 2013-06-23 | 1 | -0/+39 |
* | Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa... | Sven Gothel | 2013-06-23 | 1 | -23/+75 |
* | X11Util: Fix comment on markAllDisplaysUnclosable semantics, add 'final', reo... | Sven Gothel | 2013-06-23 | 1 | -8/+8 |
* | AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ... | Sven Gothel | 2013-06-15 | 1 | -1/+5 |
* | Support specifying the X11 default display with a system property | Maik Riechert | 2013-06-13 | 1 | -1/+2 |
* | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 1 | -14/+10 |
* | Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn... | Sven Gothel | 2013-06-09 | 2 | -4/+15 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 6 | -6/+121 |
* | Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the AWT loc... | Sven Gothel | 2013-04-23 | 1 | -70/+57 |
* | Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur... | Sven Gothel | 2013-04-23 | 3 | -2/+59 |
* | *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc... | Sven Gothel | 2013-04-17 | 1 | -3/+8 |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 1 | -37/+36 |
* | Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon... | Martin Hegedus | 2013-04-15 | 1 | -4/+33 |
* | OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M... | Sven Gothel | 2013-04-04 | 2 | -89/+58 |
* | JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise... | Sven Gothel | 2013-04-03 | 1 | -1/+1 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -3/+5 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 6 | -87/+127 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 3 | -43/+49 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 4 | -24/+42 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 3 | -45/+34 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -11/+22 |
* | Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a... | Sven Gothel | 2013-02-28 | 1 | -9/+2 |