- Apr 13, 2015
-
-
66a9834e Remove warning when a array name for labeling is not found. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !108
-
- Apr 11, 2015
-
-
8cffe7a7 Fix unsafe mix of bool and int types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !111
-
Julien Finet authored
-
- Apr 10, 2015
-
-
3de21983 Fix compilation by adding DrawLines() to OpenGL context devices Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !109
-
Dan Lipsa authored
When interactively selecting data with multiple sources (select the cell/point under the mouse pointer) you want to see a label for the source where the field exists and not see it if the field does not exit. Not seeing the label is enough indication that the array does not exist.
-
Julien Finet authored
-
90f01a54 Fix unsorted range error in vtkChartSelectionHelper::BuildSelection 67221cf7 Exposes vtkHighestDensityRegionStatistics::ComputeHDR() to the public API b6947eed Fix crash in vtkPlotHistogram2D f7788b1e Add vtkPlotBag::BagVisible 4dcaa290 Add vtkPlot::Selectable e8eab5f5 Add support for drawing multiple line segments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !64
-
- Apr 09, 2015
-
-
95d52db1 Changed map to vector 4ebe46a2 Fixed bugs ab660b67 Recursive stored intermediate results c9ac9884 Modified vtkMath::Factorial 741a3c5c Added vector for memoizing 77008957 Tested merge Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !103
-
2ea3f61e vtkWeb: Ensure that we get the image size requested 30eedf07 Revert "Wait for resize notification in SetSize(...)" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !100
-
5b5c1f03 Fixed some warnings from PGI compiler dashboard Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Chuck Atkins <chuck.atkins@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !62
-
0460b1ee Support random access in compressed tiff files. f814879b Add test to demonstrate TIFF reader issue. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !105
-
Chris Harris authored
Due to the way SetSize(...) is implement on the render window it return before confirming that the window has resized. In which can we can receive an image of the previous size. So if the returned image isn't the correct size, try again.
-
Chris Harris authored
Fix in vtkWeb code instead. This reverts commit 39fedcd6.
-
cf446e3b Fix vtkParseMerge uninitialized variable warnings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !106
-
David Gobbi authored
-
- Apr 08, 2015
-
-
Lin Ma authored
-
Utkarsh Ayachit authored
In compressed tiff files with RowsPerStrip > 1, TIFFReadScanline does not support readom access that reading scan lines in arbitrary order. This fixes that issue. In such cases, we read the initial scan lines and discard them before reading the scan lines of interest. This also requires that we read the file in row order in the file (rather than the output image). Test added in parent commit demonstrates the issue. This commit fixes that issue.
-
Utkarsh Ayachit authored
Adding a new test to demonstrate the vtkTIFFReader inability to handle reading of sub-extents in compressed TIFF file. This is a failing test to demonstrate the reader lack in support.
-
Lin Ma authored
-
Lin Ma authored
-
df0ebf0b Apply using declarations that hadn't been "used". 88693d29 Allow wrappers to properly support "using" methods. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !65
-
0fed50dc Fixed -Wextra-semi warnings in ThirdParty/utf8 0894f9ad Fixed -Wextra-semi warnings in ThirdParty/ftgl 2031f57f Fixed -Wextra-semi warnings in ThirdParty/alglib 1383d571 Fixed -Wextra-semi warnings within VTK macros Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !85
-
ab5456f4 Documentation: Update required Git version to 1.7.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !104
-
Brad King authored
Our 'git-gitlab-push' script requires Git 1.7.2 or greater to use the 'git -c <name>=<value> ...' configuration option. Since 1.7.2 came out in 2010 it is reasonable to expect developers to have it in 2015.
-
- Apr 07, 2015
-
-
Lin Ma authored
-
Lin Ma authored
-
Lin Ma authored
-
50d22d06 Changed placeholder value from 0.0 to 1.0, fixing undefined behaviour Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !102
-
Sean McBride authored
At 0.0 the vtkFiltersAMRCxx-TestImageToAMR test would divide by zero (giving nan) then convert that to int (which is undefined). Found by clang's UBSan.
-
e731f7d4 Add support tbb in local build dirs, and from composer installs. 7493f032 FindTBB: Updated implementation to version proposed for CMake. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !1
-
- Apr 06, 2015
-
-
bf855f4d COMP: Typo causes compile error Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !99
-
5678f1cb Removed many unneeded null checks before delete Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !97
-
67bfb78e Account for window position when drawing in external context 1fd0e34b Added ability to automatically resize external window c5c0794f Changed GLUT test to remove VTK lights e7b5c093 Set spot parameters on the newly created lights bb59caeb Fix lights issue in external render environments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !78
-
Sankhesh Jhaveri authored
In the VTK world display coordinates are with reference to the VTK window origin and size. However, when rendering in an external context, the display coordinates should consider the whole context origin and size. This change fixes the issue where all VTK rendering was happening on the left side of a VRUI stereo window.
-
Sankhesh Jhaveri authored
Added a boolean that enables/disables querying the OpenGL state for viewport size. By default, the viewport size is queried at the start of each frame and the VTK window is resized based on the query result.
-
Sankhesh Jhaveri authored
With the external lighting change, VTK external renderer does not support any VTK lights. This change enables the GLUT test to create OpenGL lights and adds a new baseline.
-
Sankhesh Jhaveri authored
Query spot parameters on the OpenGL light from the OpenGL state and set it on the VTK light.
-
Sankhesh Jhaveri authored
With this change, the external VTK renderer disables automatic light creation. In each frame, OpenGL lights are queried from the OpenGL state and a new headlight is added in VTK for each enabled OpenGL light. This way VTK objects in the scene are lit with lights from the external OpenGL application. NOTE: VTK lights created in the pipeline are discarded and only the externally created OpenGL lights are regarded.
-
d9ec645c Modernized Cocoa code to use NSTrackingArea Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !66
-
Bill Lorensen authored
A typo introduced in a previous patch causes sytnax errors while compiling XdmfTestVTKIO.
-