aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Synced loadLibraryInternal implementation with JNLPAppletLauncher's Kenneth Russel2007-07-211-1/+12
* Fixed issues pointed out by Justin Couch with Java2D class while Kenneth Russel2007-07-191-116/+127
* Fixed regression pointed out by Tom Gaskins where Kenneth Russel2007-07-121-7/+21
* Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java...Kenneth Russel2007-06-281-2/+38
* Cleaner version of previous fix. Clarified documentation, made the Kenneth Russel2007-05-171-13/+12
* Fixed problem in TextRenderer where custom render delegates would Kenneth Russel2007-05-171-0/+8
* Fixed problems in TextureIO classes where they did not work with Kenneth Russel2007-05-072-15/+73
* More changes to make GLCanvas work better in NetBeans GUI builder on Kenneth Russel2007-05-071-5/+14
* More changes to make the GLCanvas work more reliably in the NetBeans Kenneth Russel2007-05-061-27/+41
* Changes to make GLCanvas and GLJPanel work better in NetBeans GUI Kenneth Russel2007-05-052-0/+46
* Added note on usage of TextRenderer with TileRendererKenneth Russel2007-05-041-0/+9
* Fixed Issue 296: TextureIO cube map support brokenKenneth Russel2007-04-212-36/+56
* Re-fixed Issue 226: JOGL seg faulting on Solaris AMD64Kenneth Russel2007-04-211-17/+1
* Fixed Issue 226: JOGL seg faulting on Solaris AMD64Kenneth Russel2007-04-201-6/+6
* Updated link to most recent archived JNLP to 1.1.0, Javadoc windowKenneth Russel2007-04-191-5/+4
* Fixed several more places in code with same error as in Issue 292Kenneth Russel2007-04-191-12/+12
* Fixed Issue 292: gluScaleImage does not scale correctly Kenneth Russel2007-04-192-27/+27
* Reverted TextRenderer back to not tokenizing strings as that wasn't Kenneth Russel2007-04-181-6/+6
* Fixed Issue 290: GLJPanel throws NullPointerExceptions with Java 2D/JOGL bridge Kenneth Russel2007-04-171-2/+10
* More fully debugged tokenized rendering of strings and turned it on by Kenneth Russel2007-04-081-13/+19
* Added automatic mipmap generation support via GL_GENERATE_MIPMAP Kenneth Russel2007-04-083-22/+179
* Fixed problem pointed out by user operator on JOGL forum where chosen Kenneth Russel2007-04-071-1/+16
* Added TextureIO.setTexRectEnabled() and isTexRectEnabled() based onKenneth Russel2007-04-032-1/+38
* Added a markDirty() method to TextureRenderer and removed the sync() Kenneth Russel2007-03-273-25/+62
* Added Texture.getAspectRatio().Kenneth Russel2007-03-211-0/+13
* Fixed Issue 274: GLException when GLJPanel (initially not visible) is made vi...Kenneth Russel2007-03-211-0/+33
* Simplified math in last putbackKenneth Russel2007-03-161-2/+2
* Fixed Issue 287: TextRenderer rendering artifacts Kenneth Russel2007-03-161-3/+17
* Made disabling of the depth test optional in TextRenderer and Kenneth Russel2007-02-272-12/+63
* Fixed Issue 281: FileUtil doc enhancement Kenneth Russel2007-02-271-4/+12
* Fixed Issue 277: Documentation enhancement Kenneth Russel2007-02-271-36/+66
* Fixed Issue 278: Fatal error when rendering text Kenneth Russel2007-02-272-1/+42
* On advice from Chris Campbell, forced TYPE_INT_ARGB and Kenneth Russel2007-02-271-3/+12
* Fixed issue with parsing of OpenGL version strings pointed out byKenneth Russel2007-02-271-5/+6
* Fixed Issue 276: Bug in handling of RGB-like custom BufferedImages in TextureIO Kenneth Russel2007-02-221-1/+1
* Fixed Issue 275: Rendering bugs in TextRenderer Kenneth Russel2007-02-221-1/+38
* Fixed Issue 273: class DDSImage don't support cubemap textures Kenneth Russel2007-02-211-16/+144
* Fixed Issue 272: Move setColor method from TextRenderer up to TextureRenderer Kenneth Russel2007-02-202-28/+64
* Addendum to fix for Issue 271: wglGetPixelFormatAttribivARB() fails forcing s...Kenneth Russel2007-02-201-1/+1
* Fixed Issue 271: wglGetPixelFormatAttribivARB() fails forcing software OpenGL Kenneth Russel2007-02-201-4/+8
* Added handling and documentation for jogl.silent.noddraw.check and Kenneth Russel2007-02-141-26/+61
* Added RenderDelegate mechanism to TextRenderer to provide more control Kenneth Russel2007-02-111-19/+103
* Javadoc fixKenneth Russel2007-02-111-2/+3
* Added setColor(Color) convenience methodKenneth Russel2007-02-111-0/+16
* Fixed Issue 267: class DDSImage return incorrect mipmap level data. Kenneth Russel2007-01-261-2/+2
* Added GL_TEXTURE_BIT and GL_COLOR_BUFFER_BIT to set of attributes Kenneth Russel2007-01-251-1/+2
* Removed incorrect comment about alpha bits pointed out by Chris CampbellKenneth Russel2007-01-251-3/+1
* Fixed Issue 264: SecurityException in JOGLAppletLauncher if JOAL not present Kenneth Russel2007-01-221-1/+5
* Fixed Issue 263: JOGL applets slow in Mozilla / FirefoxKenneth Russel2007-01-221-0/+9
* Fixed Issue 262: DRIHack problems with ATI and possibly other driversKenneth Russel2007-01-211-7/+2