summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes
Commit message (Expand)AuthorAgeFilesLines
* PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...Sven Gothel2014-01-091-0/+1
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-083-29/+46
* Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-083-0/+763
* Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...Sven Gothel2014-01-052-18/+26
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-052-4/+11
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-043-0/+85
* Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...Sven Gothel2013-12-181-8/+14
* Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...Sven Gothel2013-11-293-24/+44
* Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c...Sven Gothel2013-11-281-0/+1
* Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3Sven Gothel2013-11-281-7/+14
* Bug 907 - Initial patch allowing Jogl to respond to other applications that t...Randolf Schultz2013-11-281-11/+8
* Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-251-4/+4
* AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...Sven Gothel2013-11-231-17/+14
* Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...Sven Gothel2013-11-161-34/+61
* Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...Sven Gothel2013-11-101-10/+21
* Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd...Sven Gothel2013-11-102-2/+17
* NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f...Sven Gothel2013-11-062-21/+5
* Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a...Sven Gothel2013-10-311-11/+15
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-10-252-8/+3
|\
| * jogl: remove clone() method that only throws ExceptionsHarvey Harrison2013-10-201-5/+0
| * jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-3/+3
* | MacOSXJAWTWindow.CALayer DEBUG: Only Dump AWT location-on-screen if property ...Sven Gothel2013-10-231-2/+16
|/
* jogl: avoid creating a second String object, one is enoughHarvey Harrison2013-10-185-5/+5
* 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