aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ...Sven Gothel2014-04-093-114/+100
* PinchToZoomGesture: Add 'delta' value [-1..1], move 'InputEvent trigger' up t...Sven Gothel2014-04-092-12/+44
* NEWT Events: Use final .. (minor edit)Sven Gothel2014-04-059-48/+52
* NEWT: Minor editsSven Gothel2014-03-162-18/+18
* NEWT MonitorDevice: Add convenient getPixelsPerMM(..) method to retrieve the ...Sven Gothel2014-03-011-1/+27
* Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window...Sven Gothel2014-02-252-7/+7
* Merge remote-tracking branch 'petros-koutsolampros/master'Sven Gothel2014-02-252-12/+25
|\
| * A more wholesome solution to the windowing problems in OSX. As describedPetros Koutsolampros2014-02-252-12/+25
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-251-2/+2
|/
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-132-43/+40
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-2/+1
* Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-101-8/+12
* JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4Sven Gothel2014-01-311-1/+0
* NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ...Sven Gothel2014-01-311-8/+13
* Adapt to new plugin3 / Use browser window's location on screen for top-level ...Sven Gothel2014-01-312-24/+56
* NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba...Sven Gothel2014-01-311-11/+6
* NEWT: Add Support for AWT-Less Applet3Sven Gothel2014-01-304-8/+563
* 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
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-115-177/+120
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-28/+38
* BCM_VC_IV: Add 2 references (_poor_ API docs, very)Sven Gothel2014-01-092-0/+8
* NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and positionSven Gothel2014-01-092-88/+72
* NEWT bcm_vc_iv.c: Disable VERBOSE_ONSven Gothel2014-01-091-2/+2
* 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-096-56/+617
* 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-0815-245/+481
* 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-052-45/+37
* Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...Sven Gothel2014-01-051-14/+35
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-053-38/+27
* Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti...Sven Gothel2014-01-041-0/+4
* 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-0413-681/+924
* 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 OSX: Safe use of NSCursor handleSven Gothel2014-01-033-16/+42
* NewtMacWindow: NSView: Remove unused 'myCursor' fieldSven Gothel2014-01-022-18/+0
* MacWindow.m: Add missing NSAutoreleasePool 'decoration'Sven Gothel2014-01-021-3/+17