aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/util/j2d
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-153-2840/+0
* Addendum to fix for Issue 344: Serious TextRenderer problems involving large ...Kenneth Russel2008-02-191-1/+1
* Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod...Kenneth Russel2008-02-181-476/+462
* Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text Kenneth Russel2008-02-161-7/+32
* Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer Kenneth Russel2008-02-161-17/+80
* Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture Kenneth Russel2007-11-151-1/+0
* Fixed Issue 326: TextRenderer corruption with certain text Kenneth Russel2007-11-091-6/+19
* Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and Kenneth Russel2007-11-031-6/+12
* Fixes from John Burkey: Kenneth Russel2007-11-031-53/+117
* Whitespace changes only; for consistency, processed with Jalopy and Kenneth Russel2007-11-031-1457/+1491
* Made TextRenderer.DefaultRenderDelegate public and static on request Kenneth Russel2007-10-191-1/+1
* Fixed Issue 324: Rendering artifacts with glyph-based TextRenderer Kenneth Russel2007-10-171-1/+1
* Fixed Issue 323: TextRenderer leaves VBOs bound Kenneth Russel2007-10-171-14/+39
* Undid last checkin as it appears the current glPushClientAttrib / Kenneth Russel2007-10-131-6/+0
* Pre-emptively added clearing out of the GL_ARRAY_BUFFER binding after Kenneth Russel2007-10-121-0/+6
* Fixed problems causing breakage of NASA's World Wind Java. Added need Kenneth Russel2007-10-101-0/+19
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-091-172/+853
* 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