| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Made compaction support optional in BackingStoreManager, and therefore | Kenneth Russel | 2008-12-07 | 3 | -11/+46 |
* | clean | Sven Gothel | 2008-12-01 | 1 | -549/+0 |
* | OMX cleanup - generic tool | Sven Gothel | 2008-12-01 | 10 | -621/+1163 |
* | ? build | Sven Gothel | 2008-11-29 | 6 | -146/+168 |
* | ../jogl.log | Sven Gothel | 2008-11-27 | 30 | -19/+10171 |
* | KD Fix: Use EGL AttributeList directly | Sven Gothel | 2008-11-27 | 9 | -102/+89 |
* | 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 | 12 | -123/+139 |
* | Newt-KD: window working, pointer event buggy | Sven Gothel | 2008-11-26 | 7 | -60/+91 |
* | Ooops. Fix Newt KD package names | Sven Gothel | 2008-11-26 | 2 | -2/+2 |
* | Newt Window | Sven Gothel | 2008-11-26 | 25 | -107/+2097 |
* | Replaced implementation of GLU Registry.gluCheckExtension with | Kenneth Russel | 2008-11-25 | 1 | -8/+6 |
* | Added GLU_TESS_AVOID_DEGENERATE_TRIANGLES boolean property to the GLU | Kenneth Russel | 2008-11-24 | 4 | -4/+69 |
* | proper EGL version attr setting | Sven Gothel | 2008-11-23 | 2 | -9/+14 |
* | Temp. hack to un-break CVM build. Check my comments inline | Sven Gothel | 2008-11-22 | 1 | -2/+8 |
* | Adding missing EGLExtImpl_JNI.c | Sven Gothel | 2008-11-22 | 3 | -2/+12 |
* | Incooperate cleaned up path | Sven Gothel | 2008-11-21 | 2 | -2/+2 |
* | Added parsing of OpenGL version string back into | Kenneth Russel | 2008-11-21 | 1 | -0/+155 |
* | Fixed build.xml to build correct version of TextureIO classes on the | Kenneth Russel | 2008-11-21 | 2 | -2/+10 |
* | Moved gluErrorString, gluCheckExtension and gluGetString to base GLU class | Kenneth Russel | 2008-11-21 | 4 | -21/+23 |
* | Adding wince6 vs9 project files | Sven Gothel | 2008-11-20 | 6 | -0/+5391 |
* | EGLDrawable: Update the capabilities to the chosen one by EGL | Sven Gothel | 2008-11-19 | 2 | -1/+22 |
* | Package com/sun/opengl/impl/packrect is now part of utilities and cdcfp | Sven Gothel | 2008-11-19 | 1 | -2/+2 |
* | Fixed typo pointed out by Jason Moore | Kenneth Russel | 2008-11-15 | 1 | -1/+1 |
* | - EGL/EGLExt | Sven Gothel | 2008-11-14 | 12 | -840/+326 |
* | cleanup | Sven Gothel | 2008-11-14 | 1 | -3/+3 |