| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer... | Sven Gothel | 2013-05-09 | 1 | -8/+7 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 9 | -36/+143 |
* | Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ... | Sven Gothel | 2013-05-08 | 11 | -31/+388 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 1 | -0/+266 |
* | MonitorMode: Fix API doc / comments / names. | Sven Gothel | 2013-05-07 | 1 | -6/+6 |
* | MonitorMode Unit Tests: Perform 'filterByRate(..)' _after_ 'filterByResolutio... | Sven Gothel | 2013-05-06 | 5 | -12/+11 |
* | Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL... | Sven Gothel | 2013-05-06 | 9 | -10/+10 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 19 | -299/+916 |
* | GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a... | Sven Gothel | 2013-04-27 | 4 | -20/+263 |
* | TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J... | Sven Gothel | 2013-04-27 | 3 | -8/+4 |
* | Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur... | Sven Gothel | 2013-04-23 | 5 | -44/+229 |
* | Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ... | Sven Gothel | 2013-04-18 | 1 | -0/+182 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 2 | -17/+71 |
* | Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ... | Sven Gothel | 2013-04-17 | 7 | -104/+578 |
* | Bug 692: Add modified version of Edgar Velazquez-Armendariz's test case for t... | Sven Gothel | 2013-04-14 | 1 | -0/+352 |
* | NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr... | Sven Gothel | 2013-04-13 | 2 | -27/+43 |
* | Merge remote-tracking branch 'gouessej/master' | Sven Gothel | 2013-04-11 | 1 | -0/+114 |
|\ |
|
| * | Adds a unit test and a fix for the bug 697 | Julien Gouesse | 2013-04-05 | 1 | -0/+114 |
* | | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-04-11 | 10 | -0/+0 |
|\ \ |
|
| * | | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 10 | -0/+0 |
* | | | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d... | Sven Gothel | 2013-04-11 | 5 | -101/+131 |
|/ / |
|
* | | Bug 709: Testing texured demo w/ FBO, comparing w/ onscreen - No corruption. | Sven Gothel | 2013-04-06 | 2 | -0/+283 |
* | | TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT: Wrong test comment, no NEWT involved | Sven Gothel | 2013-04-06 | 1 | -3/+0 |
|/ |
|
* | SWT unit tests: Sort w/ AWT and Headless - Fix threading w/ AWT. | Sven Gothel | 2013-04-04 | 3 | -17/+24 |
* | OSX CALayer Unit Tests: NEWT child is destroyed if NewtCanvasAWT is disposed/... | Sven Gothel | 2013-04-04 | 4 | -8/+35 |
* | OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) whe... | Sven Gothel | 2013-04-04 | 3 | -18/+59 |
* | Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies | Sven Gothel | 2013-04-01 | 13 | -0/+807 |
* | NEWTGearsES2Activity*: Adding property to enable 'process kill' behavior (mem... | Sven Gothel | 2013-03-28 | 2 | -1/+37 |
* | PNGImage: Add license header ; TestPNGImage01NEWT package move .. | Sven Gothel | 2013-03-27 | 1 | -1/+1 |
* | Unit Tests: Unify 'AWT Robot Key Press/Release', waitForIdle, action, delay, ... | Sven Gothel | 2013-03-27 | 3 | -13/+26 |
* | Android/NEWT MouseEvent: Fix Detection/Processing of 2-Finger-Scroll Gesture ... | Sven Gothel | 2013-03-24 | 3 | -7/+11 |
* | Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation... | Sven Gothel | 2013-03-24 | 1 | -13/+6 |
* | Android/NEWT MouseEvent: Fix Delivery of MultiTouch PRESSED/RELEASE; Fix Dete... | Sven Gothel | 2013-03-24 | 1 | -26/+111 |
* | NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest... | Sven Gothel | 2013-03-22 | 11 | -11/+0 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 5 | -5/+5 |
* | TestGearsES2NEWT/TestGearsES2NewtCanvasAWT: Add -noanim option to manually va... | Sven Gothel | 2013-03-20 | 2 | -28/+58 |
* | TestPNGTextureFromFileNEWT: Use new PNG test file locations, add RGBA tests a... | Sven Gothel | 2013-03-20 | 1 | -80/+84 |
* | Newt PNG test file locations | Sven Gothel | 2013-03-20 | 2 | -2/+2 |
* | Rename PNG test files and add RGBA variations (To be used by TestPNGTextureFr... | Sven Gothel | 2013-03-20 | 9 | -0/+0 |
* | Handles indexed PNGs | Julien Gouesse | 2013-03-20 | 3 | -0/+68 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 4 | -28/+85 |
* | Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R... | Sven Gothel | 2013-03-18 | 3 | -4/+3 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 5 | -23/+72 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -14/+27 |
* | Fix TestParenting01NEWT: Since recreational reparenting resets the fps-counte... | Sven Gothel | 2013-03-13 | 1 | -0/+6 |
* | GLEventListenerState: Moved to public package 'com.jogamp.opengl.util' | Sven Gothel | 2013-03-13 | 5 | -5/+5 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 8 | -150/+777 |
* | Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add glFinis... | Sven Gothel | 2013-03-09 | 4 | -15/+67 |
* | Fix buggy unit test for Bug 694: The unpack alignment has to be considered! | Sven Gothel | 2013-03-09 | 1 | -13/+45 |
* | TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit tes... | Sven Gothel | 2013-03-01 | 1 | -2/+2 |