aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no...Sven Gothel2013-09-221-1/+6
* 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
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-19/+13
* 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
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-174-9/+23
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-16/+54
* StringBuffer -> StringBuilderSven Gothel2013-07-152-3/+3
* 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-0916-262/+367
* Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,...Sven Gothel2013-07-055-39/+67
* NEWT Display.create: If reusing an existing instance, ensure EDT is running!Sven Gothel2013-07-051-4/+5
* GLWindow.shutdownRenderingAction: If on anim thread, simply stop ourselves (n...Sven Gothel2013-07-051-10/+15
* NEWT WindowImpl: Add little GCed / windowList-size stats at addWindow2ListSven Gothel2013-07-041-1/+5
* DefaultEDTUtil: If EDT is not started and task is null and wait intended, use...Sven Gothel2013-07-041-1/+4
* Fix NPE - Regression of commit 99479bf3197cde8e89c5b499d135417863d521c7Sven Gothel2013-07-041-1/+3
* NEWT: Using WeakReferences for global cache of Display, Screen and Window ins...Sven Gothel2013-07-045-80/+164
* Revisit Bug 770 and Bug 771: Only use FLAG_IS_FULLSCREEN_SPAN if required; At...Sven Gothel2013-07-047-82/+135
* Remove deprecated methods.Sven Gothel2013-07-041-27/+0
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-12/+19
* WindowImpl.consumeKeyEvent: Reduce DEBUG println and show println after propa...Sven Gothel2013-07-032-8/+10
* Fix Bug 767: TAB + BS are considered 'printable' - Compromise of 'editor' vie...Sven Gothel2013-07-021-9/+14
* Fix Bug 770 and 771Sven Gothel2013-07-022-42/+94
* MonitorDeviceImpl: No need to nanoTime() ..Sven Gothel2013-06-301-6/+6
* ScreenImpl: Fix ScreenMonitorState add/remove reference, which shall only hap...Sven Gothel2013-06-301-13/+11
* NEWT Screen ..: Typos / JNI signatureSven Gothel2013-06-301-1/+1
* X11 RandR: Cleanup RandR impl. selection, RandR13 setMode does not require a ...Sven Gothel2013-06-304-26/+35
* NewtCanvasAWT: Add missing println if(DEBUG) decorationSven Gothel2013-06-301-1/+3
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-305-11/+131
* NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blo...Sven Gothel2013-06-252-3/+34
* NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shut...Sven Gothel2013-06-255-14/+30
* NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa...Sven Gothel2013-06-242-4/+8
* NEWT Windows WindowDriver: Suppress LOCK_SURFACE_CHANGED, no semantics in GLD...Sven Gothel2013-06-241-1/+6
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-2/+2
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-12/+7
* Fix NewtCanvasAWT focus traversal for Java7: All unit tests fail w/ Java7, i....Sven Gothel2013-06-231-2/+10
* Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @ NativeWindow...Sven Gothel2013-06-234-36/+109
* GLWindow: Mention GLStateKeeper's GL state preservation in API docSven Gothel2013-06-231-2/+13
* NEWT/X11: Proper static initSingleton() sequence.Sven Gothel2013-06-233-5/+6
* Refine 893cf0c8c32edf231dbf418d45d3181532d2402b: Partial revert and issue for...Sven Gothel2013-06-183-17/+25