aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-101-0/+10
* Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6...Sven Gothel2015-08-021-1/+1
* Use GlueGen's Bitfield instead of IntBitfieldSven Gothel2015-07-301-2/+2
* JAWTWindow: Fix binary compatibility: Add old variants of deprecated method, ...Sven Gothel2015-07-281-0/+14
* Bug 1161 - Fix Canvas resize stops the rendering in Mac OS X (mostly from Web...Sven Gothel2015-07-281-2/+3
* Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ...Sven Gothel2015-07-274-23/+50
* Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w...Sven Gothel2015-07-272-14/+64
* Expand bitmasks in SWTAccessor GTK_VERSION methodrhatcher2015-07-101-3/+3
* Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of indexSven Gothel2015-03-213-78/+23
* Bug 1135 - Cleanup: Fix native code WarningSven Gothel2015-03-062-3/+29
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-173-0/+120
* NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon...Sven Gothel2015-02-173-51/+60
* NativeWindowFactory: Add FIXME tag regarding Bug 973 (Needs service provider ...Sven Gothel2015-02-171-10/+30
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-162-8/+8
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0239-0/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0293-266/+266
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-021-0/+1
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-2710-312/+392
* Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] ...Sven Gothel2015-01-232-0/+111
* Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-231-10/+6
* Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()Sven Gothel2014-12-071-1/+1
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-075-6/+161
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-065-237/+1040
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-265-8/+15
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-101-3/+4
* Newt Screen viewport in windows units: Add missing setup in overriden calcVir...Sven Gothel2014-10-091-0/+6
* Bug 1087: Set default framebuffer for OSX DummyDrawable, hence enforce NSView...Sven Gothel2014-10-081-1/+8
* NativeWindow's ToolkitLock TRACE_LOCK: Show more usable detailsSven Gothel2014-10-074-13/+28
* Fix commit adf8e6e40aa9513036864489642cfef252804d08 (Bug 1036): long -> jlong...Sven Gothel2014-07-301-2/+2
* Bug 1036: NVidia's Windows Driver Threaded optimization: Alternative affinity...Sven Gothel2014-07-302-0/+110
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-4/+4
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-112-34/+22
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-2/+2
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-2/+2
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-082-5/+5
* Findbugs: Remove redundant instanceof checksSven Gothel2014-07-081-3/+0
* Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...Sven Gothel2014-07-081-7/+7
* Findbugs.synchronization: Fix double-check w/o volatile; Remove redundant syn...Sven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0364-487/+499
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-284-5/+5
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-171-1/+1
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-124-72/+126
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-095-27/+60
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-085-25/+34
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-085-26/+28
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-087-51/+452
* Minor: API-Doc / DEBUG Typo, GDISurface: Make fields privateSven Gothel2014-06-083-4/+4
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-085-7/+40
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-064-1/+58
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-276-20/+20