| Commit message (Expand) | Author | Age | Files | Lines |
* | wip | Sven Gothel | 2008-06-01 | 1 | -22/+1 |
* | Ported Newt event handling to Windows. Minor bug fixes to Windows
| Kenneth Russel | 2008-06-01 | 3 | -30/+125 |
* | refactoring .. wip .. | Sven Gothel | 2008-06-01 | 6 | -47/+38 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 44 | -542/+1834 |
* | EGLDrawableFactory: Removed shutdown. | Sven Gothel | 2008-05-30 | 2 | -2/+10 |
* | Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1. | Sven Gothel | 2008-05-30 | 10 | -128/+364 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 14 | -23/+1394 |
* | Added GLDrawableFactory.shutdown() to enable clean and cooperative
| Kenneth Russel | 2008-05-30 | 4 | -1/+25 |
* | Changes to WindowsWindow.c to compile on Windows CE. Slight changes to
| Kenneth Russel | 2008-05-30 | 2 | -3/+15 |
* | Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it
| Kenneth Russel | 2008-05-29 | 2 | -3/+42 |
* | Various bug fixes. Incorporated minimal window abstraction to
| Kenneth Russel | 2008-05-29 | 7 | -18/+554 |
* | Implemented dynamic function lookup in EGLDrawableFactory and
| Kenneth Russel | 2008-05-28 | 1 | -9/+59 |
* | Filled out EGLContext, EGLDrawable, and EGLDrawableFactory
| Kenneth Russel | 2008-05-28 | 8 | -45/+347 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 27 | -339/+3454 |
* | 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 |
* | 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 |
* | More changes to make GLCanvas work better in NetBeans GUI builder on
| Kenneth Russel | 2007-05-07 | 1 | -5/+14 |
* | More changes to make the GLCanvas work more reliably in the NetBeans
| Kenneth Russel | 2007-05-06 | 1 | -27/+41 |
* | Changes to make GLCanvas and GLJPanel work better in NetBeans GUI
| Kenneth Russel | 2007-05-05 | 2 | -0/+46 |