summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NewtMacWindow: NSView: Remove unused 'myCursor' fieldSven Gothel2014-01-022-18/+0
* MacWindow.m: Add missing NSAutoreleasePool 'decoration'Sven Gothel2014-01-021-3/+17
* Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representationSven Gothel2013-12-315-5/+41
* Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase TestsSven Gothel2013-12-311-19/+66
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-3120-32/+981
* NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...Sven Gothel2013-12-313-28/+7
* NEWT WindowImpl: Add 'final' qualifier where possibleSven Gothel2013-12-311-54/+49
* Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ...Sven Gothel2013-12-201-2/+10
* Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-202-4/+4
* Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comm...Sven Gothel2013-12-201-8/+8
* Bug 924: Fix X11 Fullscreen ALT-TAB Regression ; Make ALWAYS_ON_TOP Persisten...Sven Gothel2013-12-191-1/+14
* Bug 924: More robost Fullscreen ExitSven Gothel2013-12-191-24/+26
* NEWT WindowImpl: Enhance insetsChanged(..) DEBUG outputSven Gothel2013-12-191-4/+5
* Bug 924: Remove position criteria from reparent/fullscreen success, WM's only...Sven Gothel2013-12-191-5/+6
* Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusCha...Sven Gothel2013-12-191-9/+10
* Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WMSven Gothel2013-12-191-0/+8
* Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off...Sven Gothel2013-12-191-4/+12
* NEWT X11Window.c: Cleanup Code - No changes.Sven Gothel2013-12-191-8/+25
* Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...Sven Gothel2013-12-114-10/+11
* Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-113-17/+68
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-101-1/+1
* Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-041-2/+2
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-035-63/+84
* Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S...Sven Gothel2013-12-031-20/+58
* 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