summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-251-18/+24
* Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').Petros Koutsolampros2013-11-241-1/+6
* Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...Sven Gothel2013-11-231-29/+88
* JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()Sven Gothel2013-11-231-20/+21
* JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl...Sven Gothel2013-11-231-32/+54
* JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...Sven Gothel2013-11-231-12/+13
* NewtCanvasAWT: Remove useless block in else branchSven Gothel2013-11-181-6/+3
* jogl: push other call to clearGlobalFocus to the AWT EDTHarvey Harrison2013-11-181-1/+1
* jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWTHarvey Harrison2013-11-181-1/+9
* jogl: simplify conditional that repeats test for isOnScreenHarvey Harrison2013-11-181-1/+2
* jogl: add missing @Override annotation in NewtCanvasAWTHarvey Harrison2013-11-181-0/+2
* Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi...Sven Gothel2013-11-181-162/+185
* NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...Sven Gothel2013-11-181-0/+14
* NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...Sven Gothel2013-11-184-2/+27
* NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...Sven Gothel2013-11-181-19/+32
* NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-184-49/+127
* Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-181-3/+11
* Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip...Sven Gothel2013-11-171-12/+11
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-172-0/+4
* NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl...Sven Gothel2013-11-062-5/+21
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-272-32/+20
* PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...v2.1.1Sven Gothel2013-10-191-5/+13
* jogl: avoid creating a second String object, one is enoughHarvey Harrison2013-10-181-1/+1
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1728-0/+127
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1742-866/+866
* MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt...Sven Gothel2013-10-181-14/+69
* AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-181-6/+8
* Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-171-5/+30
* PinchToZoomGesture: Validate pointer-IDs, skip if invalid.Sven Gothel2013-10-171-24/+26
* NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu...Sven Gothel2013-10-171-77/+21
* Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...Sven Gothel2013-10-171-4/+14
* MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-172-32/+103
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-162-6/+2
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-9/+18
* Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processingSven Gothel2013-10-158-52/+997
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-121-9/+15
* NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ...Sven Gothel2013-10-091-1/+12
* NewtCanvasAWT Focus Traversal: Remove AWT's requestFocus*() overrides in favo...Sven Gothel2013-10-091-46/+18
* NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-092-3/+20
* NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh...Sven Gothel2013-10-093-7/+7
* Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible...Sven Gothel2013-10-041-3/+3
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-281-1/+0
* Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...Sven Gothel2013-09-281-2/+5
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-271-1/+1
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-242-4/+8
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-191-9/+15
* AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...Sven Gothel2013-09-171-23/+27
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-37/+26
* AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-131-1/+1
* AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-101-1/+1