aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* 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...Sven 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
* AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports.Sven Gothel2013-09-081-2/+1
* NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing.Sven Gothel2013-09-081-2/+164
* Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-0/+4
* GLWindow: Shorten API-doc referencesSven Gothel2013-08-301-4/+6
* MouseEvent API doc: Add W3C PointerEvent ReferenceSven Gothel2013-08-101-0/+3
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-16/+54
* StringBuffer -> StringBuilderSven Gothel2013-07-151-2/+2
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-1/+28
* NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference...Sven Gothel2013-07-093-29/+35
* Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,...Sven Gothel2013-07-051-4/+11
* GLWindow.shutdownRenderingAction: If on anim thread, simply stop ourselves (n...Sven Gothel2013-07-051-10/+15
* NEWT: Using WeakReferences for global cache of Display, Screen and Window ins...Sven Gothel2013-07-042-26/+96
* Remove deprecated methods.Sven Gothel2013-07-041-27/+0
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-12/+19
* Fix Bug 767: TAB + BS are considered 'printable' - Compromise of 'editor' vie...Sven Gothel2013-07-021-9/+14
* NEWT Screen ..: Typos / JNI signatureSven Gothel2013-06-301-1/+1
* NewtCanvasAWT: Add missing println if(DEBUG) decorationSven Gothel2013-06-301-1/+3
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-304-10/+124
* NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blo...Sven Gothel2013-06-251-0/+20
* NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shut...Sven Gothel2013-06-251-4/+10