Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012年10月15日 | Using AStyle of all the C and C++ source and header files | Francesco Abbate | 1 | -72/+72 | |
Using default AStyle formatting, "allman" style. | |||||
2012年08月21日 | Implement a simpler way to lookup for methods and properties | Francesco Abbate | 1 | -17/+2 | |
Remove also a lot of no longer used code in lua-utils.c. | |||||
2012年07月08日 | Font size rationalization for plots | Francesco Abbate | 1 | -1/+1 | |
Remove the ad hoc constants coded in text rendering classes. The ad hoc constant to adjust vertical alignement is still used. | |||||
2012年07月07日 | Improve factorization of text object by introducing text_label | Francesco Abbate | 1 | -3/+1 | |
2012年06月27日 | Removes all Tab characters into agg-plot to use only spaces | Francesco Abbate | 1 | -26/+26 | |
2012年02月15日 | Modify the function to create text objects to take the coordinates | Francesco Abbate | 1 | -4/+8 | |
2012年01月04日 | Simplify the construction of text objects | Francesco Abbate | 1 | -14/+4 | |
Changes also the Lua interface accordingly and updates the documentation and the demos. | |||||
2011年12月06日 | Add support to write plot objects in SVG format | Francesco Abbate | 1 | -1/+1 | |
2011年02月28日 | Changed the object metatable to use a different table for methods | francesco-ST | 1 | -3/+7 | |
Removed the usage of the "__superindex" metamethods. Changed the 'iter' method of ODE to be used as a function instead of a method. | |||||
2011年02月08日 | Cosmetic change to suppress C compiler warning. | francesco-ST | 1 | -2/+2 | |
2010年08月06日 | completed text properties implementation | francesco-ST | 1 | -1/+21 | |
2010年08月05日 | improved text class | francesco-ST | 1 | -0/+177 | |