| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 2 | -4/+21 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 2 | -81/+37 |
* | Findbugs.not-written.null: Fix referencing non-written fields (never written ... | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 2 | -151/+152 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 2 | -2/+2 |
* | Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55... | Sven Gothel | 2014-06-13 | 1 | -23/+34 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 2 | -12/+26 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 2 | -15/+19 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 2 | -13/+16 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 2 | -62/+144 |
* | Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModes | Sven Gothel | 2014-05-26 | 1 | -2/+2 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 1 | -1/+1 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -1/+0 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 2 | -67/+91 |
* | Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi... | Sven Gothel | 2014-05-20 | 1 | -17/+49 |
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 2 | -5/+5 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ... | Sven Gothel | 2014-02-18 | 1 | -7/+62 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au... | Sven Gothel | 2014-02-14 | 1 | -23/+7 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ... | Sven Gothel | 2014-02-13 | 1 | -25/+49 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 2 | -0/+10 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 2 | -17/+33 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 2 | -2/+2 |
* | GLJPanel.initializeBackend(offthread=true): Enable on Windows, thanks to Bug ... | Sven Gothel | 2013-12-01 | 1 | -10/+0 |
* | Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ... | Sven Gothel | 2013-11-21 | 1 | -8/+10 |
* | Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW... | Sven Gothel | 2013-11-16 | 1 | -0/+9 |
* | Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b... | Sven Gothel | 2013-11-14 | 1 | -2/+6 |
* | Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ... | Sven Gothel | 2013-11-14 | 1 | -39/+74 |
* | GLJPanel: Remove unused import | Sven Gothel | 2013-11-13 | 1 | -1/+0 |
* | GLJPanel: Don't ctor DefaultGLCapabilitiesChooser() if null chooser is passed... | Sven Gothel | 2013-11-07 | 1 | -1/+1 |
* | GLJPanel: Remove redundant !isInitialized [double-]check in initializeBackend... | Sven Gothel | 2013-11-07 | 1 | -33/+29 |
* | Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us... | Sven Gothel | 2013-11-06 | 1 | -30/+88 |
* | Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test case | Sven Gothel | 2013-11-05 | 1 | -4/+3 |
* | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field... | Sven Gothel | 2013-10-29 | 2 | -3/+3 |
* | Bug 776 GLContext Sharing: Add note about driver stability (destruction order... | Sven Gothel | 2013-10-28 | 2 | -10/+3 |
* | Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanel | Sven Gothel | 2013-10-27 | 1 | -5/+43 |
* | Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo... | Sven Gothel | 2013-10-27 | 1 | -4/+3 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 2 | -57/+111 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -2/+8 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 3 | -155/+155 |
* | AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3... | Sven Gothel | 2013-10-18 | 1 | -6/+7 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 2 | -19/+37 |
* | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi... | Sven Gothel | 2013-10-12 | 2 | -23/+38 |
* | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:... | Sven Gothel | 2013-10-03 | 1 | -1/+10 |
* | GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust... | Sven Gothel | 2013-10-03 | 1 | -6/+1 |
* | Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826). | Sven Gothel | 2013-10-02 | 1 | -2/+13 |
* | GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride... | Sven Gothel | 2013-10-02 | 1 | -9/+17 |
* | GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz... | Sven Gothel | 2013-09-29 | 1 | -9/+15 |
* | GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c... | Sven Gothel | 2013-09-28 | 1 | -1/+1 |
* | AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han... | Sven Gothel | 2013-09-28 | 2 | -13/+31 |
* | Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW... | Sven Gothel | 2013-09-28 | 2 | -7/+8 |