aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-176-39/+110
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-1619-79/+50
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-1514-105/+185
* Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processingSven Gothel2013-10-1513-522/+1528
* GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp...Sven Gothel2013-10-155-7/+7
* Cleanup DirectDataBufferInt: Fix type ; Remove unsused local varsSven Gothel2013-10-151-5/+1
* Bug 365: Add unit test, which run's through most of the ScaleInternal functio...Michael Esemplare2013-10-131-0/+272
* Merge pull request #71 from esemplare/masterSven Gothel2013-10-121-14/+63
|\
| * Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmapsMichael Esemplare2013-10-071-14/+63
* | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect...Sven Gothel2013-10-121-7/+2
* | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-129-84/+280
* | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-104-8/+7
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-106-15/+57
* | NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ...Sven Gothel2013-10-093-5/+21
* | Bug816 OSX CALayer: Issue w/ JSplitPane within Apple (Firefox, Safari - not a...Sven Gothel2013-10-094-4/+212
* | NewtCanvasAWT Focus Traversal: Remove AWT's requestFocus*() overrides in favo...Sven Gothel2013-10-092-49/+21
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-0911-191/+166
* | NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh...Sven Gothel2013-10-098-40/+40
* | NEWT/OSX (Bug 836): Only WindowDriver.initWindow0(..) operation on main-threa...Sven Gothel2013-10-091-8/+13
* | NEWT/OSX (Bug 836): Lifecycle operations performed on main-thread must be syn...Sven Gothel2013-10-072-38/+48
* | NEWT/Fullscreen (Bug 836): Exit re-parenting fullscreen w/ [invisible-exit-vi...Sven Gothel2013-10-072-22/+33
* | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-073-11/+14
* | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20Sven Gothel2013-10-071-1/+2
* | Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility stateSven Gothel2013-10-064-30/+454
* | Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-063-2/+8
* | Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com...Sven Gothel2013-10-062-6/+12
* | Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top...Sven Gothel2013-10-056-3/+311
* | Bug 729: OSX CALayer shall honor the Component's visibility stateSven Gothel2013-10-054-40/+57
* | Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible...Sven Gothel2013-10-044-10/+116
* | Bug 848: Add test applet ; Bug 816 Bug816AppletGLCanvas02: Remove 2nd Animato...Sven Gothel2013-10-043-106/+187
* | AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...Sven Gothel2013-10-031-5/+12
* | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-033-10/+36
* | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...Sven Gothel2013-10-031-2/+2
* | Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil...Sven Gothel2013-10-032-3/+21
* | Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-033-21/+43
* | Bug 816: Add 2 more unit tests (Swing JFrame w/ 2 JRootPanes, AWT Frame Borde...Sven Gothel2013-10-033-25/+304
* | Bug818GLJPanelApplet: Remove unused importsSven Gothel2013-10-031-2/+0
* | GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust...Sven Gothel2013-10-031-6/+1
* | Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet)Sven Gothel2013-10-031-0/+308
* | Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826).Sven Gothel2013-10-021-2/+13
* | GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...Sven Gothel2013-10-022-10/+55
|/
* GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...Sven Gothel2013-09-296-55/+127
* GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c...Sven Gothel2013-09-281-1/+1
* Fix TileRenderer regression of commit c8abb9d2c9a8c92f0c5c42aba13e3e80c69739d...Sven Gothel2013-09-281-4/+4
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-284-14/+44
* TileRendererBase.GLEL.display(): Skip tile-rendering if TR is not yet setup. ...Sven Gothel2013-09-283-1/+24
* Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...Sven Gothel2013-09-283-9/+13
* Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...Sven Gothel2013-09-284-15/+58
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-272-11/+31
* Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ...Sven Gothel2013-09-273-25/+22