- Feb 14, 2025
-
-
Ben Boeckel authored
-
- Feb 10, 2025
-
-
(cherry picked from commit e14e3a4a)
-
- Feb 02, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Jan 16, 2025
-
-
Spiros Tsalikis authored
The vtkLabeledContourMapper now renders the labels on top of the isolines rather than hiding the isolines.
-
Spiros Tsalikis authored
The loose error is 0.057, but the content is correct, just slightly off-placed since it is text.
-
Spiros Tsalikis authored
-
- Jan 13, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22733 - This commit fixes the logic in the `vtkPlotBar::GetBounds(double*, bool unscaled)` method to scale the bounds only if `unscaled` is false. Previously, it returned unscaled bounds even when `unscaled` was false and returned scaled bounds when `unscaled` was true. (cherry picked from commit 6d90695f)
-
Jaswant Panchumarti (Kitware) authored
(cherry picked from commit c6c3a83d)
-
- Dec 31, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22733 - This commit fixes the logic in the `vtkPlotBar::GetBounds(double*, bool unscaled)` method to scale the bounds only if `unscaled` is false. Previously, it returned unscaled bounds even when `unscaled` was false and returned scaled bounds when `unscaled` was true.
-
- Dec 25, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Dec 09, 2024
-
-
Jean Fechter authored
-
- Nov 29, 2024
-
-
(cherry picked from commit 0692322c)
-
- Nov 13, 2024
-
-
Mathieu Westphal (Kitware) authored
-
- Oct 07, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
Remove the threshold that existed before because the new image testing framework is now used, whose threshold ranges from 0 to 1, and 0.05 is a good default.
-
- Sep 28, 2024
-
-
Also use C++17 syntax rules as the next release expects to use C++17.
-
- Sep 27, 2024
-
-
Sankhesh Jhaveri authored
This feature allows resizing the charts without having the legend moving around the chart.
-
- Sep 13, 2024
-
-
Timothée Couble authored
-
- Sep 10, 2024
-
-
(cherry picked from commit a96d29eb)
-
- Aug 27, 2024
-
-
David Gobbi authored
The error was generated by Visual Studio 2022 /std:c++20: error C2445: result type of conditional expression is ambiguous: types 'vtkStdString' and 'const char [2]' can be converted to multiple common types
-
- Aug 26, 2024
-
-
Vincent Le Garrec authored
-
- Aug 20, 2024
-
-
Mathieu Westphal (Kitware) authored
Fix warnings detected by gcc 14 when building with ``` SET(CMAKE_CXX_FLAGS "-Wall -Wextra -Wshadow -Woverloaded-virtual -Wno-deprecated -Wno-strict-overflow -Wno-array-bounds -Wunreachable-code -fdiagnostics-color=always -Wstringop-overflow -Wstringop-overread" CACHE STRING "") SET(CMAKE_C_FLAGS "-Wall -Wextra -Wshadow" CACHE STRING "") ``` The fixes are mostly about shadowed variables and methods
-
- May 29, 2024
-
-
Sean McBride authored
warning: loop variable 'comp' is always a copy because the range of type 'const VecTuple' (aka 'const ConstTupleReference<vtkDataArray, 0>') does not return a reference [-Wrange-loop-analysis]
-
- May 24, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- Enables automated marshalling for some classes in the following modules 1. ChartsCore 2. RenderingContext2D 3. RenderingLabel 4. ViewsContext2D 5. ViewsCore - Enables automated marshalling for additional classes in the following modules 1. CommonExecutionModel 2. InteractionWidgets 3. RenderingCore 4. RenderingOpenGL2
-
- May 16, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- These new methods wrap around existing methods and make the intentions of get/set clear to WrapSerDes tool.
-
- Nov 05, 2023
-
-
Mathieu Westphal (Kitware) authored
-
- Oct 19, 2023
-
-
Ben Boeckel authored
This causes the compiler to not actually put the functions into the library. Remove the specifier from methods declared in headers.
-
- Oct 12, 2023
-
-
Sean McBride authored
-
- Oct 03, 2023
-
-
- Sep 20, 2023
-
-
Sean McBride authored
These were auto-found and auto-fixed by clang `-Xclang -fixit`
-
- Aug 28, 2023
-
-
Spiros Tsalikis authored
This is needed so that arrays can be dispatched by value including implicit arrays. Also with this change we don't need to include another header just to dispatch implicit arrays.
-
- Aug 21, 2023
-
-
Charly Bollinger authored
Was able to get value overflow as we were keeping the same type. Was also allocating an array of x component instead of always 1.
-
- Aug 01, 2023
-
-
Charly Bollinger authored
-
Charly Bollinger authored
Remove limitations to display values. Remove limitations to display labels, and fixes labels association.
-
- Jul 31, 2023
-
-
Charly Bollinger authored
This is added to provide a way to specify arrays that has more than one component. Even though SCALARS attribute accepts them, it is not supposed to be set with more than one component.
-
Charly Bollinger authored
We were taking into account spacing twice, which could lead to returning a nearest point which is out of bounds (and thus get warning when the tooltip tried to get the value associated). Spacing is already considered by GetBounds method.
-
Charly Bollinger authored
Can choose component to show or magnitude.
-