- 02 Sep, 2015 8 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[ADD] added depth-based shading to the preprocessor. Its a mostly trivial implementation but can produce some nice looking images.
-
Sebastian Eichelbaum authored
[FIX] ... not a fix. This circumvents the boos::program_options linker issue when specifying the OW_BOOST_PROGRAM_OPTIONS_FIX flag. Use CMake to inject the flag: cmake -DOW_CXX_FLAGS_INJECT="-DOW_BOOST_PROGRAM_OPTIONS_FIX".
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 17 Aug, 2015 3 commits
-
-
Mathias Goldau authored
-
Mathias Goldau authored
[CHANGE] boost::optional does not provide implicit casts, hence explicit comparison is made for bool, to provide standard conformity to c++11.
-
reichenbach authored
-
- 16 Aug, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 15 Aug, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 14 Aug, 2015 4 commits
-
-
reichenbach authored
[FIX #411] fixed offset in nav slices, fixed texture matrix, added function for copying texture properties
-
Mathias Goldau authored
[CHANGE #406] Now the Toolbars are visible per default on OSX, to circumvent the white box mentioned in #406
-
Mathias Goldau authored
-
Mathias Goldau authored
-
- 12 Aug, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Mathias Goldau authored
[REMOVED] Apple #ifdefs concerning WApplication and QApplication were obsolete by now. Tested on Linux (Debian unstable) and Mac OS 10.10.4.
-
- 11 Aug, 2015 5 commits
-
-
Mathias Goldau authored
[FIX #408] Now the Q_WS_* macros are replaced by its Q_OS_* macros. Also we now make use of the QCoreApplication::setAttribute( Qt::AA_X11InitThreads ) function.
-
Mathias Goldau authored
-
Mathias Goldau authored
[FIX #404] Implemented workaround for Qt Bug: https://bugreports.qt.io/browse/QTBUG-38303. This affects only Mac OS. The workaround disable file filters for Mac systems, by using the '*' filter.
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 28 Jul, 2015 2 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[FIX] the point attributes where not "de-indexed". As the WDataSetFiber stores point lists sequentially, the point attributes need to be stored in the same way too. Not indexed as before.
-
- 27 Jul, 2015 1 commit
-
-
Sebastian Eichelbaum authored
[ADD] added extended fiber-attribution. You can define an arbitrary amount of per-vertex and per-fiber attributes now.
-
- 23 Jul, 2015 2 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[ADD] added hierarchical clustering module by David Moreno-Dominguez. It also provides proper documentation and the META info point to a tutorial video.
-
- 08 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 01 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
[FIX] fixed default-param issue. CLang compiled well but GCC-5 not. GCC claimed to not be able to deduce the template type by using an exemplary parameter. Well, whatever. Fixed now.
-
Sebastian Eichelbaum authored
[CHANGE] removed all occurrences of piDouble/piFloat. Still keeping piFloat and piDouble defines in WMath though.
-
Sebastian Eichelbaum authored
[FIX] fixed unused variable piFloat warning by replacing these constants with a function. The original piDouble/piFloat names are aliased via #defines(, although a more elegant solution would be possible in c++11 and above). We keep these constant for compatibility, as we do not know which modules might use it.
-