- 21 Apr, 2004 1 commit
-
-
Ken Martin authored
-
- 04 Apr, 2004 1 commit
-
-
Yves Starreveld authored
-
- 02 Apr, 2004 3 commits
-
-
Ken Martin authored
-
Brad King authored
ERR: Do not use separate debug/optimized linking of python libraries if they are both the same library.
-
John Biddiscombe authored
ShearWarpMapper code contributed by Stefan Bruckner, with some fixes and tidying up by Namkug Kim. Many thanks to them both. Lots of problems appear to still exist with this code.
-
- 01 Apr, 2004 1 commit
-
-
Berk Geveci authored
-
- 27 Mar, 2004 1 commit
-
-
Yves Starreveld authored
-
- 19 Mar, 2004 1 commit
-
-
Ken Martin authored
-
- 15 Mar, 2004 1 commit
-
-
Ken Martin authored
-
- 03 Feb, 2004 1 commit
-
-
Brad King authored
ERR: Using VTK_TCL_LIBRARIES and VTK_TK_LIBRARIES to collect all needed Tcl/Tk libraries together for linking. This is necessary to add libm universally after the tcl library on unix platforms.
-
- 04 Feb, 2004 1 commit
-
-
Brad King authored
-
- 26 Jan, 2004 1 commit
-
-
Brad King authored
BUG: vtkXRenderWindowTclInteractor should be used in Tcl wrappers if VTK_USE_X is defined. Previous "not windows and not apple" test does not work for X on cygwin or on the Mac.
-
- 08 Jan, 2004 3 commits
-
-
Sebastien Barre authored
vtkTkInternals is needed, even if we do not use the TkInternals (on Unix, it will just include nothing)
-
Sebastien Barre authored
-
Sebastien Barre authored
-
- 07 Jan, 2004 4 commits
-
-
Sebastien Barre authored
ENH: the internals headers have been moved to Utilities/TclTk/internals (with the rest of the Tcl/Tk folks)
-
Sebastien Barre authored
-
Sebastien Barre authored
-
Sebastien Barre authored
ENH: move code needed to import Tk internals inside vtkTkInternals.h, and take a stab at collapsing both tk84 and tk84OSX
-
- 02 Jan, 2004 1 commit
-
-
Ken Martin authored
-
- 11 Dec, 2003 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 25 Nov, 2003 1 commit
-
-
Lisa Avila authored
adding back in the unstructured grid volume rendering implementations - plus another fix for the PrintSelf problem
-
- 24 Nov, 2003 3 commits
-
-
Ken Martin authored
-
Lisa Avila authored
-
Lisa Avila authored
-
- 06 Nov, 2003 1 commit
-
-
Prabhu Ramachandran authored
-
- 27 Oct, 2003 1 commit
-
-
Prabhu Ramachandran authored
-
- 23 Oct, 2003 1 commit
-
-
Prabhu Ramachandran authored
-
- 22 Oct, 2003 1 commit
-
-
Brad King authored
ENH: Added VTK_KITS_DIR to VTKConfig.cmake. It specifies a directory containing vtk*Kit.cmake files describing the classes and header locations for each kit.
-
- 21 Sep, 2003 2 commits
-
-
Yves Starreveld authored
-
Yves Starreveld authored
on OSX.
-
- 27 Aug, 2003 1 commit
-
-
Yves Starreveld authored
ENH: Python2.3 closed the -undefined suppress and -flat_namespace hack loophole. ENH: The problem is that python modules are MH_BUNDLEs by necessity, and that VTK ENH: required the ability to link a previous python module by a subsequent one. ENH: (Filtering needs Common, etc.) On OSX, you can't link MH_BUNDLEs, only ENH: MH_DYLIBS. The solution has been to split each MH_BUNDLE so that the 'meat' ENH: including the python wrapper code (indeed everything but the init function) ENH: into a MH_DYLIB, and then make a MH_BUNDLE that links to the MH_DYLIB. ENH: This allows the inter-module dependencies to be satisfied, and obviates the need ENH: for the -undefined suppress hack. ENH: These changes have been tested to be backwards compatible with previous versions ENH: of CMake (linking the MH_BUNDLES with the -flat_namespace and -undefined suppress ENH: flags makes no difference, it just isn't _required_ for it to build any longer), ENH: and older versions (2.2) of Python. Everyone on OSX should use Python2.3, though, ENH: since it is the first version that will actually build a Tkinter module without ENH: being hacked.
-
- 07 Aug, 2003 1 commit
-
-
Amy Squillacote authored
-
- 10 Jun, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 31 May, 2003 1 commit
-
-
Prabhu Ramachandran authored
-
- 21 May, 2003 1 commit
-
-
John Biddiscombe authored
the user to perform customization before and after the wrapping is done.
-
- 23 Apr, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 28 Mar, 2003 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-