summaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/util/j2d
Commit message (Expand)AuthorAgeFilesLines
* Cleaner version of previous fix. Clarified documentation, made the Kenneth Russel2007-05-171-13/+12
* Fixed problem in TextRenderer where custom render delegates would Kenneth Russel2007-05-171-0/+8
* Added note on usage of TextRenderer with TileRendererKenneth Russel2007-05-041-0/+9
* Updated link to most recent archived JNLP to 1.1.0, Javadoc windowKenneth Russel2007-04-191-5/+4
* Reverted TextRenderer back to not tokenizing strings as that wasn't Kenneth Russel2007-04-181-6/+6
* More fully debugged tokenized rendering of strings and turned it on by Kenneth Russel2007-04-081-13/+19
* Added automatic mipmap generation support via GL_GENERATE_MIPMAP Kenneth Russel2007-04-082-15/+121
* Added a markDirty() method to TextureRenderer and removed the sync() Kenneth Russel2007-03-273-25/+62
* Made disabling of the depth test optional in TextRenderer and Kenneth Russel2007-02-272-12/+63
* Fixed Issue 278: Fatal error when rendering text Kenneth Russel2007-02-271-0/+40
* Fixed Issue 275: Rendering bugs in TextRenderer Kenneth Russel2007-02-221-1/+38
* Fixed Issue 272: Move setColor method from TextRenderer up to TextureRenderer Kenneth Russel2007-02-202-28/+64
* Added RenderDelegate mechanism to TextRenderer to provide more control Kenneth Russel2007-02-111-19/+103
* Javadoc fixKenneth Russel2007-02-111-2/+3
* Added setColor(Color) convenience methodKenneth Russel2007-02-111-0/+16
* Added GL_TEXTURE_BIT and GL_COLOR_BUFFER_BIT to set of attributes Kenneth Russel2007-01-251-1/+2
* Removed incorrect comment about alpha bits pointed out by Chris CampbellKenneth Russel2007-01-251-3/+1
* Added 3D rendering methods to TextureRenderer and TextRenderer on Kenneth Russel2007-01-202-90/+230
* Robustness improvements to TextRenderer and underlying RectanglePacker. Kenneth Russel2007-01-131-26/+194
* Added new FlyingText demo to illustrate more advanced usage of the Kenneth Russel2007-01-072-15/+34
* With help from Chris Campbell, fixed incredibly stupid bug on my part Kenneth Russel2007-01-062-1/+9
* With extensive help from Phil Race and Chris Campbell from the Java 2D Kenneth Russel2007-01-042-5/+583
* Moved J2DTextureRenderer and J2DOverlay into their own sub-package and Kenneth Russel2007-01-042-0/+584