| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl... | Sven Gothel | 2013-11-23 | 1 | -32/+54 |
* | JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r... | Sven Gothel | 2013-11-23 | 1 | -12/+13 |
* | NewtCanvasAWT: Remove useless block in else branch | Sven Gothel | 2013-11-18 | 1 | -6/+3 |
* | jogl: push other call to clearGlobalFocus to the AWT EDT | Harvey Harrison | 2013-11-18 | 1 | -1/+1 |
* | jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWT | Harvey Harrison | 2013-11-18 | 1 | -1/+9 |
* | jogl: simplify conditional that repeats test for isOnScreen | Harvey Harrison | 2013-11-18 | 1 | -1/+2 |
* | jogl: add missing @Override annotation in NewtCanvasAWT | Harvey Harrison | 2013-11-18 | 1 | -0/+2 |
* | Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi... | Sven Gothel | 2013-11-18 | 1 | -162/+185 |
* | NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas... | Sven Gothel | 2013-11-18 | 1 | -109/+109 |
* | NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to... | Sven Gothel | 2013-11-18 | 1 | -0/+14 |
* | NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co... | Sven Gothel | 2013-11-18 | 5 | -2/+32 |
* | NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con... | Sven Gothel | 2013-11-18 | 1 | -19/+32 |
* | NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for... | Sven Gothel | 2013-11-18 | 5 | -90/+188 |
* | Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when... | Sven Gothel | 2013-11-18 | 1 | -3/+11 |
* | Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip... | Sven Gothel | 2013-11-17 | 1 | -12/+11 |
* | Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXIT | Sven Gothel | 2013-11-17 | 3 | -76/+164 |
* | NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo... | Sven Gothel | 2013-11-13 | 1 | -9/+46 |
* | Android Newt[Debug|Version]Activity: Separate both activities (testing odd re... | Sven Gothel | 2013-11-07 | 3 | -86/+130 |
* | Android: Add NewtDebugActivity | Sven Gothel | 2013-11-07 | 4 | -49/+112 |
* | Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device... | Sven Gothel | 2013-11-06 | 1 | -1/+0 |
* | NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl... | Sven Gothel | 2013-11-06 | 3 | -16/+33 |
* | Android NEWT.ScreenDriver MonitorSize: Use xdpi for for width (fix); Add DEBU... | Sven Gothel | 2013-10-30 | 1 | -25/+35 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 2 | -32/+20 |
* | PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...v2.1.1 | Sven Gothel | 2013-10-19 | 1 | -5/+13 |
* | jogl: avoid creating a second String object, one is enough | Harvey Harrison | 2013-10-18 | 1 | -1/+1 |
* | 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 |
* | 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 | 1 | -11/+34 |
* | 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 | 3 | -44/+74 |
* | 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 | 1 | -13/+14 |
* | NEWT/Fullscreen (Bug 836): Exit re-parenting fullscreen w/ [invisible-exit-vi... | Sven Gothel | 2013-10-07 | 2 | -22/+33 |