summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes
Commit message (Expand)AuthorAgeFilesLines
...
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1745-1/+94
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1783-1089/+1089
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-166-30/+34
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-11/+19
* Cleanup DirectDataBufferInt: Fix type ; Remove unsused local varsSven Gothel2013-10-151-5/+1
* NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-071-5/+5
* Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility stateSven Gothel2013-10-061-26/+96
* Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top...Sven Gothel2013-10-051-0/+4
* Bug 729: OSX CALayer shall honor the Component's visibility stateSven Gothel2013-10-053-35/+40
* Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil...Sven Gothel2013-10-032-3/+21
* Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-033-21/+43
* Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...Sven Gothel2013-09-282-8/+43
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-272-11/+31
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-274-34/+85
* DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-271-24/+83
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-243-22/+94
* Add 'DirectDataBufferInt' supporting NIO based BufferedImagesSven Gothel2013-09-161-0/+238
* Updating doc AWTPrinting.txtSven Gothel2013-09-151-1/+0
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-0/+168
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-082-0/+7
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-0/+27
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-17/+13
* NativeWindow API Doc: Fix layout / Add version.Sven Gothel2013-07-171-55/+39
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-173-5/+14
* StringBuffer -> StringBuilderSven Gothel2013-07-152-2/+2
* NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's...Sven Gothel2013-07-091-1/+4
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-307-5/+105
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-21/+10
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-0/+39
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-23/+75
* X11Util: Fix comment on markAllDisplaysUnclosable semantics, add 'final', reo...Sven Gothel2013-06-231-8/+8
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-1/+5
* Support specifying the X11 default display with a system propertyMaik Riechert2013-06-131-1/+2
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-14/+10
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-092-4/+15
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-066-6/+121
* Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the AWT loc...Sven Gothel2013-04-231-70/+57
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-233-2/+59
* *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc...Sven Gothel2013-04-171-3/+8
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-37/+36
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-4/+33
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-042-89/+58
* JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise...Sven Gothel2013-04-031-1/+1
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-3/+5
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-196-87/+127
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-153-43/+49
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-144-24/+42
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-143-45/+34
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-11/+22
* Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a...Sven Gothel2013-02-281-9/+2