| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 7 | -1/+64 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 8 | -27/+24 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 9 | -29/+34 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 2 | -1/+13 |
* | merging awt,j2d,swing to awt subpackages | Sven Gothel | 2008-06-26 | 6 | -7/+6 |
* | removing relocated files | Sven Gothel | 2008-06-26 | 61 | -17571/+0 |
* | removinbg relocated files | Sven Gothel | 2008-06-26 | 41 | -6586/+0 |
* | re-adding accidently removed files | Sven Gothel | 2008-06-26 | 70 | -0/+13347 |
* | re-adding accidently removed files | Sven Gothel | 2008-06-26 | 28 | -0/+10262 |
* | Auto GL profile selection working (GLES1 and GL2 (X11)) | Sven Gothel | 2008-06-25 | 1 | -2/+0 |
* | Auto GL profile selection; New GLReflection (refactoring of common relfection... | Sven Gothel | 2008-06-25 | 3 | -28/+130 |
* | GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 1 | -6/+12 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 6 | -10/+42 |
* | relocated to jawt package | Sven Gothel | 2008-06-24 | 4 | -401/+0 |
* | re-add accidently removed files | Sven Gothel | 2008-06-24 | 53 | -0/+16187 |
* | re-add | Sven Gothel | 2008-06-24 | 7 | -0/+1092 |
* | JAWT package cleanup .. | Sven Gothel | 2008-06-24 | 9 | -4/+953 |
* | re-adding files .. | Sven Gothel | 2008-06-24 | 38 | -0/+6330 |
* | - added doxygen.cfg | Sven Gothel | 2008-06-24 | 1 | -1/+1 |
* | finishing 2nd refactoring | Sven Gothel | 2008-06-21 | 173 | -63561/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 6 | -114/+2429 |
* | *** 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 | 4 | -0/+401 |
* | 2nd big refactoring... | Sven Gothel | 2008-06-21 | 7 | -1121/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 91 | -804/+38873 |
* | 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 | 4 | -152/+922 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 20 | -306/+763 |
* | EGLDrawableFactory: Removed shutdown. | Sven Gothel | 2008-05-30 | 1 | -2/+3 |
* | Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1. | Sven Gothel | 2008-05-30 | 2 | -32/+40 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 1 | -0/+28 |
* | Added GLDrawableFactory.shutdown() to enable clean and cooperative
| Kenneth Russel | 2008-05-30 | 3 | -1/+17 |
* | Changes to WindowsWindow.c to compile on Windows CE. Slight changes to
| Kenneth Russel | 2008-05-30 | 1 | -1/+1 |
* | Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it
| Kenneth Russel | 2008-05-29 | 1 | -2/+37 |
* | Various bug fixes. Incorporated minimal window abstraction to
| Kenneth Russel | 2008-05-29 | 3 | -18/+23 |
* | 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 | 7 | -7/+270 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 16 | -336/+1855 |
* | 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 |