Age | Commit message (Collapse) | Author |
|
by accepting 'triangles' and putting them into 'faces' variable
|
|
|
|
|
|
|
|
|
|
|
|
is causing crashes. also allow 'build only' builder.sh script command
|
|
Keep cursor position on save
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix compilation error on Ubuntu where uint32_t is not defined.
|
|
|
|
|
|
|
|
Allow for statement with negative step value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
octal in C++
|
|
Add menu entry "Reset View" to reset viewport to initial settings
|
|
|
|
dependent on eigen3, but it's about time anyway
|
|
|
|
Issue #434).
|
|
|
|
Use find instead of ls and grep to locate gmp.h (or gmp-blah.h)
|
|
|
|
Dependency searching and results display should be more robust
|
|
missing version numbers properly.
|
|
|
|
Fix invocation with absolute path.
|
|
./openscad /home/username/foo.scad
.. because the curent working directory was always prepended; so
internally, it attempted to open $PWD + /home/username/foo.scad
Use platform aware QDir functionality to only prepend the absolute
current working directory prefix, if the given path is relative.
|
|
Make keyboard events working for GQLView
|
|
|
|
|
|
|
|
|