| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW... | Sven Gothel | 2013-09-28 | 2 | -7/+8 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 2 | -2/+2 |
* | Fix Bug 826: GLJPanel: Fully restore TextureState and Viewport | Sven Gothel | 2013-09-20 | 1 | -7/+46 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 2 | -24/+36 |
* | AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel... | Sven Gothel | 2013-09-17 | 2 | -35/+43 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 3 | -217/+25 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 2 | -1/+2 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 2 | -2/+2 |
* | AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports. | Sven Gothel | 2013-09-08 | 3 | -12/+5 |
* | Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ... | Sven Gothel | 2013-09-08 | 2 | -22/+2 |
* | AWTPrintLifecycle: Add detailed API doc | Sven Gothel | 2013-09-08 | 1 | -1/+62 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 3 | -72/+183 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 3 | -29/+51 |
* | AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r... | Sven Gothel | 2013-09-07 | 2 | -301/+83 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 2 | -75/+339 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 2 | -1/+52 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -147/+184 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -107/+129 |
* | GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT | Sven Gothel | 2013-09-05 | 1 | -30/+36 |
* | TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. | Sven Gothel | 2013-09-05 | 1 | -66/+122 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 1 | -0/+110 |
* | GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati... | Sven Gothel | 2013-09-04 | 1 | -6/+7 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -3/+9 |
* | GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ... | Sven Gothel | 2013-07-03 | 1 | -4/+61 |
* | GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl... | Sven Gothel | 2013-05-17 | 1 | -10/+3 |
* | Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer... | Sven Gothel | 2013-05-09 | 1 | -17/+40 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 1 | -64/+126 |
* | Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ... | Sven Gothel | 2013-05-08 | 1 | -0/+1 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 1 | -27/+35 |
* | Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for... | Sven Gothel | 2013-04-23 | 1 | -30/+36 |
* | Test for null against a temp variable to narrow races | Harvey Harrison | 2013-04-19 | 1 | -7/+13 |
* | GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv... | Sven Gothel | 2013-04-18 | 1 | -3/+8 |
* | GLJPanel: setFocusable(true) at ctor to allow keyboard input | Sven Gothel | 2013-04-18 | 1 | -0/+2 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 2 | -26/+20 |
* | GLJPanel.toString(): Avoid NPE | Sven Gothel | 2013-04-17 | 1 | -1/+4 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 2 | -7/+3 |
* | GLJPanel: Refine API doc | Sven Gothel | 2013-03-26 | 1 | -8/+15 |
* | GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix... | Sven Gothel | 2013-03-19 | 1 | -1/+1 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -0/+1 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -5/+3 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 2 | -50/+47 |
* | GLJPanel: Updating GLJPanel documention w/ current mode of operation | Sven Gothel | 2013-03-08 | 1 | -12/+14 |
* | GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU... | Sven Gothel | 2013-03-08 | 1 | -25/+42 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 2 | -6/+5 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -0/+3 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 2 | -15/+21 |
* | Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't... | Sven Gothel | 2013-02-15 | 1 | -117/+134 |
* | Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t... | Sven Gothel | 2013-02-12 | 1 | -7/+7 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 2 | -0/+20 |