aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis...Sven Gothel2014-01-301-8/+10
* NEWT Window: Add API Doc for Custom Window IconsSven Gothel2014-01-302-0/+16
* Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o...Sven Gothel2014-01-265-182/+87
* EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...Sven Gothel2014-01-235-113/+118
* NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein...Sven Gothel2014-01-231-5/+4
* JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...Sven Gothel2014-01-121-1/+1
* DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...Sven Gothel2014-01-121-9/+40
* AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-121-10/+10
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-121-2/+2
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-111-7/+0
* NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and positionSven Gothel2014-01-091-36/+42
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Interc...Sven Gothel2014-01-092-22/+5
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)Sven Gothel2014-01-094-22/+201
* NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and a...Sven Gothel2014-01-092-11/+8
* Bug 676: Use proper pointer icon images (artwork)Sven Gothel2014-01-091-2/+2
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-0811-225/+418
* Bug 935: NEWT PointerIcon/Visibility: Perform OffscreenLayerSurface delegatio...Sven Gothel2014-01-052-69/+127
* NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN...Sven Gothel2014-01-051-14/+9
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-052-30/+26
* JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i....Sven Gothel2014-01-041-0/+9
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-041-2/+34
* Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-0410-117/+272
* Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...Sven Gothel2014-01-031-3/+3
* Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...Sven Gothel2014-01-035-14/+13
* 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-3114-17/+676
* 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-201-0/+4
* 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 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 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
* 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