| Commit message (Expand) | Author | Age | Files | Lines |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 14 | -33/+35 |
* | 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 | 8 | -7/+7 |
* | Fixed: | Sven Gothel | 2008-07-11 | 4 | -142/+67 |
* | Fixed: | Sven Gothel | 2008-07-10 | 1 | -0/+7 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 5 | -24/+26 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 9 | -124/+124 |
* | Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart. | Sven Gothel | 2008-06-28 | 3 | -25/+70 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2008-06-28 | 31 | -147/+190 |
* | 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 |