- 18 May, 2018 1 commit
-
-
Populate a script with `map_<md5>=<sha512>` variable settings and then run the following to convert the content link files: git ls-files -- '*.md5' | while read f; do md5="$(cat "$f")" sha512="$(eval echo \${map_$md5})" rm "$f" echo $sha512 > ${f%.md5}.sha512 done
-
- 04 May, 2018 1 commit
-
-
Alessandro Genova authored
-
- 03 May, 2018 1 commit
-
-
Alessandro Genova authored
-
- 10 Oct, 2017 1 commit
-
-
Shawn Waldon authored
-
- 07 Sep, 2017 1 commit
-
-
Mathieu Westphal authored
This fixes an issue with BadPoints hiding other points Fix #17687 This redesign the algorithm so it is more consise This also add a test and update a faulty baseline
-
- 01 May, 2017 1 commit
-
-
David C. Lonie authored
The OpenGL2 backend has changed how text is positioned -- instead of aligning the entire texture manually (and only for rotations that are multiples of 90 degrees), we now use the anchor position provided by the text renderer that aligns to the drawn pixels and supports arbitrary rotations.
-
- 09 Dec, 2016 1 commit
-
-
Dan Lipsa authored
-
- 30 Nov, 2016 1 commit
-
-
Dan Lipsa authored
-
- 17 Oct, 2016 1 commit
-
-
PlotBox expects a table that contains exactly 5 rows per column. This patch adds an ErrorMacro with a descriptive message if the table is not valid. A new test checks the new error message and uses vtkComputeQuartiles to create a valid table. ERR: ChartBox was not displaying the chart title.
-
- 07 Oct, 2016 1 commit
-
-
Bill Lorensen authored
PlotBox expects a table that contains exactly 5 rows per column. This patch adds an ErrorMacro with a descriptive message if the table is not valid. A new test checks the new error message and uses vtkComputeQuartiles to create a valid table. ERR: ChartBox was not displaying the chart title.
-
- 29 Sep, 2016 1 commit
-
-
Mathieu Westphal authored
This commits fixes !16836, where bigChart resize was actually not correctly computed, by painting once, resizing then triggering a second paint. It also update baseline for the associated test.
-
- 22 Sep, 2016 1 commit
-
-
Dan Lipsa authored
-
- 20 Sep, 2016 1 commit
-
-
Dan Lipsa authored
-
- 20 Jul, 2016 1 commit
-
-
Mathieu Westphal authored
vtkChartMatrix now features a SetSpecificResize allowing to move the bottom left point of a single chart. This feature is used in vtkScatterPlotMatrix to move the Big Chart plot a little on top right in order to prevent overlap, using painter to compute axis bounding rect. It also add a compare operator to vector in order to use it in the stl.
-
- 10 Jun, 2016 2 commits
-
-
Cory Quammen authored
-
Cory Quammen authored
The OpenGL2 backend does not define a vtkOpenGL2ContextDevice2D class, so this test will not run when built with OpenGL2. Change it to run if OpenGL2 is enabled as the OpenGL2 backend requires higher than OpenGL version 2 OR if the OpenGL1 backend is enabled but Open GL version 2 is available. Added alternate baseline for TestScalarsToColors output to accommodate minor differences in OpenGL2 backend.
-
- 08 Mar, 2016 1 commit
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 28 Jan, 2016 1 commit
-
-
Cory Quammen authored
-
- 28 Oct, 2015 1 commit
-
-
Cory Quammen authored
Off by default, this new option adds labels at the ends of the axis with the range values. A separate printf-style format string can be specified for these labels. If a tick label overlaps one of the range labels, it will not be displayed. Modified TestAxes and its baseline to exercise this new option.
-
- 18 Sep, 2015 1 commit
-
-
Mathieu Westphal authored
1. Fix the "mosaic" bug, due to transform be rewriten 2. Fix a bug concerning the mtime of the scene 3. Adaptating tick size to the scene scaling 4. Updating baseline
-
- 03 Sep, 2015 1 commit
-
-
David C. Lonie authored
-
- 14 Aug, 2015 1 commit
-
-
T.J. Corona authored
This fix is in reference to bug report 0015325. The formula for width now avoids a conversion from int to double back to int, and bounds are correctly computed. TestHistogram2D and its resultant image have also been updated to more closely match the original test image.
-
- 05 Aug, 2015 1 commit
-
-
David C. Lonie authored
-
- 06 Jul, 2015 1 commit
-
-
David C. Lonie authored
...rather than anisotropic scaling, since we can't render fonts like that anyway.
-
- 26 Jun, 2015 1 commit
-
-
David C. Lonie authored
Now vtkAxis will show the same number of ticks and the same relative text size when magnifying the image. Text will still be a little funky if the scaling is anisotropic, but at the moment our freetype engine doesn't support anisotropic dpi (not sure if the MPL backend can or not). New API: vtkContextScene::GetLogicalTileScale() returns the renderwindow tilescale or (1, 1) depending on whether ScaleTiles is enabled. There are some random fixes where vtkAxis objects were being used without a scene, which led to segfaults when trying to look up the tile scale internally.
-
- 08 Jun, 2015 1 commit
-
-
Dan Lipsa authored
-
- 04 Jun, 2015 1 commit
-
-
Dan Lipsa authored
The numbers of digits in the exponent for a float printed in scientific notation is undefined. We get 2 or 3 digits on different platforms.
-
- 19 May, 2015 2 commits
-
-
Ken Martin authored
-
Ken Martin authored
-
- 18 May, 2015 1 commit
-
-
Ken Martin authored
-
- 12 May, 2015 3 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Adding a new plot to plot a region named, vtkPlotArea. This can be used to plot a region enclosed between two series. Also added a new test, TestAreaPlot, to test this new plot.
-
Utkarsh Ayachit authored
Plots may do extra work when axis' Mtime changes. Don't change its Mtime unless absolutely needed.
-
- 01 May, 2015 1 commit
-
-
Ken Martin authored
OpenGL 3.2 does not support line width greater than 1 although many drivers do support it. This adds valid images for cases where line width is greater than 1.0 Also minor VisualStudio error check
-
- 16 Apr, 2015 1 commit
-
-
David C. Lonie authored
-
- 09 Apr, 2015 1 commit
-
-
David C. Lonie authored
-
- 01 Apr, 2015 1 commit
-
-
Ken Martin authored
Also a few tweaks to get closer to OpenGL 32 support for mesa.
-
- 06 Jan, 2015 1 commit
-
-
Ken Martin authored
TestChartXYZ test fails on various platforms. It turns out it is failing due to floating point issues. Basically 1) By default the plot data points define the bounds of the axes for the chart 2) the axes define the plot area (clip stuff outside that) 3) which defines the clipping plane equations 4) which can in turn clip the original data points subject to floating point precision This is what is happening (FYI, the point that disappears in the middle is actual on the boundary in the depth axis). This patch “fixes” the test by defining axes that are slightly bigger than the data and replacing the valid image. Change-Id: I25e7f05736f274ffc16633d8110767b9a5a5907b
-
- 23 Dec, 2014 1 commit
-
-
Utkarsh Ayachit authored
Change-Id: I6512c3c8cc441464ec5d093dca9852f1a30acb6b
-
- 19 Dec, 2014 1 commit
-
-
Julien Finet authored
Convenience methods are exposed for plots in vtkChartXY Change-Id: Iccccc18011b74314af3fcd1474ac792a15627ceb
-