| Commit message (Expand) | Author | Age | Files | Lines |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 60 | -0/+288 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 92 | -2004/+2004 |
* | MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt... | Sven Gothel | 2013-10-18 | 2 | -21/+76 |
* | AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3... | Sven Gothel | 2013-10-18 | 1 | -6/+8 |
* | Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U... | Sven Gothel | 2013-10-17 | 1 | -51/+74 |
* | WindowImpl: Fix DEBUG output's method name of doPointerEvent and consumePoint... | Sven Gothel | 2013-10-17 | 1 | -11/+11 |
* | Bug 800: Add Windows 7 Touch Event Support for NEWT | Sven Gothel | 2013-10-17 | 2 | -112/+368 |
* | WindowImpl.doPointerEvent(..) Simplify pointer name->ID mapping, fix DEBUG. | Sven Gothel | 2013-10-17 | 1 | -5/+7 |
* | Regression of commit a90bf31f8747dd38c61d518f8af4d4d4a64a8e90: 'consume<Type>... | Sven Gothel | 2013-10-17 | 1 | -3/+3 |
* | NEWT Multiple-Pointer API: Use PointerType[] instead of ordinal int[], implem... | Sven Gothel | 2013-10-17 | 2 | -46/+108 |
* | Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2... | Sven Gothel | 2013-10-17 | 1 | -5/+30 |
* | PinchToZoomGesture: Validate pointer-IDs, skip if invalid. | Sven Gothel | 2013-10-17 | 1 | -24/+26 |
* | NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu... | Sven Gothel | 2013-10-17 | 4 | -288/+297 |
* | Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat... | Sven Gothel | 2013-10-17 | 1 | -4/+14 |
* | MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven... | Sven Gothel | 2013-10-17 | 3 | -35/+106 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 11 | -41/+12 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -9/+18 |
* | Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processing | Sven Gothel | 2013-10-15 | 11 | -433/+1487 |
* | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi... | Sven Gothel | 2013-10-12 | 1 | -9/+15 |
* | NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ... | Sven Gothel | 2013-10-09 | 2 | -4/+21 |
* | NewtCanvasAWT Focus Traversal: Remove AWT's requestFocus*() overrides in favo... | Sven Gothel | 2013-10-09 | 1 | -46/+18 |
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add... | Sven Gothel | 2013-10-09 | 4 | -45/+79 |
* | NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh... | Sven Gothel | 2013-10-09 | 7 | -39/+39 |
* | NEWT/OSX (Bug 836): Only WindowDriver.initWindow0(..) operation on main-threa... | Sven Gothel | 2013-10-09 | 1 | -8/+13 |
* | NEWT/OSX (Bug 836): Lifecycle operations performed on main-thread must be syn... | Sven Gothel | 2013-10-07 | 2 | -38/+48 |
* | NEWT/Fullscreen (Bug 836): Exit re-parenting fullscreen w/ [invisible-exit-vi... | Sven Gothel | 2013-10-07 | 2 | -22/+33 |
* | Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible... | Sven Gothel | 2013-10-04 | 1 | -3/+3 |
* | AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han... | Sven Gothel | 2013-09-28 | 1 | -1/+0 |
* | Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW... | Sven Gothel | 2013-09-28 | 1 | -2/+5 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -1/+1 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 2 | -4/+8 |
* | Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no... | Sven Gothel | 2013-09-22 | 1 | -1/+6 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 1 | -9/+15 |
* | AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel... | Sven Gothel | 2013-09-17 | 1 | -23/+27 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -37/+26 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 1 | -1/+1 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 1 | -1/+1 |
* | AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports. | Sven Gothel | 2013-09-08 | 1 | -2/+1 |
* | NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing. | Sven Gothel | 2013-09-08 | 1 | -2/+164 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -19/+13 |
* | Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ... | Sven Gothel | 2013-09-02 | 1 | -0/+4 |
* | GLWindow: Shorten API-doc references | Sven Gothel | 2013-08-30 | 1 | -4/+6 |
* | MouseEvent API doc: Add W3C PointerEvent Reference | Sven Gothel | 2013-08-10 | 1 | -0/+3 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 4 | -9/+23 |
* | Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case... | Sven Gothel | 2013-07-16 | 1 | -16/+54 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 2 | -3/+3 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -1/+28 |
* | NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference... | Sven Gothel | 2013-07-09 | 16 | -262/+367 |
* | Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,... | Sven Gothel | 2013-07-05 | 5 | -39/+67 |
* | NEWT Display.create: If reusing an existing instance, ensure EDT is running! | Sven Gothel | 2013-07-05 | 1 | -4/+5 |