Age | Commit message (Collapse) | Author |
|
lambda
- cmdline can output to a file or cout
- output handler uses lambda instead of function pointer
- this allows removing Echostream with a one-liner
|
|
|
|
|
|
|
|
|
|
In more complex cases, the final Nef_Polyhedron is_valid check() took up to 30 % of the total rendering time just to be able to say Valid: YES. In the case of cached geometry, the validity check was totally dominating the execution time when doing a render. This patch removes the automatic validity check, instead adding a menu command "Check Validity".
Conflicts:
src/mainwin.cc
|
|
|
|
Return in the find or replace field will animate the triggered button
|
|
Conflicts:
src/MainWindow.h
|
|
Conflicts:
src/MainWindow.h
|
|
|
|
Before open a new file now we cleanup the Editor, so the new file get the cursor
on the first character.
|
|
When the file is saving, the cursor position was resetting to the top and you should keep
scrolling by hand every time you save the file.
This patch saves the scroll and cursor position and set it again after the file is refreshed so
we can continue edition from where we were.
|
|
Issue #434).
|
|
|
|
|
|
Fixes #482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/MainWindow.h
src/ModuleCache.cc
src/mainwin.cc
src/module.cc
src/module.h
src/parsersettings.cc
testdata/modulecache-tests/cascade.sh
testdata/modulecache-tests/cascade2.sh
|
|
|
|
|
|
|
|
kept up-to-date anyway
|
|
|
|
|
|
Conflicts:
testdata/modulecache-tests/README.txt
testdata/modulecache-tests/cascade2.sh
|
|
Conflicts:
src/ProgressWidget.ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes
|
|
|
|
|
|
|
|
Removed temporary debug output. Fixes #364
|
|
eliminate several compiler warnings.
|
|
|
|
work for #304
|
|
|
|
|