- 04 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 21 Aug, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* added debug output to DataContainerInspector
-
- 13 Aug, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* fixed (de)initialization of DataContainerInspectorWidget and its canvas
-
- 16 Jul, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/branches/gui-redux@520 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 15 Jul, 2013 1 commit
-
-
schultezub authored
* Introducing DataNamePropertyWidget offering a combo box with all DataHandles in current DataContainer * added slice rendering to Columbia1 pipeline git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@516 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 12 May, 2013 1 commit
-
-
schultezub authored
* Moved destruction of ReferenceCounted object to seperate thread (thus unloading rendering thread) * integration of OpenGL garbage collector into OpenGLJobProcessor (finally, you don't need to care anymore whether your code might call a GL object destructor and hence needs an OpenGL context) * changed DataContainer implementation from mutex/lock to concurrent container * fixing improper order of GL object deinitilization on program exit git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@492 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 12 Feb, 2013 1 commit
-
-
schultezub authored
* Fixed wrong DevIL dlls and libs git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@467 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Jan, 2013 5 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@439 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@438 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
#37: further work on improving the DataContainerInspectorWidget debugging features, now offering automatic updates, transfer functions and more git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@437 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@436 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@435 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 02 Nov, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@338 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@335 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 26 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@326 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 05 Oct, 2012 1 commit
-
-
schultezub authored
* renamed GeometryTransferFunctionXYZ to Geometry1DTransferFunctionXYZ * renamed TFGeometry to TFGeometry1D git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@323 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 Oct, 2012 3 commits
-
-
schultezub authored
* fixed ImageDataRenderTarget:::getLocalMemoryFootprint() git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@322 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@321 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@320 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 01 Oct, 2012 2 commits
-
-
schultezub authored
replaced DataHandle pointers by simple DataHandle instances - managing pointers to smart pointers is cumbersome and prone to errors... git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@318 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* stuffed a whole bunch of memory leaks git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@317 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 27 Sep, 2012 2 commits
-
-
schultezub authored
* fixed AbstractTransferFunction lazy histogram creation git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@312 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@310 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 21 Sep, 2012 1 commit
-
-
schultezub authored
* added memory footprint analysis to DataContainerInspectorWidget git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@306 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 28 Aug, 2012 1 commit
-
-
schultezub authored
* fixed crashes in DataContainerInspectorWidget git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@264 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 27 Aug, 2012 1 commit
-
-
schultezub authored
* added DataContainer::getDataHandlesCopy() git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@263 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-