- Feb 18, 2016
-
-
Ken Martin authored
A number of improvements and a new ios example - expose more module options in the ios build process - add support for gesture based events - add gesture reconition for cases where the native gesture recognizers are not used - modify the multitouch interactor style to be based off the gestures - modify the plane widget to support the pinch gesture as an example - create a new iOS example called planeview that demonstrates - using multitouch gestures - loading data from a cloud provider - using a splash screen - using a settings page to control options - using a probe widget
-
- Feb 17, 2016
-
-
Ken Martin authored
A number of improvements and a new ios example - expose more module options in the ios build process - add support for gesture based events - add gesture reconition for cases where the native gesture recognizers are not used - modify the multitouch interactor style to be based off the gestures - modify the plane widget to support the pinch gesture as an example - create a new iOS example called planeview that demonstrates - using multitouch gestures - loading data from a cloud provider - using a splash screen - using a settings page to control options - using a probe widget
-
- Feb 08, 2016
-
-
bd28aa98 ThirdParty: read attributes from the worktree Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1199
-
Ben Boeckel authored
This should be done so that any attributes for ignoring certain files when exporting can be appended to the file during the extraction step, but ignored in the actual import. Necessary for importing the gitsetup repository.
-
43476924 IO/Xdmf3/Testing: Updated VToXLoop.py to new API. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1198
-
Berk Geveci authored
-
17d7c1ef Use valid pointer in vtkLookupTable::BuildSpecialColors. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1196
-
David C. Lonie authored
The call to ResizeTableForSpecialColors resizes the Table array, invalidating the pointers 'table' and 'tptr', leading to crashes: https://open.cdash.org/testDetails.php?test=414805862&build=4211477
-
cb596fce Marked image as dirty when set use cache to false Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1193
-
Mathieu Westphal (Kitware) authored
-
- Feb 07, 2016
-
-
8eb13121 vtkProbeFilter now sets active attributes when passing point and cell arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1191
-
- Feb 06, 2016
-
-
b9fc3a81 add missing include to fix compiler error Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1192
-
- Feb 05, 2016
-
-
Ken Martin authored
need to have algorithm to use std::max apparently
-
Cory Quammen authored
Active attributes were not being set in the output to match the active attributes in the input. This patch fixes that and adds a test to see that attribute activation in point data works as expected.
-
35b29336 Fixed buffer overrun by rewriting Decode() method to be safer Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1124
-
686d980d ThirdParty: Add license notice to `update-common.sh` Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1190
-
Brad King authored
Our Git infrastructure scripts use the "Apache License 2.0".
-
e08424da ThirdParty: remove empty directories as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1163
-
Sean McBride authored
Created new DecodeSafely() method that takes buffer lengths, which means we can be sure not to overrun any buffer. Under ASan, we see that the vtkWebCorePython-TestDataEncoder test does indeed overrun a buffer with the old method. Deprecated the old method.
-
00d9111d Added pragma to disable warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1188
-
Berk Geveci authored
Warning about deprecated methods coming from deprecated methods is unnecessary. Disabled.
-
- Feb 04, 2016
-
-
d94d511d Fix a memory overrun in vtkImagePointDataIterator. 544d6963 Put back the cxx file for vtkImageStencilIterator. e80a8e00 Merge commit '3dae091d' into stencil-iterator-overrun b65f64d3 Test vtkImageStencilIterator with various extents. dcd024ed Merge branch 'stencil-iterator-overrun-6.3' into stencil-iterator-overrun 2a652eb4 Fix a memory overrun in vtkImageStencilIterator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1167
-
5c536c90 Disabled deprecation warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1182
-
David Gobbi authored
If the stencil extent was smaller than the image extent, then the code incremented the span list pointer upon reaching the first voxel within the stencil extent, even though the pointer was already at the correct location for the first voxel in the stencil extent. The extra increment could lead to a buffer overrun and unpredicable behavior resulting in random crashes.
-
David Gobbi authored
It turns out that this is necessary for explicit template instantiation on Windows. Without it, there are link errors for shared builds.
-
David Gobbi authored
Conflicts: Imaging/Core/vtkImageStencilIterator.txx Resolve by removing Imaging/Core/vtkImageStencilIterator.txx
-
560fc1a6 Enabled and fixed parallel examples. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1181
-
David Gobbi authored
The program logic is fairly complicated for handling a stencil extent that is different from the image extent, or that is different from the execution extent used by the iterator. Testing was insufficient before.
-
David Gobbi authored
-
David Gobbi authored
If the stencil extent was smaller than the image extent, then the code incremented the span list pointer upon reaching the first voxel within the stencil extent, even though the pointer was already at the correct location for the first voxel in the stencil extent. The extra increment could lead to a buffer overrun and unpredicable behavior resulting in random crashes.
-
17da8720 fix up how the compile tools are build for android ios Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1178
-
63417cca make the opengl2 module required for the backend Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1177
-
73999adf Add modifier to translate center of the cylinder along the cylinder axis. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !1179
-
Berk Geveci authored
Deprecated methods calling deprecated methods was causing warnings. Disabled until we remove the deprecated methods.
-
Berk Geveci authored
It looks like parallel examples have been disabled since modularization. Fixed.
-
Joachim Pouderoux authored
A new interaction state "TranslatingCenter" is added in order to offer the possibility to translate the center of the axis along the current axis. Use case: set the cylinder so it passes at one position, move the center to it, then change the rotation axis to set the second axis 'end-point'. To use this feature, the user must select the center 'sphere' representation then move the move while pressing CTRL key.
-
Ken Martin authored
Make standalone on as we only compile the vtkCompileTools target
-
Ken Martin authored
the domainschemistryopengl2 module is lightweight so make it on by default if domains chem is on
-
4689eea1 Addressing remote repository access 4684c71d Extended static point locator API to support querying buckets for points a68d44ff Remote module for point cloud processing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1137
-
Will Schroeder authored
-