| Commit message (Expand) | Author | Age | Files | Lines |
* | JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's... | Sven Gothel | 2014-01-12 | 1 | -1/+1 |
* | DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er... | Sven Gothel | 2014-01-12 | 1 | -9/+40 |
* | AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(... | Sven Gothel | 2014-01-12 | 1 | -10/+10 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 1 | -2/+2 |
* | Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol... | Sven Gothel | 2014-01-11 | 1 | -7/+0 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 5 | -177/+120 |
* | X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss... | Sven Gothel | 2014-01-11 | 1 | -28/+38 |
* | BCM_VC_IV: Add 2 references (_poor_ API docs, very) | Sven Gothel | 2014-01-09 | 2 | -0/+8 |
* | NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and position | Sven Gothel | 2014-01-09 | 2 | -88/+72 |
* | NEWT bcm_vc_iv.c: Disable VERBOSE_ON | Sven Gothel | 2014-01-09 | 1 | -2/+2 |
* | Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Interc... | Sven Gothel | 2014-01-09 | 2 | -22/+5 |
* | Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) | Sven Gothel | 2014-01-09 | 6 | -56/+617 |
* | NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and a... | Sven Gothel | 2014-01-09 | 2 | -11/+8 |
* | Bug 676: Use proper pointer icon images (artwork) | Sven Gothel | 2014-01-09 | 1 | -2/+2 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 15 | -245/+481 |
* | Bug 935: NEWT PointerIcon/Visibility: Perform OffscreenLayerSurface delegatio... | Sven Gothel | 2014-01-05 | 2 | -69/+127 |
* | NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN... | Sven Gothel | 2014-01-05 | 2 | -45/+37 |
* | Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set... | Sven Gothel | 2014-01-05 | 1 | -14/+35 |
* | Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ... | Sven Gothel | 2014-01-05 | 3 | -38/+27 |
* | Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti... | Sven Gothel | 2014-01-04 | 1 | -0/+4 |
* | JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i.... | Sven Gothel | 2014-01-04 | 1 | -0/+9 |
* | Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface... | Sven Gothel | 2014-01-04 | 1 | -2/+34 |
* | Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and... | Sven Gothel | 2014-01-04 | 13 | -681/+924 |
* | Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic... | Sven Gothel | 2014-01-03 | 1 | -3/+3 |
* | Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic... | Sven Gothel | 2014-01-03 | 5 | -14/+13 |
* | Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handle | Sven Gothel | 2014-01-03 | 3 | -16/+42 |
* | NewtMacWindow: NSView: Remove unused 'myCursor' field | Sven Gothel | 2014-01-02 | 2 | -18/+0 |
* | MacWindow.m: Add missing NSAutoreleasePool 'decoration' | Sven Gothel | 2014-01-02 | 1 | -3/+17 |
* | Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representation | Sven Gothel | 2013-12-31 | 5 | -5/+41 |
* | Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase Tests | Sven Gothel | 2013-12-31 | 1 | -19/+66 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 20 | -32/+981 |
* | NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm... | Sven Gothel | 2013-12-31 | 3 | -28/+7 |
* | NEWT WindowImpl: Add 'final' qualifier where possible | Sven Gothel | 2013-12-31 | 1 | -54/+49 |
* | Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ... | Sven Gothel | 2013-12-20 | 1 | -2/+10 |
* | Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a... | Sven Gothel | 2013-12-20 | 2 | -4/+4 |
* | Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comm... | Sven Gothel | 2013-12-20 | 1 | -8/+8 |
* | Bug 924: Fix X11 Fullscreen ALT-TAB Regression ; Make ALWAYS_ON_TOP Persisten... | Sven Gothel | 2013-12-19 | 1 | -1/+14 |
* | Bug 924: More robost Fullscreen Exit | Sven Gothel | 2013-12-19 | 1 | -24/+26 |
* | NEWT WindowImpl: Enhance insetsChanged(..) DEBUG output | Sven Gothel | 2013-12-19 | 1 | -4/+5 |
* | Bug 924: Remove position criteria from reparent/fullscreen success, WM's only... | Sven Gothel | 2013-12-19 | 1 | -5/+6 |
* | Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusCha... | Sven Gothel | 2013-12-19 | 1 | -9/+10 |
* | Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WM | Sven Gothel | 2013-12-19 | 1 | -0/+8 |
* | Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off... | Sven Gothel | 2013-12-19 | 1 | -4/+12 |
* | NEWT X11Window.c: Cleanup Code - No changes. | Sven Gothel | 2013-12-19 | 1 | -8/+25 |
* | Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI... | Sven Gothel | 2013-12-11 | 4 | -10/+11 |
* | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 3 | -17/+68 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 1 | -1/+1 |
* | Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge... | Sven Gothel | 2013-12-04 | 1 | -2/+2 |
* | Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum... | Sven Gothel | 2013-12-03 | 5 | -63/+84 |
* | Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S... | Sven Gothel | 2013-12-03 | 1 | -20/+58 |