| Commit message (Expand) | Author | Age | Files | Lines |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 1 | -5/+1 |
* | Removed notion of wrapped windows from the NativeWindow interface, | Kenneth Russel | 2008-12-23 | 7 | -29/+7 |
* | Removed lockSurface(), unlockSurface(), and isSurfaceLocked() from | Kenneth Russel | 2008-12-21 | 1 | -12/+0 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 1 | -1/+1 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 1 | -13/+16 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 1 | -4/+0 |
* | KD Fix: Use EGL AttributeList directly | Sven Gothel | 2008-11-27 | 1 | -2/+2 |
* | KDScreen cleanup | Sven Gothel | 2008-11-27 | 1 | -2/+0 |
* | Newt-KD: working inc. events. Screen size can be set w/ property newt.ws.swid... | Sven Gothel | 2008-11-27 | 9 | -51/+71 |
* | Newt-KD: window working, pointer event buggy | Sven Gothel | 2008-11-26 | 1 | -20/+21 |
* | Ooops. Fix Newt KD package names | Sven Gothel | 2008-11-26 | 2 | -2/+2 |
* | Newt Window | Sven Gothel | 2008-11-26 | 10 | -32/+352 |
* | fix compile error | Gerard Ziemski | 2008-10-20 | 1 | -2/+0 |
* | add Mac files | Gerard Ziemski | 2008-10-20 | 3 | -0/+206 |
* | starte native Cocoa based window implementation | Gerard Ziemski | 2008-10-17 | 4 | -0/+7 |
* | using alternate hack for window transparency | Christopher Oliver | 2008-10-16 | 1 | -7/+30 |
* | Patch from Chris Oliver to enable undecorated frames and setting of | Kenneth Russel | 2008-10-16 | 4 | -6/+78 |
* | Cleanup GLArrayData*, misc stuff | Sven Gothel | 2008-08-21 | 1 | -2/+2 |
* | GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu... | Sven Gothel | 2008-08-12 | 1 | -0/+39 |
* | Fixed problem with Newt GLWindow where the EGL implementation we're
| Kenneth Russel | 2008-08-09 | 1 | -1/+14 |
* | Don't consider window to be full-screen if window implementation
| Kenneth Russel | 2008-08-04 | 1 | -2/+7 |
* | Add event handling method to modify the GL context switch due to performance ... | Sven Gothel | 2008-07-21 | 1 | -2/+0 |
* | Add event handling method to modify the GL context switch due to performance ... | Sven Gothel | 2008-07-21 | 1 | -6/+52 |
* | Fixed: | Sven Gothel | 2008-07-11 | 3 | -9/+31 |
* | Removed debugging println | Kenneth Russel | 2008-07-03 | 1 | -1/+0 |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 11 | -99/+757 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2008-06-28 | 7 | -10/+69 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 8 | -20/+412 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 2 | -4/+4 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 2 | -2/+22 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 1 | -3/+2 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 4 | -4/+4 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 11 | -145/+269 |
* | Added Immediate Mode Sink (ImmModeSInk) | Sven Gothel | 2008-06-03 | 2 | -2/+2 |
* | 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 | 10 | -159/+445 |
* | Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1. | Sven Gothel | 2008-05-30 | 7 | -24/+252 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 9 | -9/+977 |
* | Various bug fixes. Incorporated minimal window abstraction to
| Kenneth Russel | 2008-05-29 | 2 | -0/+230 |