| Commit message (Expand) | Author | Age | Files | Lines |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 5 | -10/+12 |
* | Findbugs.static_final_immutable: Use final qualifier for static immutable ins... | Sven Gothel | 2014-07-08 | 10 | -45/+45 |
* | Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ... | Sven Gothel | 2014-07-08 | 6 | -67/+73 |
* | Findbugs.minor: Fix 'array -> string', missing argument | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 1 | -16/+65 |
* | Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov... | Sven Gothel | 2014-07-05 | 1 | -0/+2 |
* | Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st... | Sven Gothel | 2014-07-05 | 5 | -248/+1182 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 423 | -8248/+8341 |
* | Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), a... | Sven Gothel | 2014-07-03 | 1 | -19/+41 |
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 2 | -14/+56 |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 2 | -64/+308 |
* | Fix (c) header: Due to copy & paste, wrong header was used for certain files ... | Sven Gothel | 2014-07-01 | 5 | -343/+378 |
* | Bug 1027: Fix usage of atomic jar files (NEWT) | Sven Gothel | 2014-06-29 | 3 | -1/+15 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 7 | -12/+12 |
* | Add missing FloatUtil.invertMatrix(..) unit test, which impl. changed w/ comm... | Sven Gothel | 2014-06-28 | 1 | -0/+262 |
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450... | Sven Gothel | 2014-06-28 | 1 | -17/+17 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 9 | -200/+196 |
* | GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method. | Sven Gothel | 2014-06-27 | 2 | -3/+1 |
* | Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37... | Sven Gothel | 2014-06-17 | 1 | -22/+23 |
* | Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55... | Sven Gothel | 2014-06-13 | 1 | -35/+68 |
* | Fix NEWT EDTUtil Deadlock on EDTUtil.start() | Sven Gothel | 2014-06-12 | 1 | -5/+6 |
* | Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe... | Sven Gothel | 2014-06-12 | 1 | -40/+40 |
* | GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati... | Sven Gothel | 2014-06-11 | 5 | -18/+53 |
* | Graph RegionRenderer: Fix GL3 and ES3 GLSL issues | Sven Gothel | 2014-06-11 | 2 | -2/+76 |
* | GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegion | Sven Gothel | 2014-06-09 | 1 | -2/+14 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 8 | -129/+218 |
* | NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..) | Sven Gothel | 2014-06-08 | 4 | -20/+25 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 4 | -20/+28 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 4 | -24/+33 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 4 | -51/+291 |
* | Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native... | Sven Gothel | 2014-06-06 | 26 | -302/+304 |
* | GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 dpi),... | Sven Gothel | 2014-05-27 | 4 | -19/+237 |
* | Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind... | Sven Gothel | 2014-05-27 | 4 | -14/+14 |
* | Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModes | Sven Gothel | 2014-05-26 | 1 | -23/+25 |
* | Bug 1009: Refine test case (Add test06_GL3_Demo0Normal) | Sven Gothel | 2014-05-26 | 1 | -9/+18 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 28 | -508/+812 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-23 | 11 | -354/+388 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 19 | -56/+68 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 82 | -247/+247 |
* | Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri... | Sven Gothel | 2014-05-19 | 11 | -240/+459 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -0/+27 |
* | TestVersionSemanticsNOUI: Derive from JunitTracer | Sven Gothel | 2014-05-14 | 1 | -2/+2 |
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -0/+114 |
* | Fix MovieCube/MovieSimple Graph-Text Usage: Add Alpha Blending otherwise shad... | Sven Gothel | 2014-05-09 | 2 | -4/+4 |
* | Reduce jar-size / cleanup: Replace 1 kB test-ntsc01-57x32.png w/ 400kB test-n... | Sven Gothel | 2014-04-10 | 5 | -50/+52 |
* | Bug 801: Introd. RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED hinting to dea... | Sven Gothel | 2014-04-10 | 6 | -0/+6 |
* | Bug 801: LabelButton uses DEFAULT_2PASS_LABEL_ZOFFSET in any mode, due to dis... | Sven Gothel | 2014-04-09 | 3 | -38/+23 |
* | VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla... | Sven Gothel | 2014-04-09 | 1 | -50/+50 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 10 | -285/+586 |