| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add... | Sven Gothel | 2013-10-09 | 7 | -146/+87 |
* | NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh... | Sven Gothel | 2013-10-09 | 1 | -1/+1 |
* | Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility state | Sven Gothel | 2013-10-06 | 3 | -4/+358 |
* | Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com... | Sven Gothel | 2013-10-06 | 1 | -1/+4 |
* | Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top... | Sven Gothel | 2013-10-05 | 5 | -3/+307 |
* | Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible... | Sven Gothel | 2013-10-04 | 3 | -7/+113 |
* | Bug 848: Add test applet ; Bug 816 Bug816AppletGLCanvas02: Remove 2nd Animato... | Sven Gothel | 2013-10-04 | 3 | -106/+187 |
* | Bug 816: Add 2 more unit tests (Swing JFrame w/ 2 JRootPanes, AWT Frame Borde... | Sven Gothel | 2013-10-03 | 3 | -25/+304 |
* | Bug818GLJPanelApplet: Remove unused imports | Sven Gothel | 2013-10-03 | 1 | -2/+0 |
* | Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet) | Sven Gothel | 2013-10-03 | 1 | -0/+308 |
* | GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz... | Sven Gothel | 2013-09-29 | 5 | -46/+112 |
* | AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han... | Sven Gothel | 2013-09-28 | 1 | -0/+13 |
* | Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ... | Sven Gothel | 2013-09-27 | 3 | -25/+22 |
* | Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po... | Sven Gothel | 2013-09-27 | 3 | -13/+304 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 7 | -100/+149 |
* | DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins... | Sven Gothel | 2013-09-27 | 8 | -51/+91 |
* | Fix MovieCube/Simple Demo in 'Applet' mode: Use default ctor to completly ini... | Sven Gothel | 2013-09-25 | 4 | -16/+93 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 1 | -23/+97 |
* | Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT' | Sven Gothel | 2013-09-24 | 1 | -0/+363 |
* | AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ... | Sven Gothel | 2013-09-20 | 3 | -3/+407 |
* | Fix Bug 826: GLJPanel: Fully restore TextureState and Viewport | Sven Gothel | 2013-09-20 | 13 | -50/+684 |
* | TestTiledPrintingGearsSwingAWT: Enable 'bitmap' test only on Windows, issues ... | Sven Gothel | 2013-09-19 | 1 | -7/+12 |
* | AWT Print Tests: Only include 600dpi tests if requested via main arg '-600dpi' | Sven Gothel | 2013-09-19 | 4 | -4/+8 |
* | AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l... | Sven Gothel | 2013-09-18 | 1 | -2/+17 |
* | RedSquareES1: Add TileRendererBase.TileRendererNotify | Sven Gothel | 2013-09-18 | 1 | -17/+69 |
* | Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO... | Sven Gothel | 2013-09-17 | 7 | -207/+536 |
* | TestTiledPrintingNIOImageSwingAWT: Add layered test ; Use 300dpi instead of 6... | Sven Gothel | 2013-09-16 | 1 | -3/+9 |
* | Add 'DirectDataBufferInt' supporting NIO based BufferedImages | Sven Gothel | 2013-09-16 | 2 | -2/+298 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 4 | -86/+138 |
* | Gears, GearsES2, RedSquareES2: Proper debug output for init, reshape and dispose | Sven Gothel | 2013-09-11 | 3 | -7/+7 |
* | Add 2nd 'demo' canvas to the other tiled printing tests. | Sven Gothel | 2013-09-11 | 2 | -31/+63 |
* | RedSquareES2: Fix tiled aspect ratio | Sven Gothel | 2013-09-11 | 1 | -1/+1 |
* | TestTiledPrintingGearsSwingAWT: Add a second demo GLEventListener showing it'... | Sven Gothel | 2013-09-10 | 4 | -25/+104 |
* | Gears*: Clarify frustum calculation for tiling | Sven Gothel | 2013-09-10 | 2 | -4/+4 |
* | NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing. | Sven Gothel | 2013-09-08 | 1 | -0/+241 |
* | TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' pri... | Sven Gothel | 2013-09-08 | 1 | -13/+33 |
* | TileRenderer*: Fix pre-swap and post-swap in regards to endTile(..), i.e. pre... | Sven Gothel | 2013-09-08 | 1 | -16/+56 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 3 | -143/+98 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 4 | -205/+293 |
* | TileRenderer*: Fix FBO MSAA use-case, i.e. call swapBuffers() before endTile(... | Sven Gothel | 2013-09-07 | 6 | -41/+187 |
* | Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ... | Sven Gothel | 2013-09-07 | 5 | -15/+16 |
* | TestTiledPrintingGears*AWT: Add 4s delay before closing frame and ending unit... | Sven Gothel | 2013-09-06 | 3 | -9/+5 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 4 | -13/+249 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 2 | -257/+315 |
* | TestTiledPrintingGearsAWT: Perform AWT mods on AWT-EDT, always perform g.scal... | Sven Gothel | 2013-09-06 | 1 | -13/+23 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -26/+76 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -57/+147 |
* | TileRendering / Gears: Clarify PMV math, if tiling use white background (-> p... | Sven Gothel | 2013-09-06 | 1 | -6/+14 |
* | TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw... | Sven Gothel | 2013-09-06 | 1 | -1/+2 |
* | Add TestGLContextDrawableSwitch02AWT: Test AWT GLCanvas <-> GLOffscreenAutoDr... | Sven Gothel | 2013-09-05 | 1 | -0/+192 |