| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 11 | -99/+757 |
* | 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 | 39 | -158/+260 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 15 | -21/+476 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 10 | -31/+28 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 11 | -31/+56 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 3 | -4/+15 |
* | 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 | 10 | -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 | 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 | 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 | 6 | -154/+924 |
* | 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 |
* | Ported Newt event handling to Windows. Minor bug fixes to Windows
| Kenneth Russel | 2008-06-01 | 2 | -2/+2 |
* | refactoring .. wip .. | Sven Gothel | 2008-06-01 | 4 | -18/+15 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 31 | -466/+1211 |
* | 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 | 9 | -56/+292 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 10 | -9/+1005 |
* | 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 | 5 | -18/+253 |
* | 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 | 22 | -336/+2911 |
* | 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 |