| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily split some TextureIO-related classes into Java SE and Java
| Kenneth Russel | 2008-08-17 | 8 | -8/+2629 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 1 | -5/+7 |
* | Formatting changes only | Kenneth Russel | 2008-07-16 | 9 | -3134/+3134 |
* | Reorganized TextureIO classes to enable code sharing between desktop | Kenneth Russel | 2008-07-16 | 12 | -2302/+2175 |
* | Moved rectangle packer out of AWT-specific sub-package to make it more | Kenneth Russel | 2008-07-16 | 1 | -1/+1 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 1 | -7/+7 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 1 | -1/+3 |
* | merging awt,j2d,swing to awt subpackages | Sven Gothel | 2008-06-26 | 3 | -4/+4 |
* | - added doxygen.cfg | Sven Gothel | 2008-06-24 | 1 | -1/+1 |
* | finishing 2nd refactoring | Sven Gothel | 2008-06-21 | 33 | -27377/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 3 | -0/+2232 |
* | *** empty log message *** | Sven Gothel | 2008-06-21 | 5 | -173/+10 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 1 | -1355/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 29 | -621/+24922 |
* | Split BufferUtil.java in to Java SE and Java ME + CDC + FP (+ JSR-239
| Kenneth Russel | 2008-06-05 | 3 | -294/+522 |
* | Added Immediate Mode Sink (ImmModeSInk) | Sven Gothel | 2008-06-03 | 3 | -0/+708 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 1 | -0/+28 |
* | Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it
| Kenneth Russel | 2008-05-29 | 1 | -2/+37 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 1 | -176/+139 |
* | Addendum to fix for Issue 344: Serious TextRenderer problems involving large ... | Kenneth Russel | 2008-02-19 | 1 | -1/+1 |
* | Added table of Porter-Duff compositing rules in the face of
| Kenneth Russel | 2008-02-18 | 1 | -0/+22 |
* | Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod... | Kenneth Russel | 2008-02-18 | 1 | -476/+462 |
* | Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text
| Kenneth Russel | 2008-02-16 | 1 | -7/+32 |
* | Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer
| Kenneth Russel | 2008-02-16 | 1 | -17/+80 |
* | Removed incorrect statements from TextureIO class about certain
| Kenneth Russel | 2008-01-16 | 1 | -8/+4 |
* | Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture
| Kenneth Russel | 2007-11-15 | 1 | -1/+0 |
* | Fixed Issue 326: TextRenderer corruption with certain text
| Kenneth Russel | 2007-11-09 | 1 | -6/+19 |
* | Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and
| Kenneth Russel | 2007-11-03 | 1 | -6/+12 |
* | Fixes from John Burkey:
| Kenneth Russel | 2007-11-03 | 1 | -53/+117 |
* | Whitespace changes only; for consistency, processed with Jalopy and
| Kenneth Russel | 2007-11-03 | 1 | -1457/+1491 |
* | Made TextRenderer.DefaultRenderDelegate public and static on request
| Kenneth Russel | 2007-10-19 | 1 | -1/+1 |
* | 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 |
* | Integrated John Burkey's new TextRenderer implementation using
| Kenneth Russel | 2007-10-09 | 1 | -172/+853 |
* | 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 |
* | Fixed regression pointed out by Tom Gaskins where
| Kenneth Russel | 2007-07-12 | 1 | -7/+21 |
* | 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 |
* | 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 |
* | Updated link to most recent archived JNLP to 1.1.0, Javadoc window | Kenneth Russel | 2007-04-19 | 1 | -5/+4 |
* | Reverted TextRenderer back to not tokenizing strings as that wasn't
| Kenneth Russel | 2007-04-18 | 1 | -6/+6 |
* | 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 |
* | Added TextureIO.setTexRectEnabled() and isTexRectEnabled() based on | Kenneth Russel | 2007-04-03 | 2 | -1/+38 |