| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix property query. Thx to Ken pointing this out. | Sven Gothel | 2009-07-03 | 15 | -79/+188 |
* | Fix property handling ; Adding jnlp. aliasing for properties | Sven Gothel | 2009-07-03 | 18 | -92/+95 |
* | - Fixed: JOGL Cg Dependencies .. | Sven Gothel | 2009-07-01 | 1 | -5/+16 |
* | - Removed useless GLX synchronized hacks in X11GLXGraphicsConfiguration | Sven Gothel | 2009-06-18 | 2 | -21/+27 |
* | Fix NEWT static singleton init | Sven Gothel | 2009-06-18 | 4 | -36/+16 |
* | Refactored static initialization to let the JVM ensure it only runs | Kenneth Russel | 2009-06-18 | 1 | -9/+3 |
* | - Fix: X11 locking | Sven Gothel | 2009-06-18 | 16 | -218/+331 |
* | Fixes for javadoc targets | Kenneth Russel | 2009-06-18 | 1 | -0/+2 |
* | Corrected non-C syntax. Worked around ancient compiler/OS on | Kenneth Russel | 2009-06-17 | 1 | -26/+49 |
* | - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit) | Sven Gothel | 2009-06-17 | 5 | -174/+87 |
* | - Add: GLProfile.get(name) return default if name=="GL" as well (or if null) | Sven Gothel | 2009-06-17 | 27 | -933/+1547 |
* | Newt: update to the previous fix : need to use 0xFFFF not 0xFF. | Dmitri Trembovetski | 2009-06-17 | 1 | -7/+7 |
* | Newt: fix to avoid crash on windows when compiled with vc7 configuration (cau... | Dmitri Trembovetski | 2009-06-16 | 1 | -6/+8 |
* | There is no #warning or #warn preprocessor directive in MSVC | Kenneth Russel | 2009-06-16 | 1 | -1/+0 |
* | Attempt to fix compilation under MSVC 6 | Kenneth Russel | 2009-06-16 | 1 | -3/+3 |
* | Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 415 | -0/+111443 |
* | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 231 | -77409/+0 |
* | Added documentation to describe the target parameter. | moorej | 2008-05-02 | 1 | -0/+3 |
* | Incorporated patch from java.net user neugens to stop downcasting to
| Kenneth Russel | 2008-04-17 | 1 | -2/+2 |
* | Fixed Issue 279: GLJPanel.setAutoSwapBufferMode(false) throws NPE
| Kenneth Russel | 2008-03-30 | 1 | -27/+16 |
* | 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 |
* | Fixed Issue 341: JNI Global Reference in native code prevents clean applet te... | Kenneth Russel | 2008-02-03 | 1 | -30/+1 |
* | 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 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 |