aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Fix Win/GDI: getAvailableGLCapabilitiesGDI() add offscreen GLCaps as wellSven Gothel2011-02-102-3/+7
* Spec Doc update/fixSven Gothel2011-02-101-96/+58
* Spec: Bump Java version to 1.5Sven Gothel2011-02-091-11/+14
* Remove CDCSven Gothel2011-02-099-499/+42
* Expand tabs to 4 spacesSven Gothel2011-02-093-23/+23
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0940-175/+190
* Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due...Sven Gothel2011-02-063-5/+15
* Fixing build scripts for Solaris systems.Barcsik Attila2011-02-051-0/+2
* Expose provided SWT jars to SWT_CLASSPATH for test scriptsSven Gothel2011-02-037-7/+11
* enable junit.run.swtSven Gothel2011-02-021-1/+1
* Merge remote branch 'wwalker/bug_417' into pulledSven Gothel2011-02-021-1/+8
|\
| * Fixed to work properly in the Ant junit.run.* taskswwalker2011-01-041-1/+8
* | Fix SWT tests in due to changes, minor linux fixSven Gothel2011-02-021-7/+3
* | Merge branch 'swt_tests' into pulledSven Gothel2011-02-0238-0/+8311
|\ \
| * | Added two simple SWT unit tests.Wade Walker2011-02-0238-0/+8311
* | | unit test for Bug464 added (cleaned CRLF/merged version; own text subpackage)Domokun2011-02-011-2/+3
* | | JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI (AWT/NEWT)Sven Gothel2011-02-011-1/+33
* | | test scripts..Sven Gothel2011-01-312-4/+4
* | | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-313-12/+7
* | | version bump: j2se 1.6.0_23, ant 1.8.2Sven Gothel2011-01-317-20/+20
* | | Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+1
| |/ |/|
* | scripts: add new testsSven Gothel2010-12-232-8/+13
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-192-5/+9
* | test scripts .. VersionAppletSven Gothel2010-12-192-3/+5
* | Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-192-1/+9
* | Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-165-7/+14
* | Add Version AppletSven Gothel2010-12-151-1/+1
* | final cleanup test results archive :)Sven Gothel2010-12-151-3/+0
* | final cleanup test results archive :)Sven Gothel2010-12-151-17/+12
* | test-zip-archive cleanupSven Gothel2010-12-151-2/+2
* | don't remove files @ test-zip-archiveSven Gothel2010-12-151-1/+1
* | cleanup declare.common/initSven Gothel2010-12-151-5/+3
* | merge test.run.setup with initSven Gothel2010-12-151-16/+14
* | mkdir after delete: test results folderSven Gothel2010-12-151-1/+1
* | archive test resultsSven Gothel2010-12-151-2/+19
* | Fix jnlp files jar names and removed main attribute of jar refSven Gothel2010-12-153-12/+12
* | only kick off gluegen base.compileSven Gothel2010-12-131-8/+1
* | Cleanup (removed obsolete class / imports) ; Cg fixSven Gothel2010-12-132-4/+4
* | common folder etc: junit -> testSven Gothel2010-12-132-18/+18
* | tests: test.auto.run (junit.run) and test.manual.runSven Gothel2010-12-133-15/+70
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...Sven Gothel2010-12-136-122/+120
* | Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-2/+2
* | Newt: Add com.jogamp.newt.util.* package(s) to public javadocSven Gothel2010-12-121-1/+1
* | NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-121-2/+0
* | GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ...Sven Gothel2010-12-122-4/+4
* | script updatesSven Gothel2010-12-127-12/+49
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-125-19/+58
* | Add javaws test scriptsSven Gothel2010-12-112-0/+17
* | GDI: Add GetObjectType(..)Sven Gothel2010-12-101-0/+19
* | GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-093-12/+10
|/