aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at...Sven Gothel2013-12-021-448/+449
* Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ...Sven Gothel2013-12-023-0/+37
* 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
* Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...Sven Gothel2013-11-252-20/+25
* Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-251-18/+24
* Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').Petros Koutsolampros2013-11-241-1/+6
* Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...Sven Gothel2013-11-231-29/+88
* JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()Sven Gothel2013-11-231-20/+21
* JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl...Sven Gothel2013-11-231-32/+54
* JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...Sven Gothel2013-11-231-12/+13
* NewtCanvasAWT: Remove useless block in else branchSven Gothel2013-11-181-6/+3
* jogl: push other call to clearGlobalFocus to the AWT EDTHarvey Harrison2013-11-181-1/+1
* jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWTHarvey Harrison2013-11-181-1/+9
* jogl: simplify conditional that repeats test for isOnScreenHarvey Harrison2013-11-181-1/+2
* jogl: add missing @Override annotation in NewtCanvasAWTHarvey Harrison2013-11-181-0/+2
* Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi...Sven Gothel2013-11-181-162/+185
* NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas...Sven Gothel2013-11-181-109/+109
* NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...Sven Gothel2013-11-181-0/+14
* NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...Sven Gothel2013-11-185-2/+32
* NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...Sven Gothel2013-11-181-19/+32
* NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-185-90/+188
* Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-181-3/+11
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-171-1/+2
* Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip...Sven Gothel2013-11-171-12/+11
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-175-121/+257
* NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo...Sven Gothel2013-11-131-9/+46
* Fix Bug 901 - NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not...Sven Gothel2013-11-101-5/+39
* 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-063-16/+33
* Bug 882 - Crash on OSX when closing NEWT window - Fix: Release NewtMacWindow ...Sven Gothel2013-11-011-7/+21
* Bug 882 - Crash on OSX when closing NEWT window - Check JavaVM and JNIEnv han...Sven Gothel2013-11-011-11/+43
* Android NEWT.ScreenDriver MonitorSize: Use xdpi for for width (fix); Add DEBU...Sven Gothel2013-10-301-25/+35
* 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...v2.1.1Sven 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-1760-0/+288
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1792-2004/+2004
* MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt...Sven Gothel2013-10-182-21/+76
* AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-181-6/+8
* Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U...Sven Gothel2013-10-171-51/+74
* 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-172-112/+368
* 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
* 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