- 04 Oct, 2018 14 commits
-
-
Ken Martin authored
66931aff Make sure state is accessed through method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4750
-
Ken Martin authored
Subclasses may override the method. Direct access violates this.
-
Allison Vacanti authored
b5efa708 Merge branch 'upstream-libharu' into update_libharu 2f69cc63 libharu 2018-10-03 (bfc84ae5) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !4732
-
Berk Geveci authored
8e245677 fix unitialized ivar warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !4747
-
Ken Martin authored
38b6385f Fix typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4745
-
Ken Martin authored
433e8ff1 Misc. typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4739
-
Ken Martin authored
minor but important fix
-
Ken Martin authored
0b20b2a4 fix a case where color could exceed 1.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4737
-
Utkarsh Ayachit authored
84738315 improvements to vtkSplitColumnComponents Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !4731
-
Mathieu Westphal authored
c23e4fce Modified .gitignore File Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !4746
-
Max Zeyen authored
Added the settings and configuration folder of Visual Studio Code to the .gitignore file.
-
Boris Basic authored
-
Dan Lipsa authored
93e37cae Fix typo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4744
-
Dan Lipsa authored
-
- 03 Oct, 2018 22 commits
-
-
Dan Lipsa authored
eaa3f192 Do not call kCFCoreFoundationVersionNumber for OSMesa. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4742
-
Dan Lipsa authored
-
David Gobbi authored
79fdd73e Retry opening vtkWrapPython output for writing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !4718
-
David Gobbi authored
e82f38bc Remove bytes() overload resolution trick 3e6f6d72 Better overload resolution for vtkpython ffb4963a Improve helper class for python overload resolution Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !4740
-
David Gobbi authored
The old code used b"text" to cause the wrappers to prefer the vtkStdString overload over the vtkUnicodeString overload (without this, the wrappers reported an error due to an ambiguous method call under Python 3). The wrappers have been fixed so that a normal Python string can be used here.
-
David Gobbi authored
Previously, the wrappers failed to disambiguate C++ overloads in some situations when the overloads had more than one argument. The wrappers assign a "penalty" to each argument depending on how well it matches the parameter type. Previously, when comparing overloads, only the argument from each with the largest penalty was considered. Now all arguments are considered.
-
David Gobbi authored
This changes the interface of the vtkPythonOverloadHelper class to improve its encapsulation. This is a prelude to the next commit, which will change its behavior.
-
Scott Wittenburg authored
3e2f51d5 Fix context2d pdf export image flip axis 533057e9 Replace DrawPolygon with equivalent DrawQuad 4b2036a4 Enable support for VTK_POLY_LINE in pdf backend device 1f535c69 Attempt to fix pen width by computing it in world coords Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !4738
-
luz.paz authored
Found via `codespell`
-
Scott Wittenburg authored
It seems the libharu coordinate system is flipped about the y axis, rather than the x axis, with respect to OpenGL.
-
Scott Wittenburg authored
-
Scott Wittenburg authored
-
Scott Wittenburg authored
-
Allison Vacanti authored
* upstream-libharu: libharu 2018-10-03 (bfc84ae5)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/libharu.git at commit bfc84ae547891fd662d86404e05da8c0a297cbd3 (for/vtk-old).
-
Scott Wittenburg authored
1c68049f Add a test demonstrating the use of vtkPythonItem f055428b Provide a simple python Context2D item, similar to vtkPythonAlgorithm Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4727
-
Ken Martin authored
normalize it back to 1.0 maximum
-
Ken Martin authored
64f464a9 fix a compiler warning and better cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4735
-
Cory Quammen authored
29fb343e Add docs about RegionId not meaning anything in particular Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Andrew Bauer <bauer.andrew.c@gmail.com> Merge-request: !4736
-
Cory Quammen authored
-
Berk Geveci authored
498aa39c Added test for graph reader and writer. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !4730
-
Ken Martin authored
minor fixes
-
- 02 Oct, 2018 4 commits
-
-
Ken Martin authored
e563c121 Fixed compiler warning in vtkGraphReader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4729
-
Scott Wittenburg authored
-
Scott Wittenburg authored
-
Ken Martin authored
8272090e ENH: Add timer in vtkInteractorStyle3D to allow for smooth flying Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4726
-