| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a... | Sven Gothel | 2015-08-10 | 2 | -6/+338 |
* | Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6... | Sven Gothel | 2015-08-02 | 2 | -4/+4 |
* | Use GlueGen's Bitfield instead of IntBitfield | Sven Gothel | 2015-07-30 | 2 | -6/+6 |
* | Bug 1154 - Make plugin3-public.jar optional: Part 1 / 2 (Relocate Applet3 cla... | Sven Gothel | 2015-07-28 | 2 | -2/+3 |
* | Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ... | Sven Gothel | 2015-07-27 | 1 | -3/+4 |
* | Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w... | Sven Gothel | 2015-07-27 | 1 | -2/+135 |
* | Bug 1151 - Fix using DK1 on OVR 0.5*; Minor changes | Sven Gothel | 2015-07-20 | 1 | -0/+2 |
* | StereoDeviceUtil: Only rotate if current mode doesn't match required rotation... | Sven Gothel | 2015-03-27 | 1 | -2/+9 |
* | Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker) | Sven Gothel | 2015-03-21 | 1 | -0/+91 |
* | Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids... | Sven Gothel | 2015-03-20 | 1 | -0/+1 |
* | MonitorDevice.toString: More brief 'options' .. | Sven Gothel | 2015-03-09 | 1 | -1/+1 |
* | Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice | Sven Gothel | 2015-03-09 | 2 | -7/+42 |
* | Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice] | Sven Gothel | 2015-02-17 | 1 | -0/+12 |
* | MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(... | Sven Gothel | 2015-02-17 | 1 | -3/+4 |
* | NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat... | Sven Gothel | 2015-02-17 | 3 | -16/+27 |
* | Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDID | Sven Gothel | 2015-02-16 | 1 | -0/+5 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 23 | -138/+138 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 4 | -24/+85 |
* | Bug 1100: Fix href to 'lifecycleHeavy' -> '#lifecycleHeavy' (anchor) | Sven Gothel | 2015-01-23 | 1 | -8/+8 |
* | Merge remote-tracking branch 'remotes/github-mark/master' | Sven Gothel | 2015-01-23 | 1 | -0/+17 |
|\ |
|
| * | Fix typo | Mark Raynsford | 2014-10-28 | 1 | -1/+1 |
| * | Bug 1100 - Document lifecycle-heavy concept and mark some of the relevant met... | Mark Raynsford | 2014-10-28 | 1 | -0/+17 |
* | | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -3/+4 |
|/ |
|
* | Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O... | Sven Gothel | 2014-10-10 | 1 | -0/+8 |
* | NEWT Display: Fix typo in API doc | Sven Gothel | 2014-10-07 | 1 | -1/+1 |
* | Bug 1078, Bug 1082: Fix regression (typo), add missing assignment of printGLA... | Sven Gothel | 2014-10-01 | 1 | -0/+1 |
* | Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i... | Sven Gothel | 2014-09-30 | 1 | -5/+17 |
* | AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su... | Sven Gothel | 2014-09-13 | 1 | -1/+3 |
* | GLSharedContextSetter: Fix API doc and all html references (fix URL and compl... | Sven Gothel | 2014-08-29 | 1 | -0/+7 |
* | NEWT Window setSurfaceSize(..): Add API doc comment about setting pixel-unit ...v2.2.0 | Sven Gothel | 2014-08-07 | 1 | -0/+5 |
* | Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext... | Sven Gothel | 2014-07-31 | 1 | -1/+1 |
* | Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd... | Sven Gothel | 2014-07-30 | 1 | -17/+20 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 1 | -5/+5 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 1 | -6/+0 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Remove redundant instanceof checks | Sven Gothel | 2014-07-08 | 2 | -7/+1 |
* | Findbugs.minor: Fix 'array -> string', missing argument | Sven Gothel | 2014-07-08 | 2 | -2/+5 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 32 | -410/+415 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 2 | -2/+2 |
* | Fix NEWT EDTUtil Deadlock on EDTUtil.start() | Sven Gothel | 2014-06-12 | 1 | -2/+2 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 3 | -8/+45 |
* | NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..) | Sven Gothel | 2014-06-08 | 2 | -85/+0 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 2 | -6/+18 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 2 | -3/+3 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 3 | -1/+13 |
* | Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native... | Sven Gothel | 2014-06-06 | 6 | -50/+102 |
* | NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API... | Sven Gothel | 2014-06-05 | 5 | -56/+58 |
* | Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind... | Sven Gothel | 2014-05-27 | 5 | -9/+9 |
* | NewtCanvasSWT: Fixe newtChild NPE; Perform getParentLocationOnScreen() on val... | Sven Gothel | 2014-05-26 | 1 | -21/+79 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 3 | -60/+112 |