| Commit message (Expand) | Author | Age | Files | Lines |
* | GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /... | Sven Gothel | 2011-02-26 | 6 | -16/+128 |
* | Remove reference to the deprecated option noCDC (2) | Sylvestre Ledru | 2011-02-25 | 4 | -20/+2 |
* | Remove reference to the deprecated option noCDC (2) | Sven Gothel | 2011-02-25 | 4 | -4/+4 |
* | Remove reference to the deprecated option noCDC | Sylvestre Ledru | 2011-02-25 | 2 | -61/+0 |
* | Merge remote-tracking branch 'wwalker/2010_02_18_Eclipse_build_improvements' | Sven Gothel | 2011-02-25 | 5 | -163/+231 |
|\ |
|
| * | Add new all.ide target for use in Eclipse, NetBeans, and IntelliJ | Wade Walker | 2011-02-18 | 1 | -0/+2 |
| * | Prevent native libraries from always rebuilding and stripping | Wade Walker | 2011-02-18 | 4 | -162/+228 |
| * | Fix path to FixedFuncHook.class. | Wade Walker | 2011-02-18 | 1 | -1/+1 |
* | | gluegen-archivetasks.xml -> jogamp-archivetasks.xml | Sven Gothel | 2011-02-24 | 1 | -1/+1 |
* | | Adapt changes of jogamp-env.xml | Sven Gothel | 2011-02-23 | 8 | -7/+5 |
* | | Inverse build attribute build.noarchive -> build.archiveon | Sven Gothel | 2011-02-23 | 13 | -24/+8 |
* | | Using 7z instead of zip | Sven Gothel | 2011-02-23 | 3 | -7/+7 |
* | | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 2 | -1/+3 |
* | | Excluded javadoc.dev from javadoc.all; Fixed javadoc.dev (incl jogamp.* packa... | Sven Gothel | 2011-02-22 | 1 | -2/+3 |
* | | misc cleanup (import,script attributes) | Sven Gothel | 2011-02-22 | 3 | -0/+0 |
* | | NativeWindow/SWT: Rename SWTMisc -> SWTAccessor; Add to nativewindow.core.jar | Sven Gothel | 2011-02-22 | 2 | -4/+8 |
* | | NativeWindow/SWT: Add SWTMisc utility allowing platform independent access | Sven Gothel | 2011-02-22 | 2 | -9/+18 |
* | | bump scripts to 6u24 | Sven Gothel | 2011-02-22 | 14 | -31/+48 |
* | | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 2 | -0/+5 |
|/ |
|
* | 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 |
* | Spec Doc update/fix | Sven Gothel | 2011-02-10 | 1 | -96/+58 |
* | Spec: Bump Java version to 1.5 | Sven Gothel | 2011-02-09 | 1 | -11/+14 |
* | Remove CDC | Sven Gothel | 2011-02-09 | 9 | -499/+42 |
* | Expand tabs to 4 spaces | Sven Gothel | 2011-02-09 | 3 | -23/+23 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 40 | -175/+190 |
* | Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due... | Sven Gothel | 2011-02-06 | 3 | -5/+15 |
* | Fixing build scripts for Solaris systems. | Barcsik Attila | 2011-02-05 | 1 | -0/+2 |
* | Expose provided SWT jars to SWT_CLASSPATH for test scripts | Sven Gothel | 2011-02-03 | 7 | -7/+11 |
* | enable junit.run.swt | Sven Gothel | 2011-02-02 | 1 | -1/+1 |
* | Merge remote branch 'wwalker/bug_417' into pulled | Sven Gothel | 2011-02-02 | 1 | -1/+8 |
|\ |
|
| * | Fixed to work properly in the Ant junit.run.* tasks | wwalker | 2011-01-04 | 1 | -1/+8 |
* | | Fix SWT tests in due to changes, minor linux fix | Sven Gothel | 2011-02-02 | 1 | -7/+3 |
* | | Merge branch 'swt_tests' into pulled | Sven Gothel | 2011-02-02 | 38 | -0/+8311 |
|\ \ |
|
| * | | Added two simple SWT unit tests. | Wade Walker | 2011-02-02 | 38 | -0/+8311 |
* | | | unit test for Bug464 added (cleaned CRLF/merged version; own text subpackage) | Domokun | 2011-02-01 | 1 | -2/+3 |
* | | | JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI (AWT/NEWT) | Sven Gothel | 2011-02-01 | 1 | -1/+33 |
* | | | 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 |
* | | | Fix: GLX exception message / sorted imports | Sven Gothel | 2011-01-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | 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 | 2 | -5/+9 |
* | | test scripts .. VersionApplet | Sven Gothel | 2010-12-19 | 2 | -3/+5 |
* | | Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win... | Sven Gothel | 2010-12-19 | 2 | -1/+9 |
* | | Fix WGL Bitmap Offscreen Drawable | Sven Gothel | 2010-12-16 | 5 | -7/+14 |
* | | Add Version Applet | Sven Gothel | 2010-12-15 | 1 | -1/+1 |
* | | final cleanup test results archive :) | Sven Gothel | 2010-12-15 | 1 | -3/+0 |
* | | final cleanup test results archive :) | Sven Gothel | 2010-12-15 | 1 | -17/+12 |
* | | test-zip-archive cleanup | Sven Gothel | 2010-12-15 | 1 | -2/+2 |