summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-267-28/+35
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-102-4/+4
* Newt Screen viewport in windows units: Add missing setup in overriden calcVir...Sven Gothel2014-10-096-0/+6
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-1/+13
* WindowImpl: Fix intendationSven Gothel2014-07-291-2/+1
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-112-36/+22
* Findbugs: Comment on some issues (OK, they are) ; Remove dead branchesSven Gothel2014-07-083-5/+5
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-082-15/+13
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-1/+1
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-081-2/+2
* Findbugs: Add comment about intended setting of static field by instance method.Sven Gothel2014-07-083-3/+3
* Findbugs: Fix WindowImpl.getReconfigureFlags(..): Remove sloppy useless assig...Sven Gothel2014-07-081-6/+6
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-2/+11
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0357-694/+717
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-123-17/+13
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-82/+82
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-092-26/+46
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-081-26/+0
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-083-14/+12
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-083-5/+13
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-084-50/+113
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-063-58/+90
* Bug 741 HiDPI: Fix missing window -> pixel unit conversion in AWTNewtEventFac...Sven Gothel2014-05-281-1/+4
* Bug 741 HiDPI: Add missing window -> pixel unit conversion in AWTNewtEventFac...Sven Gothel2014-05-271-2/+3
* Bug 741 HiDPI: Fix OSX NEWT Offscreen Size Regression from commit 56d60b36798...Sven Gothel2014-05-271-9/+9
* 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