summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Bug 741 HiDPI: Fix regression MIN_MONITOR_DEVICE_PROPERTIES: Adding missing '...Sven Gothel2014-05-279-47/+136
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-2711-60/+60
* Bug 1013: Fix switching monitor resolution for NEWT Window (content black aft...Sven Gothel2014-05-262-49/+78
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-261-1/+1
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-2616-139/+340
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-236-40/+74
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2212-182/+233
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-2113-86/+124
* NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ...Sven Gothel2014-04-092-91/+91
* NEWT: Minor editsSven Gothel2014-03-161-1/+1
* Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window...Sven Gothel2014-02-251-1/+1
* A more wholesome solution to the windowing problems in OSX. As describedPetros Koutsolampros2014-02-251-1/+2
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-131-23/+20
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-2/+1
* NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ...Sven Gothel2014-01-311-8/+13
* 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
* 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
* 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 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-089-203/+317
* 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
* 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-049-103/+219
* 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-314-4/+30
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-3110-13/+571
* NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...Sven Gothel2013-12-311-16/+0
* 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-111-2/+2
* Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-111-16/+39
* 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
* NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas...Sven Gothel2013-11-181-109/+109