| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added JNLP files for demos to jogl-demos home page. Added more links | Kenneth Russel | 2003-07-18 | 1 | -92/+282 |
* | Undid change to host.properties | Kenneth Russel | 2003-07-16 | 1 | -2/+2 |
* | Trying to fix issue with gears.jnlp | Kenneth Russel | 2003-07-16 | 1 | -2/+2 |
* | Added Java Web Start binaries for JOGL and the JOGL demos. | Kenneth Russel | 2003-07-16 | 6 | -0/+34 |
* | Added workaround for 4845371 to NativeLibLoader. | Kenneth Russel | 2003-07-16 | 1 | -0/+7 |
* | Fixed bug in Animator where it would hang upon stopping if exception | Kenneth Russel | 2003-07-15 | 4 | -29/+33 |
* | Undid changes to host.properties | Kenneth Russel | 2003-07-15 | 1 | -2/+2 |
* | Added ContextVariableName configuration option to GLEmitter because of | Kenneth Russel | 2003-07-15 | 3 | -8/+21 |
* | Fixed issue 13: Readable names for function arguments | Kenneth Russel | 2003-07-15 | 3 | -3/+20 |
* | Fixed issue 12: Better tracing output | Kenneth Russel | 2003-07-15 | 2 | -2/+60 |
* | Fixed issue 1: GLCanvas flickers when using repaint | Kenneth Russel | 2003-07-15 | 1 | -0/+6 |
* | Fixed issue 16: Accessibility breaks jogl | Kenneth Russel | 2003-07-15 | 1 | -1/+9 |
* | Fixed problem where loadLibrary calls needed to be done inside | Kenneth Russel | 2003-07-15 | 1 | -5/+12 |
* | Fixed default antlr.jar property | Kenneth Russel | 2003-07-14 | 1 | -3/+2 |
* | Fixed bugs in Solaris build. | Kenneth Russel | 2003-07-14 | 3 | -7/+16 |
* | Added "dist" target to assemble one jogl.jar out of platform-specific | Kenneth Russel | 2003-07-14 | 1 | -0/+51 |
* | Fixed dangling references to platform-dependent stub_includes versions | Kenneth Russel | 2003-07-14 | 1 | -3/+3 |
* | Switched jogl-demos to use Ant instead of GNU make. | Kenneth Russel | 2003-07-14 | 1 | -2/+2 |
* | Updated jogl build documentation for Ant build. Deleted now-obsolete | Kenneth Russel | 2003-07-14 | 17 | -1189/+11 |
* | Fixed bugs in Mac OS X Ant build. | Kenneth Russel | 2003-07-14 | 1 | -6/+12 |
* | Fixed bugs in Linux build: GLEmitter needs to be used for | Kenneth Russel | 2003-07-14 | 2 | -3/+8 |
* | Added Ant build support, contributed by Rob Grzywinski and Artur | Kenneth Russel | 2003-07-14 | 21 | -17/+2285 |
* | Added sharing of display lists and textures among OpenGL contexts | Kenneth Russel | 2003-07-08 | 30 | -97/+463 |
* | Added pbuffer support to JOGL on X11; HWShadowmapsSimple and | Kenneth Russel | 2003-07-03 | 44 | -468/+1245 |
* | added navbar | athomas | 2003-06-26 | 1 | -0/+8 |
* | Checked in experimental Cg support and a couple of small demos. By | Kenneth Russel | 2003-06-26 | 11 | -8/+1778 |
* | Fixed inheritance problem with GL on Mac OS X. Updated documentation. | Kenneth Russel | 2003-06-26 | 4 | -3/+11 |
* | Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell, | Kenneth Russel | 2003-06-26 | 36 | -7239/+1524 |
* | Split up net.java.games.util; moved GLUT and BufferUtils into | Kenneth Russel | 2003-06-25 | 25 | -2415/+33 |
* | Removed an unused variable. | ckline | 2003-06-22 | 1 | -3/+0 |
* | Merged code comments and some javadoc comments from old Jungle source tree. | ckline | 2003-06-22 | 1 | -0/+19 |
* | Fixed a bug where insideBeginEndPair was not being checked within checkGLGetE... | ckline | 2003-06-22 | 1 | -0/+4 |
* | minor revisions | djp | 2003-06-08 | 1 | -8/+1 |
* | update docs | djp | 2003-06-08 | 2 | -9/+95 |
* | Initial revision | djp | 2003-06-08 | 191 | -0/+62977 |