| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_Platf... | Kenneth Russel | 2004-03-15 | 5 | -6/+63 |
* | Removed debugging printfs | Kenneth Russel | 2004-03-15 | 1 | -4/+4 |
* | Minor cleanups to build.xml | Kenneth Russel | 2004-03-15 | 1 | -4/+1 |
* | Updated OSX information | gregorypierce | 2004-02-28 | 1 | -2/+2 |
* | Updated to handle custom pixel formats in OSX. | gregorypierce | 2004-02-28 | 0 | -0/+0 |
* | Update for custom pixel formats in OSX | gregorypierce | 2004-02-28 | 3 | -8/+9 |
* | Updated for OSX to handle custom pixel formats | gregorypierce | 2004-02-28 | 1 | -1/+2 |
* | Multiple pixel format change | gregorypierce | 2004-02-28 | 1 | -1/+1 |
* | Updated for OSX custom pixel format. | gregorypierce | 2004-02-28 | 1 | -8/+48 |
* | Updated to include GL_EXT_texture_rectangle | gregorypierce | 2004-02-28 | 1 | -0/+10 |
* | Initial version 1.0.0-b01 | djp | 2004-02-18 | 1 | -0/+104 |
* | Undid previous change which turned out to be incorrect. | Kenneth Russel | 2004-01-30 | 1 | -1/+1 |
* | Applied bug fix to GLU tesselator from pdjensen@dev.java.net. | Kenneth Russel | 2004-01-29 | 1 | -1/+1 |
* | Modified the OSX jogl.properties location to something that actually exists o... | gregorypierce | 2004-01-18 | 1 | -1/+1 |
* | updated navbar | athomas | 2003-11-22 | 1 | -6/+6 |
* | updated navbar | athomas | 2003-11-22 | 1 | -8/+10 |
* | implemented GLJPanel for Mac OS X | Gerard Ziemski | 2003-11-19 | 11 | -83/+157 |
* | new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ... | athomas | 2003-11-15 | 1 | -33/+27 |
* | use USE_GL_TEXTURE_RECTANGLE_EXT for PBuffers - needed for GLJPanel | Gerard Ziemski | 2003-11-08 | 1 | -17/+36 |
* | added Mac OS X specific compiler and linker options - prebinding. jogl.jnilib... | Gerard Ziemski | 2003-11-04 | 1 | -3/+3 |
* | Print error messages when nsview is not a valid drawable and return NULL from... | Gerard Ziemski | 2003-11-04 | 1 | -5/+23 |
* | Implemented a per-thread GLContext stack, which gives a thread
| Kenneth Russel | 2003-11-04 | 5 | -45/+306 |
* | Disabling the context updater for now - not thread safe yet. | Gerard Ziemski | 2003-10-12 | 5 | -2/+31 |
* | Implemented PBuffers (available in >= Panther). Reimplemented window resizing... | Gerard Ziemski | 2003-10-12 | 9 | -183/+570 |
* | fixed link to forums to eliminate IE bug | athomas | 2003-10-11 | 1 | -2/+1 |
* | Added missing implementation of dispatch_glMapBufferARB on Linux after | Kenneth Russel | 2003-10-03 | 1 | -0/+15 |
* | Added Gerard Ziemski's changes to the build process on OS X to look | Kenneth Russel | 2003-09-10 | 3 | -12/+31 |
* | Updated binaries with ARB_vertex_buffer_object support, latest Mac OS | Kenneth Russel | 2003-09-06 | 5 | -0/+0 |
* | Added contribution from user GKW on community.java.net forums to fix | Kenneth Russel | 2003-09-05 | 3 | -33/+40 |
* | Ported JOGL's Cg support to Linux; fixed capitalization and other | Kenneth Russel | 2003-09-05 | 6 | -13/+13 |
* | Added Gerard Ziemski's new sources for faster dynamic symbol lookup on | Kenneth Russel | 2003-09-05 | 2 | -35/+42 |
* | Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt. | Kenneth Russel | 2003-08-27 | 1 | -25/+25 |
* | Fixed Mac OS X build after recent JAWT changes in 10.3 (which are | Kenneth Russel | 2003-08-24 | 8 | -17/+23 |
* | GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg. | Kenneth Russel | 2003-08-21 | 27 | -15/+6530 |
* | GKW on the community.java.net forums pointed out that the | Kenneth Russel | 2003-08-17 | 1 | -30/+38 |
* | Applied suggestion from GKW on community.java.net forums to use | Kenneth Russel | 2003-08-17 | 1 | -1/+1 |
* | Added SGI .rgb image reader. Fixed typos in javadoc. | Kenneth Russel | 2003-08-15 | 2 | -3/+3 |
* | Issue number:
| albanc | 2003-08-13 | 2 | -0/+12 |
* | Fixed bug in offscreen contexts' pending resize logic pointed out by | Kenneth Russel | 2003-08-13 | 2 | -2/+2 |
* | Added link to user's guide to main page | Kenneth Russel | 2003-08-12 | 1 | -0/+2 |
* | Added hardware acceleration TODO for GLJPanel | Kenneth Russel | 2003-08-10 | 1 | -0/+2 |
* | Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support
| Kenneth Russel | 2003-08-08 | 1 | -2/+0 |
* | Fixed bug abies pointed out in ARBVBOKey where it was necessary to | Kenneth Russel | 2003-08-07 | 3 | -2/+28 |
* | Changed glMapBufferARB's implementation to return the same ByteBuffer | Kenneth Russel | 2003-08-07 | 11 | -27/+182 |
* | Fixed (?) build problem on X11 and Mac OS X | Kenneth Russel | 2003-08-06 | 3 | -12/+14 |
* | Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch | Kenneth Russel | 2003-08-06 | 11 | -32/+143 |
* | Attempted fix to jogl and Gears JNLP files after java.net transition to https | Kenneth Russel | 2003-08-04 | 1 | -1/+1 |
* | Updated TODO and fixed bug in default build.xml rule | Kenneth Russel | 2003-08-04 | 2 | -11/+17 |
* | Fixed bug pointed out by Nathan.Burg@sun.com where impl classes | Kenneth Russel | 2003-07-31 | 2 | -2/+4 |
* | Added ANTLR and Ant links to JOGL web page | Kenneth Russel | 2003-07-18 | 1 | -205/+238 |