| Commit message (Expand) | Author | Age | Files | Lines |
* | Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / Cleanup | Sven Gothel | 2011-02-11 | 1 | -2/+2 |
* | Fix Win/GDI: getAvailableGLCapabilitiesGDI() add offscreen GLCaps as well | Sven Gothel | 2011-02-10 | 2 | -3/+7 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 3 | -10/+11 |
* | Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due... | Sven Gothel | 2011-02-06 | 3 | -5/+15 |
* | Expose provided SWT jars to SWT_CLASSPATH for test scripts | Sven Gothel | 2011-02-03 | 7 | -7/+11 |
* | unit test for Bug464 added (cleaned CRLF/merged version; own text subpackage) | Domokun | 2011-02-01 | 1 | -2/+3 |
* | test scripts.. | Sven Gothel | 2011-01-31 | 2 | -4/+4 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 3 | -12/+7 |
* | version bump: j2se 1.6.0_23, ant 1.8.2 | Sven Gothel | 2011-01-31 | 7 | -20/+20 |
* | scripts: add new tests | Sven Gothel | 2010-12-23 | 2 | -8/+13 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 1 | -3/+7 |
* | test scripts .. VersionApplet | Sven Gothel | 2010-12-19 | 2 | -3/+5 |
* | Fix WGL Bitmap Offscreen Drawable | Sven Gothel | 2010-12-16 | 4 | -5/+12 |
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp... | Sven Gothel | 2010-12-13 | 3 | -111/+111 |
* | Fix API doc: firstUIActionOnProcess | Sven Gothel | 2010-12-12 | 1 | -2/+2 |
* | GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ... | Sven Gothel | 2010-12-12 | 2 | -4/+4 |
* | script updates | Sven Gothel | 2010-12-12 | 7 | -12/+49 |
* | Add javaws test scripts | Sven Gothel | 2010-12-11 | 2 | -0/+17 |
* | JOGL: Proper handling of Read Drawable Support (if not supported), add query. | Sven Gothel | 2010-11-28 | 3 | -6/+7 |
* | GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,... | Sven Gothel | 2010-11-27 | 2 | -9/+11 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 1 | -8/+16 |
* | test scripts: add new AWT recreation test | Sven Gothel | 2010-11-25 | 2 | -2/+5 |
* | AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu... | Sven Gothel | 2010-11-23 | 1 | -3/+3 |
* | Add GLJPanel test (works better in jogl-demos though, need to copy) | Sven Gothel | 2010-11-23 | 2 | -4/+6 |
* | Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition | Sven Gothel | 2010-11-23 | 1 | -2/+2 |
* | Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition | Sven Gothel | 2010-11-23 | 1 | -2/+2 |
* | Scripts: bump to 6u22; distinguish windows test batch x64/x32 | Sven Gothel | 2010-11-23 | 9 | -18/+55 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 1 | -3/+7 |
* | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 4 | -5/+9 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 1 | -1/+2 |
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 2 | -4/+6 |
* | NEWT Lifecycle remodel: Window destroy() ! | Sven Gothel | 2010-11-16 | 1 | -0/+2 |
* | NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ... | Sven Gothel | 2010-11-15 | 1 | -1/+1 |
* | NEWT: Make setVisible/reparentWindow return status more reliable (visibility,... | Sven Gothel | 2010-11-15 | 1 | -3/+3 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 4 | -6/+22 |
* | updated runtime-properties.txt doc | Sven Gothel | 2010-11-13 | 1 | -2/+5 |
* | JavaDoc: Use GlueGen offline link, javadoc_public -> javadoc | Sven Gothel | 2010-11-09 | 2 | -4/+4 |
* | Archive: New common zip archive folder structure. Drop source archive, use git | Sven Gothel | 2010-11-09 | 1 | -1/+0 |
* | Relocated some deployment script to jogamp-scripting repo | Sven Gothel | 2010-11-09 | 10 | -532/+0 |
* | archive script: use jogl-demos from master | Sven Gothel | 2010-11-08 | 1 | -9/+9 |
* | Reformated license tag; Added Khronos license | Sven Gothel | 2010-11-08 | 1 | -0/+23 |
* | Fix CG header, according to PCPP fix | Sven Gothel | 2010-11-07 | 1 | -2/+2 |
* | NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanup | Sven Gothel | 2010-11-04 | 1 | -4/+4 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 5 | -127/+164 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 1 | -5/+6 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 3 | -9/+17 |
* | Fix focus test for windows: increase mouse click start delay, so previous foc... | Sven Gothel | 2010-11-02 | 2 | -5/+6 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 1 | -2/+2 |
* | Added Rotation test | Sven Gothel | 2010-11-01 | 2 | -1/+76 |
* | Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy) | Sven Gothel | 2010-11-01 | 6 | -7/+7 |