summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-172-0/+122
* MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(...Sven Gothel2015-02-172-8/+13
* Fix commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (ArrayHashSet<MonitorDevi...Sven Gothel2015-02-171-1/+0
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-1719-93/+165
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-165-76/+628
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0272-335/+335
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-2722-146/+300
* 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
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-235-4/+7
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-1/+1
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-062-2/+2
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-268-31/+39
|/
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-103-4/+12
* Newt Screen viewport in windows units: Add missing setup in overriden calcVir...Sven Gothel2014-10-096-0/+6
* 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
* Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...v2.2.1Sven Gothel2014-09-081-2/+7
* 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 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-1/+13
* 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
* WindowImpl: Fix intendationSven Gothel2014-07-291-2/+1
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-5/+5
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-112-36/+22
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-6/+0
* Findbugs: Comment on some issues (OK, they are) ; Remove dead branchesSven Gothel2014-07-083-5/+5
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* 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: Remove redundant instanceof checksSven Gothel2014-07-082-7/+1
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-2/+11
* 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-0389-1104/+1132
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-283-3/+3
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-124-19/+15
* 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-096-39/+96
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-083-111/+0
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-085-20/+30
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-085-8/+16
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-089-69/+190