Age | Commit message (Expand) | Author |
2014-02-10 | Deprecated child() | Marius Kintel |
2013-11-15 | Change nbsteps() to uint32_t to make it independent from 32/64-bit platform. | Torsten Paul |
2013-11-11 | Add support for handling negative step values in ranges (fixes #500). | Torsten Paul |
2013-10-07 | merge from origin | Vicnet |
2013-10-07 | factorize Value::RangeType calculation and correct error | Vicnet |
2013-10-07 | add range on children() | Vicnet |
2013-10-07 | add vector parameter to children() | Vicnet |
2013-10-07 | allow one number parameter on children(): select this child only | Vicnet |
2013-10-07 | add children primitive, and refactor control.cc a little | Vicnet |
2013-09-24 | add children primitive, and refactor control.cc a little | Vicnet |
2013-07-28 | In this commit i'll change just the Qt project, c and header files to get Ope... | Ivo Noorhoff |
2013-05-26 | merge branch to get windows "library path" working. tweak build system, | Don Bright |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows e... | Marius Kintel |
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel |
2013-04-10 | Print warnings on child index out of bounds | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-02-02 | Fix bug assuming negative doubles will overflow a size_t, which failed on ARM... | Marius Kintel |
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce me... | Marius Kintel |
2012-01-25 | Ported printutils away from Qt | Marius Kintel |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel |
2011-09-28 | Added note about problem with modifiers using the child() module, reported by... | Marius Kintel |
2011-09-08 | Updated boolean handling of if/else | Marius Kintel |
2011-09-07 | bugfix: context got lost dugin a recent refactoring job | Marius Kintel |
2011-09-05 | bugfixes: Don't iterate over empty for loops, don't iterate over for loops wi... | Marius Kintel |
2011-09-04 | Implemented support for for() with scalar argument, e.g. for (i=23) echo(i) | Marius Kintel |
2011-09-04 | Ported use for Qt's foreach to BOOST_FOREACH | Marius Kintel |
2011-09-04 | Removed dependency on Qt from control module | Marius Kintel |
2011-09-03 | killed warnings | Marius Kintel |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel |
2011-08-04 | De-Qt-ified AbstractNode | Marius Kintel |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel |
2011-01-21 | Copyright updates | Marius Kintel |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel |
2010-02-12 | Support for if-else statements | kintel |
2010-02-01 | Clifford Wolf: | clifford |
2010-01-30 | header file reorg | kintel |
2010-01-30 | reorganized file structure layout. more to follow... | kintel |