| Commit message (Expand) | Author | Age | Files | Lines |
* | repair | Sven Gothel | 2009-03-16 | 1 | -5/+0 |
* | repair | Sven Gothel | 2009-03-16 | 3 | -0/+2497 |
* | repair | Sven Gothel | 2009-03-16 | 291 | -0/+89158 |
* | replair | Sven Gothel | 2009-03-16 | 1 | -0/+86 |
* | repair | Sven Gothel | 2009-03-16 | 0 | -0/+0 |
* | repair svn | Sven Gothel | 2009-03-16 | 31 | -0/+4732 |
* | JOGL refactoring: | Sven Gothel | 2009-03-16 | 449 | -94476/+748 |
* | NEWT window closing: | Sven Gothel | 2009-03-14 | 45 | -172/+648 |
* | Worked around problem on Mac OS X where right mouse button down events | Kenneth Russel | 2009-03-13 | 1 | -1/+24 |
* | javadoc update (2) | Sven Gothel | 2009-03-13 | 1 | -1/+1 |
* | javadoc update | Sven Gothel | 2009-03-13 | 2 | -5/+5 |
* | New package Native Window Interface 'java.media.nwi', | Sven Gothel | 2009-03-13 | 72 | -347/+411 |
* | Fix NEWT X11 Keymapping | Sven Gothel | 2009-03-13 | 6 | -4/+259 |
* | Fixed problem with conversion of key code for enter key on Mac OS X; | Kenneth Russel | 2009-03-08 | 1 | -0/+5 |
* | Unified some double GL enums (register combiner), .. | Sven Gothel | 2009-03-06 | 2 | -27/+28 |
* | - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ... | Sven Gothel | 2009-03-05 | 69 | -1303/+1939 |
* | increase double click interval | Christopher Oliver | 2009-01-15 | 1 | -1/+1 |
* | Changed how MacWindow computes the coordinates for mouse events sent | Kenneth Russel | 2009-01-15 | 1 | -1/+7 |
* | Fixed known bug in coordinates passed for WINDOW_MOVED events on Mac | Kenneth Russel | 2009-01-14 | 2 | -38/+12 |
* | Turned off debugging printfs | Kenneth Russel | 2009-01-14 | 1 | -2/+7 |
* | Fixed ArgumentIsString directive for glProgramStringARB (now | Kenneth Russel | 2009-01-12 | 2 | -0/+2 |
* | pass original unconverted keyChar | Christopher Oliver | 2009-01-09 | 1 | -2/+2 |
* | implement setTitle | Christopher Oliver | 2009-01-08 | 1 | -0/+7 |
* | Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque() | Kenneth Russel | 2009-01-06 | 4 | -0/+47 |
* | Deleted broken attempt at transparent window code from AWTWindow. | Kenneth Russel | 2009-01-06 | 1 | -26/+2 |
* | Fixed problems exposed by SoyLatte JRE where there was no | Kenneth Russel | 2009-01-06 | 1 | -1/+16 |
* | Native (non-AWT) port of Newt to Mac OS X using Cocoa. Most | Kenneth Russel | 2009-01-05 | 12 | -61/+1364 |
* | Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classes | Kenneth Russel | 2009-01-03 | 9 | -11/+9 |
* | Moved FileUtil and StreamUtil classes back into com.sun.opengl.util | Kenneth Russel | 2008-12-30 | 10 | -90/+88 |
* | Refactored AWT dependencies in Animator class differently to allow | Kenneth Russel | 2008-12-30 | 7 | -423/+440 |
* | Cleaned up java.part.util.gl2 definition after movement of GLUT classes. | Kenneth Russel | 2008-12-30 | 1 | -1/+1 |
* | Moved GLUT into com.sun.opengl.util.gl2 package and renamed to JOGL | Kenneth Russel | 2008-12-30 | 16 | -53/+32 |
* | Added file missed in last checkin | Kenneth Russel | 2008-12-30 | 1 | -0/+601 |
* | Renamed TileRenderer back to JOGL 1.0 naming convention. Updated demos. | Kenneth Russel | 2008-12-30 | 1 | -601/+0 |
* | Moved GL2- and AWT-specific utility classes into the AWT package | Kenneth Russel | 2008-12-30 | 4 | -56/+47 |
* | Removed JOGLAppletLauncher, superseded by JNLPAppletLauncher at | Kenneth Russel | 2008-12-30 | 1 | -1080/+0 |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 12 | -84/+75 |
* | Removed notion of wrapped windows from the NativeWindow interface, | Kenneth Russel | 2008-12-23 | 10 | -71/+24 |
* | Removed lockSurface(), unlockSurface(), and isSurfaceLocked() from | Kenneth Russel | 2008-12-21 | 4 | -37/+0 |
* | Fixed more bugs in glue code generation related to using opaque long | Kenneth Russel | 2008-12-20 | 3 | -3/+10 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 24 | -908/+1180 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 22 | -161/+74 |
* | Integrated work from several months ago to refactor GLJPanel | Kenneth Russel | 2008-12-16 | 1 | -735/+850 |
* | Fixed bug in glMapBuffer native code generation and bug in | Kenneth Russel | 2008-12-16 | 4 | -8/+8 |
* | Moved javax.media.opengl.awt.gl2.GL2JPanel (back) to | Kenneth Russel | 2008-12-16 | 1 | -39/+39 |
* | Fixed nested toolkit locking problem with X11PbufferGLXDrawable. With | Kenneth Russel | 2008-12-14 | 17 | -76/+92 |
* | Fixed initialization of chosen GLCapabilities on X11 platforms for | Kenneth Russel | 2008-12-13 | 2 | -5/+12 |
* | Fixed NullPointerException during GLDrawable creation on X11 platforms | Kenneth Russel | 2008-12-13 | 1 | -1/+2 |
* | Fixed bug in pbuffer support on Mac OS X due to confusion about what | Kenneth Russel | 2008-12-12 | 2 | -27/+12 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 21 | -109/+92 |