| 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 | 21 | -63/+517 |
* | 2nd round cdcfp - compile clean. | Sven Gothel | 2008-06-26 | 7 | -14/+32 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 11 | -41/+43 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 13 | -32/+107 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 8 | -64/+85 |
* | 1st cdcfp cleanup round | Sven Gothel | 2008-06-26 | 17 | -109/+68 |
* | Implemented linker configurations for Solaris (32-bit currently -- | Kenneth Russel | 2008-06-26 | 2 | -95/+20 |
* | merging awt,j2d,swing to awt subpackages | Sven Gothel | 2008-06-26 | 10 | -15/+13 |
* | removing relocated files | Sven Gothel | 2008-06-26 | 61 | -17571/+0 |
* | removinbg relocated files | Sven Gothel | 2008-06-26 | 41 | -6586/+0 |
* | misc .. | Sven Gothel | 2008-06-26 | 2 | -2/+7 |
* | 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 | 8 | -154/+233 |
* | GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 7 | -13/+27 |
* | javadoc fixes, adding etc/profile.jogl | Sven Gothel | 2008-06-25 | 2 | -1/+96 |
* | build script props to force linux-x86 on linux-amd64 | Sven Gothel | 2008-06-25 | 1 | -0/+11 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 17 | -73/+294 |
* | native compilation clean: X11 | Sven Gothel | 2008-06-25 | 4 | -41/+45 |
* | 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 | 16 | -25/+974 |
* | re-adding files .. | Sven Gothel | 2008-06-24 | 38 | -0/+6330 |
* | generate OS dependent native code in a separate directory | Sven Gothel | 2008-06-24 | 16 | -29/+57 |
* | - added doxygen.cfg | Sven Gothel | 2008-06-24 | 5 | -16/+1302 |
* | finishing 2nd refactoring | Sven Gothel | 2008-06-21 | 173 | -63561/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 17 | -1493/+2788 |
* | *** empty log message *** | Sven Gothel | 2008-06-21 | 18 | -173/+4522 |
* | 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 | 22 | -3370/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 152 | -1879/+44805 |
* | Adding JNI JAWT stub_includes for all platforms | Sven Gothel | 2008-06-21 | 16 | -0/+7623 |
* | Split BufferUtil.java in to Java SE and Java ME + CDC + FP (+ JSR-239
| Kenneth Russel | 2008-06-05 | 4 | -294/+535 |
* | Added Immediate Mode Sink (ImmModeSInk) | Sven Gothel | 2008-06-03 | 10 | -159/+1014 |
* | Bug fixes to mouse dragging logic | Kenneth Russel | 2008-06-02 | 1 | -8/+12 |
* | Made sendMouseEvent and sendKeyEvent protected because CVM won't look
| Kenneth Russel | 2008-06-01 | 1 | -4/+5 |
* | 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 | 4 | -36/+130 |
* | refactoring .. wip .. | Sven Gothel | 2008-06-01 | 7 | -50/+41 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 5 | -13/+71 |
* | 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 | 16 | -25/+1401 |
* | 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 |
* | Refactored typedef of intptr_t into intptr.cfg | Kenneth Russel | 2008-05-30 | 7 | -28/+19 |