| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 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 |