| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagJOGL-MAIN-TRUNK-BEFORE-JSR-231-MERGE-TRY-2 | First Last | 2005-10-07 | 0 | -0/+0 |
* | show macosxfat as one of the available targets | Gerard Ziemski | 2005-10-07 | 1 | -1/+1 |
* | add support for Mac OS X fat library (ppc and i386) | Gerard Ziemski | 2005-10-06 | 2 | -1/+14 |
* | Added FAQs on common errors building JOGL | Kenneth Russel | 2005-09-30 | 1 | -0/+19 |
* | Demo of Java2D/JOGL integration (as well as first public binary of | Kenneth Russel | 2005-09-10 | 7 | -0/+36 |
* | Removed JavaOne HTML | Kenneth Russel | 2005-07-23 | 1 | -207/+0 |
* | Updated webstart files to JOGL 1.1.1 | Kenneth Russel | 2005-07-12 | 12 | -0/+0 |
* | Updated version string to 1.1.1 for transparency support in GLJPanel | Kenneth Russel | 2005-06-30 | 1 | -1/+1 |
* | Fixed Issue 168: Add support for transparency in GLJPanel
| Kenneth Russel | 2005-06-30 | 15 | -62/+30 |
* | Upgraded webstart jars to 1.1 release.
| Kenneth Russel | 2005-06-24 | 13 | -0/+36 |
* | Added links to version history / release information threads | Kenneth Russel | 2005-06-23 | 1 | -0/+12 |
* | Increased version string to 1.1.0 for final build | Kenneth Russel | 2005-06-23 | 1 | -1/+1 |
* | Fixed Issue 159: Document GLCanvas and lightweight interactions
| Kenneth Russel | 2005-06-23 | 1 | -1/+91 |
* | Fixed Issue 166: Memory leak with ATI Mobility Radeon 9700
| Kenneth Russel | 2005-06-22 | 3 | -11/+52 |
* | Fixed Issue 165: GLUT 3.8 fixes bugs in glutStrokeLength and adds glutStrokeL... | Kenneth Russel | 2005-06-22 | 1 | -2/+10 |
* | Correction to JavaOne HTML | Kenneth Russel | 2005-06-20 | 1 | -3/+3 |
* | Correction to JavaOne HTML | Kenneth Russel | 2005-06-20 | 1 | -1/+1 |
* | Added JavaOne HTML | Kenneth Russel | 2005-06-20 | 1 | -0/+202 |
* | Fixed problem with temporary (or otherwise) resizes of GLJPanel to
| Kenneth Russel | 2005-06-17 | 1 | -0/+7 |
* | Updated vc7.root property declaration and documentation | Kenneth Russel | 2005-06-13 | 1 | -4/+7 |
* | Added more debug information | Kenneth Russel | 2005-06-10 | 4 | -22/+34 |
* | Added documentation about -Dsun.java2d.noddraw=true | Kenneth Russel | 2005-06-09 | 1 | -1/+21 |
* | Fixed up links to resources | Kenneth Russel | 2005-06-07 | 1 | -11/+42 |
* | Updated jogl and jogl-demos home pages to point at new forums | Kenneth Russel | 2005-06-06 | 1 | -2/+2 |
* | Updated user guide for latest JOGL release | Kenneth Russel | 2005-06-06 | 1 | -47/+111 |
* | Fixed bug pointed out by abegel on javagaming.org forums where
| Kenneth Russel | 2005-06-05 | 1 | -2/+3 |
* | Made pbuffer code and in particular floating-point pbuffer code more | Kenneth Russel | 2005-06-02 | 5 | -5/+44 |
* | Cleaned up Mac OS X context handling. Removed incorrect retain call on | Kenneth Russel | 2005-06-01 | 4 | -151/+147 |
* | Changed Windows pixel format selection algorithm to prefer
| Kenneth Russel | 2005-06-01 | 1 | -3/+10 |
* | Reduced printing from jogl.debug.GLContext | Kenneth Russel | 2005-05-31 | 2 | -5/+9 |
* | Removed all spec elements from JNLP tags on advice of tusaki on
| Kenneth Russel | 2005-05-28 | 1 | -2/+1 |
* | Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added
| Kenneth Russel | 2005-05-27 | 8 | -16/+16 |
* | Javadoc fixes | Kenneth Russel | 2005-05-27 | 116 | -134/+154 |
* | Fixed bug in floating-point pbuffer support on Linux and made HDR demo | Kenneth Russel | 2005-05-27 | 2 | -2/+2 |
* | Attempted to speed up GLJPanel redrawing by manually copying scanlines
| Kenneth Russel | 2005-05-27 | 1 | -35/+63 |
* | Enabled resizing of pbuffer during shrinking of GLJPanel as well | Kenneth Russel | 2005-05-26 | 1 | -6/+12 |
* | Fixed Issue 94: isFunctionAvailable throws exception on valid version strings | Kenneth Russel | 2005-05-26 | 1 | -26/+32 |
* | Added more documentation about behavior of GLEventListener.init() and
| Kenneth Russel | 2005-05-24 | 2 | -3/+18 |
* | Fixed remaining bug in GLJPanel where resize operations did not cause
| Kenneth Russel | 2005-05-24 | 2 | -1/+10 |
* | Removed bogus test against frame size = (0,0) which was breaking | Kenneth Russel | 2005-05-24 | 1 | -8/+1 |
* | Attempt to make floating-point pbuffers portable | Kenneth Russel | 2005-05-20 | 6 | -13/+113 |
* | Added first-cut support for floating-point pbuffers on Mac OS X | Kenneth Russel | 2005-05-20 | 4 | -6/+18 |
* | Added more extension definitions from Apple's glext.h (including, and
| Kenneth Russel | 2005-05-19 | 2 | -1/+87 |
* | Added floating-point pbuffer support on X11 | Kenneth Russel | 2005-05-19 | 1 | -8/+5 |
* | Updated to current glext.h, glxext.h and wglext.h
| Kenneth Russel | 2005-05-19 | 4 | -141/+501 |
* | Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
| Kenneth Russel | 2005-05-13 | 3 | -19/+47 |
* | Patched 1.1 b11 jogl.jar with fix for X11 to fix problems on Solaris/x86 | Kenneth Russel | 2005-05-11 | 1 | -0/+0 |
* | Added more locking of AWT around GLX commands during X11 visual | Kenneth Russel | 2005-05-11 | 2 | -28/+53 |
* | Upgraded Java Web Start files to 1.1 b11 and version string to 1.1 b12 | Kenneth Russel | 2005-05-11 | 8 | -1/+4 |
* | Added Solaris/x86 support to build.xml | Kenneth Russel | 2005-05-10 | 1 | -4/+2 |