summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu...Sven Gothel2015-10-032-6/+12
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-032-8/+8
* NEWTDemoListener: Fix 'v' modifier collision of ctrl, use shift.Sven Gothel2015-09-261-1/+1
* NEWTDemoListener: Double-Mouse-Click Fullscreen only w/ 3 pointers involvedSven Gothel2015-09-191-1/+1
* TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar.Sven Gothel2015-09-181-1/+9
* Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and Pixel...Sven Gothel2015-09-171-11/+12
* Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBaseSven Gothel2015-09-152-48/+72
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-153-96/+516
* Bug 1188: Refine getSupportedStateMask() semantics and minimum requirements (...Sven Gothel2015-08-311-8/+13
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-273-6/+3
* Bug 1188: Fix API doc of getSupportedStateMask(); Misc Changes (see below)Sven Gothel2015-08-251-14/+14
* Bug 1188: Introduce getSupportedStateMask() implemented via WindowDriver's ge...Sven Gothel2015-08-212-0/+55
* Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bitsSven Gothel2015-08-191-5/+2
* Bug 1188: Add @since 2.3.2 tagSven Gothel2015-08-181-14/+83
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-102-6/+338
* Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6...Sven Gothel2015-08-022-4/+4
* Use GlueGen's Bitfield instead of IntBitfieldSven Gothel2015-07-302-6/+6
* Bug 1154 - Make plugin3-public.jar optional: Part 1 / 2 (Relocate Applet3 cla...Sven Gothel2015-07-282-2/+3
* Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ...Sven Gothel2015-07-271-3/+4
* Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w...Sven Gothel2015-07-271-2/+135
* Bug 1151 - Fix using DK1 on OVR 0.5*; Minor changesSven Gothel2015-07-201-0/+2
* StereoDeviceUtil: Only rotate if current mode doesn't match required rotation...Sven Gothel2015-03-271-2/+9
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-211-0/+91
* Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids...Sven Gothel2015-03-201-0/+1
* MonitorDevice.toString: More brief 'options' ..Sven Gothel2015-03-091-1/+1
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-092-7/+42
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-171-0/+12
* MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(...Sven Gothel2015-02-171-3/+4
* 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