| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue 156: Patch to add linux.ia64 target
| Kenneth Russel | 2005-04-24 | 3 | -2/+28 |
* | Fixed Issue 92: Platform Independent VSync functionality
| Kenneth Russel | 2005-04-24 | 10 | -0/+57 |
* | Fixed Issue 153: API method in SingleThreadedWorkaround class to change to ol... | Kenneth Russel | 2005-04-10 | 1 | -0/+11 |
* | Fixed Issue 148: Swing Component Shadow on GLJPanel
| Kenneth Russel | 2005-04-10 | 1 | -5/+1 |
* | Fixed Issue 150: Rendering artifacts with GLJPanel.
| Kenneth Russel | 2005-04-10 | 1 | -2/+2 |
* | Fixed Issue 146: GLUT teapot
| Kenneth Russel | 2005-04-09 | 1 | -0/+344 |
* | Attempted to work around bugs seen during resizing of GLCanvas on Mac | Kenneth Russel | 2005-04-07 | 1 | -19/+8 |
* | Fixed Issue 154: Patches for build problems
| Kenneth Russel | 2005-04-04 | 2 | -6/+7 |
* | Fixed bug in GLU tesselator pointed out by user basszero on
| Kenneth Russel | 2005-03-11 | 1 | -1/+1 |
* | Minor correction about state of Cg binding | Kenneth Russel | 2005-03-11 | 1 | -1/+1 |
* | Corrected instructions in HowToBuild.html regarding PATH environment | Kenneth Russel | 2005-03-11 | 1 | -1/+1 |
* | Updated version string to 1.1 b11 | Kenneth Russel | 2005-02-28 | 1 | -1/+1 |
* | Updated JOGL and jogl-demos webstart jars to 1.1 b10 | Kenneth Russel | 2005-02-28 | 5 | -0/+0 |
* | Made GLJPanel.display() use paintImmediately all the time; removed
| Kenneth Russel | 2005-02-27 | 1 | -24/+10 |
* | Updated documentation to reflect single-threaded workaround | Kenneth Russel | 2005-02-27 | 1 | -50/+63 |
* | Moved debug printout of all available capabilities before selection of
| Kenneth Russel | 2005-02-26 | 1 | -6/+6 |
* | Fixed Issue 109: Two animator threads on two Frames crash
| Kenneth Russel | 2005-02-24 | 3 | -15/+78 |
* | Moved GLJPanel.reshape() work onto EventQueue thread under assumption
| Kenneth Russel | 2005-02-24 | 1 | -47/+62 |
* | Added version string to verbose output | Kenneth Russel | 2005-02-23 | 1 | -0/+4 |
* | Partial fix for Issue 114: GLCanvas canCreateOffscreenDrawable() function alw... | Kenneth Russel | 2005-02-23 | 3 | -2/+11 |
* | Fixed Issue 141: No NIO support in CgGL
| Kenneth Russel | 2005-02-23 | 1 | -0/+5 |
* | Fixed Issue 140: glu.gluBuild2DMipmaps crash
| Kenneth Russel | 2005-02-23 | 1 | -11/+28 |
* | Changed comments to C++ style to be able to comment out blocks | Kenneth Russel | 2005-02-23 | 1 | -8/+8 |
* | Partial fix for Issue 140: glu.gluBuild2DMipmaps crash
| Kenneth Russel | 2005-02-23 | 1 | -0/+24 |
* | Fixed Issue 143: Pbuffer creation in display() causes exception
| Kenneth Russel | 2005-02-23 | 1 | -0/+9 |
* | Fixed bug in gluScaleImage pointed out by user benjunmun on javagaming
| Kenneth Russel | 2005-02-22 | 1 | -0/+4 |
* | Fixed problem pointed out by user chrisDUPUIS on javagaming forums
| Kenneth Russel | 2005-02-22 | 1 | -2/+2 |
* | Updated version string to 1.1 b10 | Kenneth Russel | 2005-02-15 | 1 | -1/+1 |
* | Updated Java Web Start jars to 1.1 b09 | Kenneth Russel | 2005-02-15 | 5 | -0/+0 |
* | Updated version string to 1.1 b09. | Kenneth Russel | 2005-02-15 | 1 | -1/+1 |
* | Worked around bugs in NVidia's recent drivers. Added more debugging code. | Kenneth Russel | 2005-02-14 | 1 | -22/+48 |
* | Fixed performance issues with accelerated GLJPanel on ATI cards.
| Kenneth Russel | 2005-02-14 | 1 | -25/+2 |
* | Fixed Issue 110: NativeLibLoader should have a flag for loading the library
| Kenneth Russel | 2005-02-12 | 1 | -25/+36 |
* | Removed unneeded rewind() calls. | gkw | 2005-02-11 | 1 | -22/+1 |
* | OutOfMemoryError exceptions are now handled correctly. | gkw | 2005-02-11 | 1 | -230/+161 |
* | Added extended error code information for wglShareLists failures | Kenneth Russel | 2005-02-10 | 1 | -1/+2 |
* | gluBuild2DMipmapLevelsCore packed-pixel routines were pointing | gkw | 2005-02-08 | 1 | -12/+12 |
* | Changed certain http:// links to https:// | Kenneth Russel | 2005-02-08 | 1 | -7/+7 |
* | Updated webstart jars to 1.1 b08 | Kenneth Russel | 2005-02-07 | 5 | -0/+0 |
* | Fixed problem with glu-impl-macosx.cfg after enabling of GKW's pure | Kenneth Russel | 2005-02-07 | 1 | -3/+3 |
* | Fixed problem in glu-impl-x11.cfg after switch over to use GKW's pure | Kenneth Russel | 2005-02-07 | 2 | -8/+10 |
* | Hooked in GKW's Java port of the GLU library's mipmap and image
| Kenneth Russel | 2005-02-07 | 9 | -55/+1916 |
* | Fixed Issue 136: Return correct pbuffer support for ATI cards | Kenneth Russel | 2005-02-07 | 1 | -0/+11 |
* | Changes to GLJPanel to make it work on Mac OS X | Kenneth Russel | 2005-02-04 | 1 | -7/+22 |
* | Added double-buffer argument to Mac OS X OpenGL context creation | Kenneth Russel | 2005-02-04 | 4 | -0/+4 |
* | Issue 44: Add pbuffer-based GLJPanel implementation
| Kenneth Russel | 2005-02-04 | 1 | -1/+2 |
* | Fixed bug in X11GLContext where additional locking was needed in | Kenneth Russel | 2005-02-04 | 2 | -1/+19 |
* | Fixed Issue 44: Add pbuffer-based GLJPanel implementation
| Kenneth Russel | 2005-02-03 | 13 | -156/+563 |
* | Fixed build problems after integration of GKW's Java port of GLU
| Kenneth Russel | 2005-02-03 | 7 | -19/+219 |
* | Added copy of JOGL/GlueGen overview talk slides | Kenneth Russel | 2005-02-03 | 1 | -0/+0 |