aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-173-16/+27
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-161-0/+5
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0223-138/+138
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-274-24/+85
* Bug 1100: Fix href to 'lifecycleHeavy' -> '#lifecycleHeavy' (anchor)Sven Gothel2015-01-231-8/+8
* Merge remote-tracking branch 'remotes/github-mark/master'Sven Gothel2015-01-231-0/+17
|\
| * Fix typoMark Raynsford2014-10-281-1/+1
| * Bug 1100 - Document lifecycle-heavy concept and mark some of the relevant met...Mark Raynsford2014-10-281-0/+17
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-3/+4
|/
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-101-0/+8
* NEWT Display: Fix typo in API docSven Gothel2014-10-071-1/+1
* Bug 1078, Bug 1082: Fix regression (typo), add missing assignment of printGLA...Sven Gothel2014-10-011-0/+1
* Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i...Sven Gothel2014-09-301-5/+17
* AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...Sven Gothel2014-09-131-1/+3
* GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...Sven Gothel2014-08-291-0/+7
* NEWT Window setSurfaceSize(..): Add API doc comment about setting pixel-unit ...v2.2.0Sven Gothel2014-08-071-0/+5
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-311-1/+1
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-301-17/+20
* 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