| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed Issue 273: class DDSImage don't support cubemap textures
| Kenneth Russel | 2007-02-21 | 1 | -16/+144 |
* | Fixed Issue 272: Move setColor method from TextRenderer up to TextureRenderer
| Kenneth Russel | 2007-02-20 | 2 | -28/+64 |
* | Addendum to fix for Issue 271: wglGetPixelFormatAttribivARB() fails forcing s... | Kenneth Russel | 2007-02-20 | 1 | -1/+1 |
* | Fixed Issue 271: wglGetPixelFormatAttribivARB() fails forcing software OpenGL
| Kenneth Russel | 2007-02-20 | 1 | -4/+8 |
* | Added handling and documentation for jogl.silent.noddraw.check and
| Kenneth Russel | 2007-02-14 | 1 | -26/+61 |
* | Added RenderDelegate mechanism to TextRenderer to provide more control
| Kenneth Russel | 2007-02-11 | 1 | -19/+103 |
* | Javadoc fix | Kenneth Russel | 2007-02-11 | 1 | -2/+3 |
* | Added setColor(Color) convenience method | Kenneth Russel | 2007-02-11 | 1 | -0/+16 |
* | Fixed Issue 267: class DDSImage return incorrect mipmap level data.
| Kenneth Russel | 2007-01-26 | 1 | -2/+2 |
* | Added GL_TEXTURE_BIT and GL_COLOR_BUFFER_BIT to set of attributes
| Kenneth Russel | 2007-01-25 | 1 | -1/+2 |
* | Removed incorrect comment about alpha bits pointed out by Chris Campbell | Kenneth Russel | 2007-01-25 | 1 | -3/+1 |
* | Fixed Issue 264: SecurityException in JOGLAppletLauncher if JOAL not present
| Kenneth Russel | 2007-01-22 | 1 | -1/+5 |
* | Fixed Issue 263: JOGL applets slow in Mozilla / Firefox | Kenneth Russel | 2007-01-22 | 1 | -0/+9 |
* | Fixed Issue 262: DRIHack problems with ATI and possibly other drivers | Kenneth Russel | 2007-01-21 | 1 | -7/+2 |
* | Added 3D rendering methods to TextureRenderer and TextRenderer on
| Kenneth Russel | 2007-01-20 | 2 | -90/+230 |
* | Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent
| Kenneth Russel | 2007-01-17 | 3 | -12/+21 |
* | Robustness improvements to TextRenderer and underlying RectanglePacker.
| Kenneth Russel | 2007-01-13 | 5 | -84/+450 |
* | Added -Djogl.drihack.disable for manual disabling of DRI hack | Kenneth Russel | 2007-01-11 | 1 | -0/+5 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 5 | -0/+83 |
* | Added new FlyingText demo to illustrate more advanced usage of the
| Kenneth Russel | 2007-01-07 | 2 | -15/+34 |
* | With help from Chris Campbell, fixed incredibly stupid bug on my part
| Kenneth Russel | 2007-01-06 | 3 | -1/+47 |
* | With extensive help from Phil Race and Chris Campbell from the Java 2D
| Kenneth Russel | 2007-01-04 | 9 | -5/+1476 |
* | Moved J2DTextureRenderer and J2DOverlay into their own sub-package and
| Kenneth Russel | 2007-01-04 | 2 | -11/+11 |
* | Added getImage() and simpler drawOrthoRect() helper method on
| Kenneth Russel | 2007-01-04 | 1 | -0/+25 |
* | Fixes for building with Visual Studio .NET 2003 (Service Pack 1) | Kenneth Russel | 2007-01-03 | 1 | -2/+2 |
* | On request from James Gosling and others, added a J2DTextureRenderer
| Kenneth Russel | 2006-12-30 | 2 | -0/+559 |
* | Fixed Issue 257: RFE: Texture.updateSubImage(x,y,w,h)
| Kenneth Russel | 2006-12-29 | 2 | -143/+233 |
* | Worked around breakage of JOGL with 5.0u10: see Sun bug IDs
| Kenneth Russel | 2006-12-22 | 1 | -1/+2 |
* | Updated javadoc for JOGLAppletLauncher to document JOAL support, new
| Kenneth Russel | 2006-12-22 | 1 | -21/+46 |
* | Added support for new architectures -- although with the lack of a
| Kenneth Russel | 2006-12-22 | 1 | -2/+9 |
* | Added parameter validation for stereo bit in particular to fix problem | Kenneth Russel | 2006-12-20 | 1 | -31/+25 |
* | Fixed problem in JOGLAppletLauncher where if two different applets
| Kenneth Russel | 2006-12-20 | 1 | -7/+37 |
* | Fixed NullPointerException in new cached GLCapabilities code on X11 | Kenneth Russel | 2006-12-19 | 1 | -2/+4 |
* | Texture documentation improvements suggested by Chris Campbell and James Gosling | Kenneth Russel | 2006-12-05 | 1 | -7/+54 |
* | Added support for using JOAL alongside JOGL in JOGLAppletLauncher. If
| Kenneth Russel | 2006-12-04 | 1 | -5/+190 |