| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 1 | -2/+2 |
* | SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:... | Sven Gothel | 2014-02-13 | 2 | -43/+40 |
* | Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon... | Sven Gothel | 2014-02-12 | 1 | -2/+1 |
* | Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro... | Sven Gothel | 2014-02-10 | 1 | -8/+12 |
* | JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4 | Sven Gothel | 2014-01-31 | 1 | -1/+0 |
* | NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ... | Sven Gothel | 2014-01-31 | 1 | -8/+13 |
* | Adapt to new plugin3 / Use browser window's location on screen for top-level ... | Sven Gothel | 2014-01-31 | 2 | -24/+56 |
* | NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba... | Sven Gothel | 2014-01-31 | 1 | -11/+6 |
* | NEWT: Add Support for AWT-Less Applet3 | Sven Gothel | 2014-01-30 | 4 | -8/+563 |
* | NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis... | Sven Gothel | 2014-01-30 | 1 | -8/+10 |
* | NEWT Window: Add API Doc for Custom Window Icons | Sven Gothel | 2014-01-30 | 2 | -0/+16 |
* | Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o... | Sven Gothel | 2014-01-26 | 5 | -182/+87 |
* | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 5 | -113/+118 |
* | NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein... | Sven Gothel | 2014-01-23 | 1 | -5/+4 |
* | 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 |