Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013年04月05日 | Update copyright messages | Francesco Abbate | 1 | -1/+1 | |
2013年02月03日 | Remove template parameter from plot class | Francesco Abbate | 1 | -690/+5 | |
2013年02月03日 | Factor grid drawing function in plot class | Francesco Abbate | 1 | -31/+31 | |
2013年02月03日 | Implement plot's multi level labels | Francesco Abbate | 1 | -3/+99 | |
Preliminary implementation. | |||||
2012年11月01日 | Better factorization of drawing code in FOX client | Francesco Abbate | 1 | -0/+15 | |
2012年10月15日 | Using AStyle of all the C and C++ source and header files | Francesco Abbate | 1 | -632/+691 | |
Using default AStyle formatting, "allman" style. | |||||
2012年10月15日 | Fix bug related to plot's legend drawing on very small windows | Francesco Abbate | 1 | -2/+13 | |
2012年10月15日 | Use specific drawing method to render legends | Francesco Abbate | 1 | -9/+18 | |
2012年10月15日 | Avoid using fonts too small to render plot's labels | Francesco Abbate | 1 | -3/+20 | |
2012年10月15日 | Fix problem by storing plot active area matrix in the window | Francesco Abbate | 1 | -7/+16 | |
2012年10月15日 | Separe plot layout computation from drawing operations | Francesco Abbate | 1 | -11/+11 | |
2012年10月15日 | Code rationalization in plot class implementation | Francesco Abbate | 1 | -67/+110 | |
2012年10月15日 | Add support for multiple plot windows in FOX interface | Francesco Abbate | 1 | -3/+22 | |
2012年08月26日 | Add const qualifiers for agg::trans_affine in plot and fx_plot_canvas | Francesco Abbate | 1 | -20/+20 | |
2012年08月11日 | Merge branch 'master' into fox-gui | Francesco Abbate | 1 | -1/+1 | |
Conflicts: agg-plot/canvas-window-cpp.h agg-plot/window-cpp.h makepackages | |||||
2012年08月08日 | Use agg::rgba8 instead of agg::rgba to avoid conversion | Francesco Abbate | 1 | -1/+1 | |
2012年08月03日 | Merge branch 'master' into fox-gui | Francesco Abbate | 1 | -3/+34 | |
Conflicts: agg-plot/Makefile agg-plot/lua-draw.h | |||||
2012年07月29日 | Merge branch 'font-freetype-3' | Francesco Abbate | 1 | -2/+2 | |
2012年07月28日 | Merge branch 'font-freetype-3' | Francesco Abbate | 1 | -119/+167 | |
2012年07月28日 | Add support to specify a format for printing plot axis numbers | Francesco Abbate | 1 | -1/+32 | |
2012年07月23日 | Customize code to choose legend size to avoid very small fonts | Francesco Abbate | 1 | -2/+2 | |
2012年07月22日 | Merge branch 'font-freetype-3' into fox-gui-merge-2 | Francesco Abbate | 1 | -2/+12 | |
2012年07月21日 | Merge remote-tracking branch 'font-freetype-3' into fox-gui | Francesco Abbate | 1 | -183/+220 | |
Most important change to make it works was to perform a pixel conversion to convert the rendering buffer image in rgba32 format as required by FXImage. Internally the rgb24 format was used like in the font-freetype branch. | |||||
2012年07月21日 | Make the plot legends scale proportionally with the plot | Francesco Abbate | 1 | -2/+12 | |
2012年07月17日 | More accurate plot update on layer operations | Francesco Abbate | 1 | -6/+21 | |
2012年07月15日 | More correct managements of bounding box with layer operations | Francesco Abbate | 1 | -9/+8 | |
Now bounding rectangle is correctly calculated with push_layer by taking into accounts changes due to pending operations (drawing queue). Avoid also to redraw everything on layer clear if the limits did not change. | |||||
2012年07月15日 | Save plot bounding box when adding/removing layers | Francesco Abbate | 1 | -33/+61 | |
2012年07月12日 | Convert tabs to spaces in all agg-plot source files | Francesco Abbate | 1 | -64/+64 | |
2012年07月08日 | Font size rationalization for plots | Francesco Abbate | 1 | -3/+3 | |
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 | -10/+6 | |
2012年06月27日 | Removes all Tab characters into agg-plot to use only spaces | Francesco Abbate | 1 | -64/+64 | |
2012年06月14日 | Get rid of the VertexSource template parameter in plot class | Francesco Abbate | 1 | -65/+65 | |
Instead of the template parameter the explicit type sg_object is used. There was no added value for this type parametrization. | |||||
2012年06月05日 | Add get_legend method to plot class | Francesco Abbate | 1 | -4/+2 | |
2012年06月05日 | Use legend instead of "mini plot" in C++ and Lua plot methods | Francesco Abbate | 1 | -8/+8 | |
2012年06月04日 | Fix a bug that affect positioning of legend on multi plot windows | Francesco Abbate | 1 | -1/+2 | |
2012年03月26日 | Create a directory with C++ generic functions | Francesco Abbate | 1 | -8/+8 | |
2012年02月06日 | Fix a bug related to plot's title positioning | Francesco Abbate | 1 | -3/+4 | |
2012年02月03日 | Change plot title drawing to be always centered in the canvas | Francesco Abbate | 1 | -26/+27 | |
2012年01月30日 | Improve calculation of plot margin spacing | Francesco Abbate | 1 | -86/+107 | |
2012年01月30日 | Add support for plot legends | Francesco Abbate | 1 | -7/+90 | |
Introduce also the textshape graphical object required to create legends effectively. | |||||
2012年01月30日 | Implement categories for axis labels in plot | Francesco Abbate | 1 | -154/+178 | |
2012年01月30日 | Remove code to manage negative canvas size in Y | Francesco Abbate | 1 | -8/+6 | |
2012年01月04日 | Implement rotation angle for plot axis values labels | Francesco Abbate | 1 | -3/+48 | |
2012年01月04日 | Simplify plot methods to manage the plot labels | Francesco Abbate | 1 | -14/+3 | |
2012年01月04日 | Remove trailing whitespaces in source code | Francesco Abbate | 1 | -19/+19 | |
2012年01月04日 | Simplify the construction of text objects | Francesco Abbate | 1 | -22/+5 | |
Changes also the Lua interface accordingly and updates the documentation and the demos. | |||||
2012年01月04日 | Implement plot margins calculation to fit labels | Francesco Abbate | 1 | -68/+159 | |
2011年12月21日 | Better code factorization in Lua plot interface functions | Francesco Abbate | 1 | -1/+1 | |
2011年12月21日 | Implement axis labels for plots | Francesco Abbate | 1 | -9/+29 | |
2011年12月16日 | Simplify implementation of graphical objects | Francesco Abbate | 1 | -39/+25 | |