aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-5/+5
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-6/+0
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Remove redundant instanceof checksSven Gothel2014-07-082-7/+1
* Findbugs.minor: Fix 'array -> string', missing argumentSven Gothel2014-07-082-2/+5
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0332-410/+415
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-282-2/+2
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-121-2/+2
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-093-8/+45
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-082-85/+0
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-082-6/+18
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-082-3/+3
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-083-1/+13
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-066-50/+102
* NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API...Sven Gothel2014-06-055-56/+58
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-275-9/+9
* NewtCanvasSWT: Fixe newtChild NPE; Perform getParentLocationOnScreen() on val...Sven Gothel2014-05-261-21/+79
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-263-60/+112
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-236-40/+79
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-228-27/+87
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-219-48/+115
* Minor edits: Fix comments / API-docsSven Gothel2014-05-191-1/+1
* NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ...Sven Gothel2014-04-091-23/+9
* 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-161-17/+17
* 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-251-6/+6
* Merge remote-tracking branch 'petros-koutsolampros/master'Sven Gothel2014-02-251-11/+23
|\
| * A more wholesome solution to the windowing problems in OSX. As describedPetros Koutsolampros2014-02-251-11/+23
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-251-2/+2
|/
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-131-20/+20
* JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4Sven Gothel2014-01-311-1/+0
* 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
* JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...Sven Gothel2014-01-121-1/+1
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-121-2/+2
* 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-082-22/+101
* JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i....Sven Gothel2014-01-041-0/+9
* Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-041-14/+53
* Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representationSven Gothel2013-12-311-1/+11
* Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase TestsSven Gothel2013-12-311-19/+66
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-314-4/+105
* NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...Sven Gothel2013-12-312-12/+7
* Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...Sven Gothel2013-12-113-8/+9
* Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-112-1/+29