- Apr 25, 2016
-
-
Ben Boeckel authored
* gl/dgobbi/stencildata-fixes: Consolidate vtkImageStencilData code, fix bugs. Merge-request: !824
-
- Feb 12, 2016
-
-
Ben Boeckel authored
* gl/dgobbi/15647-PyObject-Wrapping: 15647 Fix bug with wrapping PyObject args in Python. Merge-request: !1213
-
- Feb 11, 2016
-
-
David Gobbi authored
The check for passthrough "PyObject *" args had an erroneous break statement, which caused all further args to be ignored.
-
- Feb 10, 2016
-
-
Ben Boeckel authored
* gl/Xabi/release-6.3-fix-elevation-limit-case: Fix camera Elevation and Pitch if angle is 90
-
- Feb 08, 2016
-
-
Xabi authored
-
- Feb 04, 2016
-
-
Ben Boeckel authored
* gl/dgobbi/stencil-iterator-overrun-6.3: Fix a memory overrun in vtkImageStencilIterator.
-
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.
-
- Jan 20, 2016
-
-
Ben Boeckel authored
* gl/dgobbi/15934-meta-writer-update: Bug 15934: vtkMetaImageWriter incorrect voxel spacing and origin
-
- Jan 13, 2016
-
-
David Gobbi authored
The vtkMetaImageWriter's Write() method was getting the spacing and origin from the input's data object before updating the data object. As a result, an incorrect spacing and origin was written to the file header.
-
- Dec 18, 2015
-
-
Ben Boeckel authored
* 6.3-osmesa-32: get a 3.2 context from OS mesa using new funcs
-
Ben Boeckel authored
* gl/Xabi/release-6.3-vtkDelaunay2D-fixes: Fix a bug with vtkDelaunay2D.
-
Working with Brian Paul to get a 3.2 osmesa context requires changes to VTK and 11.2 mesa changes to work (cherry picked from commit e7e71c4e)
-
- Dec 15, 2015
-
-
In a previous patch, a mechanism was added to check edges once constrained edges were applied. However, in some cases, this check can break some constrained edges. This patch make sure to not perform this edge check for triangle edges which contains a constrained edge. (cherry picked from commit ac7a28f9)
-
- Dec 14, 2015
-
-
Ben Boeckel authored
This reverts commit 262fe1ef, reversing changes made to 1a04e8a1.
-
- Dec 10, 2015
-
-
Ben Boeckel authored
* gl/gcasey/fix-macro-redefinition: Fix test compilation Fix macro redefinition errors
-
- Dec 09, 2015
-
-
Casey Goodlett authored
-
Casey Goodlett authored
Move the offending macros to class-scope enums
-
- Dec 04, 2015
-
-
Ben Boeckel authored
* gl/dgobbi/python-py3k: Fixing bug from 5b6e9c49 with test inversion PyVTKObject: add .c_str() PyVTKObject: shorten the lifetime of the `s` object PyVTKObject: own the classname memory
-
- Dec 03, 2015
-
-
Ben Boeckel authored
* gl/Xabi/release-6.3-vtkDelaunay2D-fixes: Fix occasional failure of testing if a point is in or out of a triangle Fix a bad index issue that make constrained delaunay2d crash
-
- Nov 30, 2015
- Nov 27, 2015
-
-
- Nov 19, 2015
-
-
Seems GCC is happy without this?
-
It isn't needed after this point anymore.
-
In Python3, we take the actual object and construct a new bytes() object from it. We then take a pointer to its data and decref the bytes object. If the garbage collector runs between the decref and the use of the classname variable further down, it is a use-after-free.
-
- Nov 18, 2015
-
-
Ben Boeckel authored
* gl/Xabi/release-6.3-mousewheel-pending-event: Return the MouseWheel event as a pending event in Win32 RenderWindow
-
- Nov 16, 2015
-
-
Ben Boeckel authored
Merge remote-tracking branch 'gl/Xabi/release-6.3-fix-doc-vtkimagedata-getdimensions' into release-6.3 * gl/Xabi/release-6.3-fix-doc-vtkimagedata-getdimensions: Fix the documentation for vtkImageData::GetDimensions
-
Xabi authored
-
- Nov 13, 2015
-
-
Ben Boeckel authored
* gl/dgobbi/python-toupper-macro: Remove the toupper macro defined by Python.h.
-
- Nov 12, 2015
-
-
David Gobbi authored
The Python pyport.h header defines macros for toupper and other ctype functions when compiled with __APPLE__ defined. These macro definitions are problematic for C++ in general, and cause compile errors with modern compilers.
-
Xabi authored
-
- Oct 30, 2015
-
-
Ben Boeckel authored
* gl/Xabi/release-6.3-double-win32Interactor-render: Remove the extra Render performed by the interactor on WM_PAINT.
-
- Oct 29, 2015
-
-
Xabi authored
It will be done in vtkWin32OpenGLRenderWindow
-
- Oct 28, 2015
-
-
Ben Boeckel authored
Merge remote-tracking branch 'gl/Xabi/release-6.3-win32-interactor-events-propagation' into release-6.3 * gl/Xabi/release-6.3-win32-interactor-events-propagation: Do not retain the windows events if they are not treated
-
- Oct 25, 2015
-
-
David Gobbi authored
There were some tricky bugs in the code for InsertAndMergeExtent() and RemoveExtent(), so it seemed like a good opportunity to rewrite these methods so that they share the same code.
-
- Oct 23, 2015
-
-
Ben Boeckel authored
Merge remote-tracking branch 'gl/Xabi/release-6.3-enable-DoubleClick-for-Win32OpenGLRenderWindow' into release-6.3 * gl/Xabi/release-6.3-enable-DoubleClick-for-Win32OpenGLRenderWindow: Set the CS_DBLCLKS flag to receive double-click notifications
-
- Oct 22, 2015
-
-
Ben Boeckel authored
* gl/Xabi/release-6.3-picking_dp_fix: Another picking fix and mtime issue A fix for picking combined with depth peeling
-
- Oct 21, 2015
-
-
Ben Boeckel authored
* gl/dcthomp/fix-obj-texture-import: Add a regression test and baseline image. Handle OBJ-file materials without textures.
-
Ben Boeckel authored
* commit '7d78e329': Remove Python version from vtkPythonConfigure.h. Fix HAVE_ROUND-related build warnings in Visual Studio 2013 Fix const-cast warnings in vtkPythonInteractiveInterpreter.
-