| Commit message (Expand) | Author | Age | Files | Lines |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 8 | -36/+39 |
* | Removed debugging println | Kenneth Russel | 2008-07-03 | 1 | -1/+0 |
* | Further GL-Enum cleanup: FRAMEBUFFER, RENDERBUFFER, .. | Sven Gothel | 2008-07-03 | 1 | -21/+21 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 10 | -125/+125 |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 15 | -105/+764 |
* | 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 | 48 | -240/+414 |
* | Fixed typos in javadoc | Kenneth Russel | 2008-06-27 | 1 | -2/+2 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 18 | -32/+498 |
* | 2nd round cdcfp - compile clean. | Sven Gothel | 2008-06-26 | 1 | -8/+2 |
* | 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 | 4 | -5/+15 |
* | merging awt,j2d,swing to awt subpackages | Sven Gothel | 2008-06-26 | 9 | -11/+9 |
* | 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 | 6 | -136/+204 |
* | GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 2 | -11/+18 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 15 | -14/+46 |
* | 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 | 10 | -7/+956 |
* | 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 | 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 | 7 | -1121/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 102 | -949/+39142 |
* | 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 | 8 | -154/+937 |
* | 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 | 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 |