summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-111-16/+39
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-032-12/+17
* Bug 914 - Don't allow 'alwaysontop' in fullscreen mode, always allow switchin...Sven Gothel2013-12-011-2/+23
* Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...Sven Gothel2013-11-291-1/+1
* NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas...Sven Gothel2013-11-181-109/+109
* NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...Sven Gothel2013-11-181-0/+5
* NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-181-41/+61
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-171-76/+160
* NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo...Sven Gothel2013-11-131-9/+46
* Android Newt[Debug|Version]Activity: Separate both activities (testing odd re...Sven Gothel2013-11-073-86/+130
* Android: Add NewtDebugActivitySven Gothel2013-11-074-49/+112
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-061-1/+0
* NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl...Sven Gothel2013-11-061-11/+12
* Android NEWT.ScreenDriver MonitorSize: Use xdpi for for width (fix); Add DEBU...Sven Gothel2013-10-301-25/+35
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1732-0/+161
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1750-1138/+1138
* MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt...Sven Gothel2013-10-181-7/+7
* WindowImpl: Fix DEBUG output's method name of doPointerEvent and consumePoint...Sven Gothel2013-10-171-11/+11
* Bug 800: Add Windows 7 Touch Event Support for NEWTSven Gothel2013-10-171-11/+34
* WindowImpl.doPointerEvent(..) Simplify pointer name->ID mapping, fix DEBUG.Sven Gothel2013-10-171-5/+7
* Regression of commit a90bf31f8747dd38c61d518f8af4d4d4a64a8e90: 'consume<Type>...Sven Gothel2013-10-171-3/+3
* NEWT Multiple-Pointer API: Use PointerType[] instead of ordinal int[], implem...Sven Gothel2013-10-172-46/+108
* NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu...Sven Gothel2013-10-173-211/+276
* MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-171-3/+3
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-169-35/+10
* Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processingSven Gothel2013-10-153-381/+490
* NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ...Sven Gothel2013-10-091-3/+9
* NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-091-41/+54
* NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh...Sven Gothel2013-10-094-32/+32
* NEWT/OSX (Bug 836): Only WindowDriver.initWindow0(..) operation on main-threa...Sven Gothel2013-10-091-8/+13
* NEWT/OSX (Bug 836): Lifecycle operations performed on main-thread must be syn...Sven Gothel2013-10-071-13/+14
* NEWT/Fullscreen (Bug 836): Exit re-parenting fullscreen w/ [invisible-exit-vi...Sven Gothel2013-10-072-22/+33
* Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no...Sven Gothel2013-09-221-1/+6
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-19/+13
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-174-9/+23
* StringBuffer -> StringBuilderSven Gothel2013-07-151-1/+1
* NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference...Sven Gothel2013-07-0913-233/+332
* Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,...Sven Gothel2013-07-054-35/+56
* NEWT Display.create: If reusing an existing instance, ensure EDT is running!Sven Gothel2013-07-051-4/+5
* 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-043-54/+68
* Revisit Bug 770 and Bug 771: Only use FLAG_IS_FULLSCREEN_SPAN if required; At...Sven Gothel2013-07-047-82/+135
* WindowImpl.consumeKeyEvent: Reduce DEBUG println and show println after propa...Sven Gothel2013-07-032-8/+10
* 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
* X11 RandR: Cleanup RandR impl. selection, RandR13 setMode does not require a ...Sven Gothel2013-06-304-26/+35
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-301-1/+7