aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-3/+3
* jogl: add missing @Override annotationsHarvey Harrison2013-10-178-0/+15
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1719-254/+254
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-161-9/+3
* 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
* 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-051-8/+13
* Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-031-7/+9
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-271-11/+13
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-271-18/+28
* DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-271-24/+83
* 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
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-1/+5
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-232-1/+20
* 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-191-36/+37
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-151-0/+7
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-7/+39
* 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
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-281-37/+48
* TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix ...Sven Gothel2013-02-211-0/+17
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-2/+13
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-142-7/+9
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-271-1/+1
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-244-22/+27
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-251-1/+1
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-105/+240
* SWTAccessor: Add SWT 4.3's X11-GTK version adaption (2.14, 2.24, 3.0)Sven Gothel2012-11-291-46/+170
* SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged...Sven Gothel2012-11-261-3/+15
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-081-19/+28
* MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable changeSven Gothel2012-11-041-1/+2
* Fix regression of fbe331f013608eb31ff0d8675f4e4c9881c9c48b [Remove XInitThrea...Sven Gothel2012-10-021-2/+4
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-1/+1
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-1/+1
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-282-9/+10
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-272-2/+2
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-171-3/+26
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-156-121/+198
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-181-15/+21
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-7/+8
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-0/+25
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-243-4/+4
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-3/+15
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-195-42/+81