| Commit message (Expand) | Author | Age | Files | Lines |
* | Made TextRenderer.DefaultRenderDelegate public and static on request
| Kenneth Russel | 2007-10-19 | 1 | -1/+1 |
* | Fixed Issue 316: Multi-Head issues, identical to issue 241
| Kenneth Russel | 2007-10-19 | 1 | -1/+112 |
* | Fixed Issue 324: Rendering artifacts with glyph-based TextRenderer
| Kenneth Russel | 2007-10-17 | 1 | -1/+1 |
* | Fixed Issue 323: TextRenderer leaves VBOs bound
| Kenneth Russel | 2007-10-17 | 1 | -14/+39 |
* | Undid last checkin as it appears the current glPushClientAttrib /
| Kenneth Russel | 2007-10-13 | 1 | -6/+0 |
* | Pre-emptively added clearing out of the GL_ARRAY_BUFFER binding after
| Kenneth Russel | 2007-10-12 | 1 | -0/+6 |
* | Fixed problems causing breakage of NASA's World Wind Java. Added need
| Kenneth Russel | 2007-10-10 | 1 | -0/+19 |
* | Integration of Tomas Hrasky's port of basic GLU NURBS functionality
| Kenneth Russel | 2007-10-09 | 56 | -3595/+7673 |
* | Integrated John Burkey's new TextRenderer implementation using
| Kenneth Russel | 2007-10-09 | 1 | -172/+853 |
* | Fixed Issue 317: GLJPanel handleReshape bug
| Kenneth Russel | 2007-10-02 | 1 | -1/+1 |
* | Added support for loading non-mipmapped, non-power-of-two compressed
| Kenneth Russel | 2007-09-04 | 2 | -5/+75 |
* | Fixed Issue 307: Rectangular (but still pow2) dds textures with mipmaps incor... | Kenneth Russel | 2007-08-06 | 1 | -6/+6 |
* | Incorporated fix from Justin Couch about using the default screen for | Kenneth Russel | 2007-07-24 | 1 | -1/+1 |
* | Added workaround for running in headless mode while still retaining | Kenneth Russel | 2007-07-24 | 1 | -5/+22 |
* | Synced loadLibraryInternal implementation with JNLPAppletLauncher's
| Kenneth Russel | 2007-07-21 | 1 | -1/+12 |
* | Fixed issues pointed out by Justin Couch with Java2D class while
| Kenneth Russel | 2007-07-19 | 1 | -116/+127 |
* | Fixed regression pointed out by Tom Gaskins where
| Kenneth Russel | 2007-07-12 | 1 | -7/+21 |
* | Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java... | Kenneth Russel | 2007-06-28 | 1 | -2/+38 |
* | Cleaner version of previous fix. Clarified documentation, made the
| Kenneth Russel | 2007-05-17 | 1 | -13/+12 |
* | Fixed problem in TextRenderer where custom render delegates would
| Kenneth Russel | 2007-05-17 | 1 | -0/+8 |
* | Fixed problems in TextureIO classes where they did not work with
| Kenneth Russel | 2007-05-07 | 2 | -15/+73 |
* | More changes to make GLCanvas work better in NetBeans GUI builder on
| Kenneth Russel | 2007-05-07 | 1 | -5/+14 |
* | More changes to make the GLCanvas work more reliably in the NetBeans
| Kenneth Russel | 2007-05-06 | 1 | -27/+41 |
* | Changes to make GLCanvas and GLJPanel work better in NetBeans GUI
| Kenneth Russel | 2007-05-05 | 2 | -0/+46 |
* | Added note on usage of TextRenderer with TileRenderer | Kenneth Russel | 2007-05-04 | 1 | -0/+9 |
* | Fixed Issue 296: TextureIO cube map support broken | Kenneth Russel | 2007-04-21 | 2 | -36/+56 |
* | Re-fixed Issue 226: JOGL seg faulting on Solaris AMD64 | Kenneth Russel | 2007-04-21 | 1 | -17/+1 |
* | Fixed Issue 226: JOGL seg faulting on Solaris AMD64 | Kenneth Russel | 2007-04-20 | 1 | -6/+6 |
* | Updated link to most recent archived JNLP to 1.1.0, Javadoc window | Kenneth Russel | 2007-04-19 | 1 | -5/+4 |
* | Fixed several more places in code with same error as in Issue 292 | Kenneth Russel | 2007-04-19 | 1 | -12/+12 |
* | Fixed Issue 292: gluScaleImage does not scale correctly
| Kenneth Russel | 2007-04-19 | 2 | -27/+27 |
* | Reverted TextRenderer back to not tokenizing strings as that wasn't
| Kenneth Russel | 2007-04-18 | 1 | -6/+6 |
* | Fixed Issue 290: GLJPanel throws NullPointerExceptions with Java 2D/JOGL bridge
| Kenneth Russel | 2007-04-17 | 1 | -2/+10 |
* | More fully debugged tokenized rendering of strings and turned it on by
| Kenneth Russel | 2007-04-08 | 1 | -13/+19 |
* | Added automatic mipmap generation support via GL_GENERATE_MIPMAP
| Kenneth Russel | 2007-04-08 | 3 | -22/+179 |
* | Fixed problem pointed out by user operator on JOGL forum where chosen
| Kenneth Russel | 2007-04-07 | 1 | -1/+16 |
* | Added TextureIO.setTexRectEnabled() and isTexRectEnabled() based on | Kenneth Russel | 2007-04-03 | 2 | -1/+38 |
* | Added a markDirty() method to TextureRenderer and removed the sync()
| Kenneth Russel | 2007-03-27 | 3 | -25/+62 |
* | Added Texture.getAspectRatio(). | Kenneth Russel | 2007-03-21 | 1 | -0/+13 |
* | Fixed Issue 274: GLException when GLJPanel (initially not visible) is made vi... | Kenneth Russel | 2007-03-21 | 1 | -0/+33 |
* | Simplified math in last putback | Kenneth Russel | 2007-03-16 | 1 | -2/+2 |
* | Fixed Issue 287: TextRenderer rendering artifacts
| Kenneth Russel | 2007-03-16 | 1 | -3/+17 |
* | Made disabling of the depth test optional in TextRenderer and
| Kenneth Russel | 2007-02-27 | 2 | -12/+63 |
* | Fixed Issue 281: FileUtil doc enhancement
| Kenneth Russel | 2007-02-27 | 1 | -4/+12 |
* | Fixed Issue 277: Documentation enhancement
| Kenneth Russel | 2007-02-27 | 1 | -36/+66 |
* | Fixed Issue 278: Fatal error when rendering text
| Kenneth Russel | 2007-02-27 | 2 | -1/+42 |
* | On advice from Chris Campbell, forced TYPE_INT_ARGB and
| Kenneth Russel | 2007-02-27 | 1 | -3/+12 |
* | Fixed issue with parsing of OpenGL version strings pointed out by | Kenneth Russel | 2007-02-27 | 1 | -5/+6 |
* | Fixed Issue 276: Bug in handling of RGB-like custom BufferedImages in TextureIO
| Kenneth Russel | 2007-02-22 | 1 | -1/+1 |
* | Fixed Issue 275: Rendering bugs in TextRenderer
| Kenneth Russel | 2007-02-22 | 1 | -1/+38 |