- 17 Nov, 2011 1 commit
-
-
Jeff Baumes authored
Following a 2-pass approach for using the newer wglChoosePixelFormat API. First we make a dummy window in order to have a context. Then we try to use wglChoosePixelFormat and delete the dummy window. If a suitable pixel format is not found, revert back to the older approach of using the GDI ChoosePixelFormat. Change-Id: Ia366445f4e7192b5045bcf430c5493b7a187ded6
-
- 14 Nov, 2011 4 commits
-
-
Yumin Yuan authored
Change-Id: I963cc2e98691d6bed85a57217fb7efb338806148
-
Yumin Yuan authored
Change-Id: I5c9cfd400a8bffca4daa166ebbb098856ecad741
-
Kitware Robot authored
- 13 Nov, 2011 21 commits
-
-
Marcus D. Hanwell authored
Change-Id: If2d29821053f37f4cd0ab3589f0b18adde5ccf22
-
Marcus D. Hanwell authored
Change-Id: Id69a252ddab397cbef204de76ebda9b462d59bd6
-
099bd92d DOC: Explain output type and cell vs point normals computation
-
Change-Id: I76666daf38b993f316b6d0e1fc52b87ae284a68a
-
d7ca5411 BUG: Initialize the vtkAxisExtended ivars.
-
1c6c4140 DOC: Explain ordering of eigenvectors.
-
Marcus D. Hanwell authored
Fixing some of the valgrind warnings. Change-Id: Iaf0033f11c0352ec521fe66b8f79bc1c0cc2a17d
-
Change-Id: I5c76b39552eca8bdd1ede67a5ff55004da9385ce
-
62ee96a8 ENH: Delay rendering of scene for context.
-
Marcus D. Hanwell authored
When the scene is modified delay rendering of the scene, squashes multiple updates into one or two renders reducing system/GPU load. Change-Id: I1b64c349e7bab76a7654134529654a1b8fba277e
-
93cbec47 BUG: Be more careful with types in axis calculations.
-
Marcus D. Hanwell authored
Changes the Legibility function a little, to be more careful with types. Also made this function protected as it doesn't seem to need to be part of the public API (this could be revisited in the future). Change-Id: I059138837c79ac589c0006d7431e683a2e9c5bab
-
4156ab2f BUG: Ensure the background of charts has no outline.
-
Marcus D. Hanwell authored
The background for the charts should not have an outline. Change-Id: I9b883285db3283c0496d4cebcac447b36885240c
-
Marcus D. Hanwell authored
Change-Id: I58214aeb6b722e6bcd35f080e6cac407d397d6fb
-
Marcus D. Hanwell authored
The vtkSmartPointer header is needed for a new ivar that was introduced recently. Change-Id: Ice443868b275e6df24519d79c193874406d67f3e
-
Brad King authored
Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: I31a29a8b53e5262b76530b8ea80a1a66cff7b3f7
-
Brad King authored
-
Kitware Robot authored
- 11 Nov, 2011 13 commits
-
-
b72c55fc Merge topic 'test_master_in_topic' into pv-master
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
* master: (436 commits) ENH: Do not cache the Dijkstra shortest path info KWSys Nightly Date Stamp Fix bug in with GetPlotType() in vtkScatterPlotMatrix KWSys Nightly Date Stamp Killed 4 warnings KWSys Nightly Date Stamp BUG: fixed bug #12693, changed PI to use vtkMath pi Made doc consistent and clearer; regrouped contributor names Clarify documentation and make it consistent. Regroup contributor names Updated git gerrit-push, and add git gerrit-merge. Add GetPlotType() method to vtkScatterPlotMatrix Do not forget to adjust H/W when necessary in horizontal orientation Testing without EnhancedMode (which should be turned on by default) Use adujsted height and width whenever frame or background are on. KWSys Nightly Date Stamp Perform regression testing for scalar bars Better view angle for the test Adding option to force numeric conversion to double Use standard macros for properties Set/Get methods Properly initialize title actor properties when building axis ...
-
4597ed71 BUG:Fixed problem with interactive vs still frame rate
-
6d8d7374 Merge topic '12663-projected-tet-float-buffer' into pv-master
-
3331d572 Modify projected tetrahedra mapper to use floating point buffer.
-
61b43ba7 ENH: Do not cache the Dijkstra shortest path info
-
Karthik Krishnan authored
A caching of the last used vertex ids to improve the efficiency of the dijkstra interpolator to trace contours on mesh surfaces has to be removed to allow for the new flexbible framework.
-
Kitware Robot authored
-
- 10 Nov, 2011 1 commit
-
-
53e8c2fb Fix bug in with GetPlotType() in vtkScatterPlotMatrix
-