aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share/javax
Commit message (Expand)AuthorAgeFilesLines
* Finalized name of JNLPAppletLauncher class and propertyKevin Rushforth2007-05-312-3/+3
* Issue 257: added hooks for JNLPAppletLauncher, a new still-to-be-defined gene...Kevin Rushforth2007-05-293-84/+110
* Fixed to issue 492 : ImageComponent2D.setSubImage throws IllegalArgumentExcep...Chien Yang2007-05-231-7/+8
* Source code changes for issue 491: Refactor platform-specific classes to use ...Kevin Rushforth2007-05-164-18/+193
* Fixed issue 489: AutoOffScreenCanvas3D: postSwap() is called twiceKevin Rushforth2007-05-151-17/+21
* Fixed to Issue 488 : ImageComponent3D bug with by-reference imagesChien Yang2007-05-151-2/+3
* Fixed issue 485: ClassCastException when switching shaders in PhongShadingGLS...Kevin Rushforth2007-04-273-17/+18
* Fixed Issue 314 : Issue with Stenciled Transparent ObjectsChien Yang2007-04-263-18/+22
* Fix for issue 480.paulby2007-04-231-6/+14
* Remove a wrong assert testChien Yang2007-04-201-3/+0
* Fixed to Issue 412 : Exception when updating Y_UP BY_REFERENCE imageChien Yang2007-04-202-1/+14
* Issue 480. Cache getBounds() resultspaulby2007-04-2010-88/+251
* Fixed SecurityException when running applets & Web Start applications causedKevin Rushforth2007-04-171-14/+33
* Fixed issue 362: dynamic assignment of Canvas3D to View makes content disappearKevin Rushforth2007-04-161-3/+7
* Fixed to Issue 396 : Off-screen Canvas3D / D3D: Resizing crashes VMChien Yang2007-04-132-8/+13
* Stats logger for total execution time of users Behaviorspaulby2007-04-121-0/+4
* As part of the work for issue 293 (better error logging), I changed allKevin Rushforth2007-04-12101-1072/+1073
* Framework for issue 293: Need better logging for j3d error, warning, assertio...Kevin Rushforth2007-04-1212-323/+411
* Fixed issue 347: OffScreen Canvas3D always reloads textures, display listsKevin Rushforth2007-04-115-67/+147
* Added developer logger system.paulby2007-04-113-2/+83
* Fixed the following issues:Kevin Rushforth2007-04-105-59/+154
* 1) Submitted by Nvaidya - Fixed to Issue 447 : Enhance Element Traversal To ...Chien Yang2007-04-033-409/+439
* Removed a debug print statementKevin Rushforth2007-03-301-1/+0
* Fixed issue 471: Performance degradation with shader attribute object setValue()Kevin Rushforth2007-03-306-40/+64
* Fixed Issue 402 : Off-screen Canvas3D throws Exception on BufferedImage of TY...Chien Yang2007-03-301-60/+53
* Fixed issue 458: Canvas3D stops rendering on window closeKevin Rushforth2007-03-294-135/+148
* Issue 239: Stencil buffer should be cleared at the start of each frameKevin Rushforth2007-03-265-10/+27
* 1) Fixed Issue 470 : Need informative error message for mismatched NioImageBu...Chien Yang2007-03-226-82/+82
* 1) Implemented Issue 126 : Use OpenGL automatic mipmap generationChien Yang2007-03-218-85/+109
* 1) Fixed Issue 461 : ClassCastException thrown when using filters with NioIm...Chien Yang2007-03-164-301/+34
* Fixed issue 466: NPE when updating lights with multiple viewsKevin Rushforth2007-03-161-8/+18
* Fixed the Mac OS X build, which was broken as a result of an earlier putback.Kevin Rushforth2007-03-091-7/+47
* Issue 381: ByRef, yDown, 4BYTE_ABGR throws ArrayIndexOOB Exceptionpepe2007-03-091-0/+4
* Added support to query GL_SGIS_generate_mipmap and GL_VERSION_1_4 (OpenGL only).Chien Yang2007-03-091-1/+6
* Fixed issue 457: ClassCastException in MasterControl when updating Texture3DKevin Rushforth2007-03-082-5/+5
* Fix to Issue 456 : NPOT background ( maybe raster) fail to work if HW doesn't...Chien Yang2007-03-072-1/+4
* 1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...Chien Yang2007-03-071-2/+1
* Fixed issue 452: Java 3D should fall back to D3D if OpenGL not availableKevin Rushforth2007-03-063-18/+111
* 1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...Chien Yang2007-03-061-12/+28
* 1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...Chien Yang2007-02-283-54/+15
* Issue number: 431Chien Yang2007-02-231-0/+2
* Fixed issue 444: Transform updates overly expensiveKevin Rushforth2007-02-154-69/+160
* Fix to Issue 274 : NPE With Simultaneous View and Content Side PickingBehaviorsChien Yang2007-02-151-8/+13
* Update copyright to 2007Kevin Rushforth2007-02-09400-401/+401
* Fix issue 441paulby2007-02-061-7/+7
* Fixed 434: OutOfMemory after creating millions of RenderAtomListInfo objectsKevin Rushforth2007-01-191-0/+3
* Fixed issue 435: Memory leak when reusing an Appearance with a single TextureKevin Rushforth2007-01-171-0/+2
* 1. Fixed issue 357: Memory leak when using textures with multiple viewsKevin Rushforth2007-01-104-10/+30
* Fixed issue 364: Canvas3D.setOffScreenBuffer(null) sometimes hangsKevin Rushforth2006-12-202-20/+21
* Fixed issue 425 : NullPointerException in automatic mipmap generationChien Yang2006-12-201-2/+28