Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012年11月05日 | Fix delete in window class | Francesco Abbate | 1 | -12/+5 | |
2012年11月05日 | Code rationalization in native plot window | Francesco Abbate | 1 | -6/+22 | |
Use a template member function to visit all the plot and apply a given function. | |||||
2012年11月04日 | Implement save_svg for the native windows | Francesco Abbate | 1 | -0/+5 | |
2012年10月15日 | Using AStyle of all the C and C++ source and header files | Francesco Abbate | 1 | -53/+57 | |
Using default AStyle formatting, "allman" style. | |||||
2012年10月15日 | Fix problem by storing plot active area matrix in the window | Francesco Abbate | 1 | -0/+1 | |
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年07月21日 | Merge remote-tracking branch 'font-freetype-3' into fox-gui | Francesco Abbate | 1 | -1/+1 | |
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月12日 | Convert tabs to spaces in all agg-plot source files | Francesco Abbate | 1 | -1/+1 | |
2012年06月27日 | Removes all Tab characters into agg-plot to use only spaces | Francesco Abbate | 1 | -1/+1 | |
2012年04月01日 | Introduce gsl_shell_state and improve factorization | Francesco Abbate | 1 | -1/+2 | |
2012年03月26日 | Create a directory with C++ generic functions | Francesco Abbate | 1 | -1/+1 | |
2011年12月16日 | Simplify implementation of graphical objects | Francesco Abbate | 1 | -6/+3 | |
2011年02月03日 | Removed GC hack to disable ephemeron tables. | francesco-ST | 1 | -18/+0 | |
The corresponding work-around to "protected" windows was also removed. | |||||
2011年02月02日 | Added a centralized method to manage Lua compatibility build options. | francesco-ST | 1 | -0/+18 | |
The build is controlled by the variable LUA_COMPATIBLE in makeconfig. The possible values are 'no', 'yes' and 'strict'. | |||||
2011年01月04日 | rationalization and improvement of error handling in window class | francesco-ST | 1 | -7/+2 | |
2011年01月03日 | improved thread/exception-safety for window creation and show function | francesco-ST | 1 | -1/+3 | |
Signed-off-by: francesco-ST <francesco.abbate@st.com> | |||||
2010年10月26日 | added error handling when an invalid split string is given | francesco-ST | 1 | -2/+9 | |
2010年09月22日 | fixed problems related to plot updates with window resizing | francesco-ST | 1 | -4/+7 | |
2010年09月18日 | fixed some bugs related to plot animations | Francesco Abbate | 1 | -21/+2 | |
2010年09月16日 | fixed error in update box region calculation for animated plots | francesco-ST | 1 | -2/+22 | |
2010年09月14日 | fixed window code to handle resizing and when layer image is not cached | francesco-ST | 1 | -0/+4 | |
2010年09月14日 | added buffered image for faster animation redraw based on layers | Francesco Abbate | 1 | -3/+11 | |
It works now! Just some code clean up, rationalisation and more testing. | |||||
2010年09月03日 | enabled incremental plot drawing | Francesco Abbate | 1 | -0/+2 | |
2010年09月02日 | introduced generic C++ object check function | francesco-ST | 1 | -2/+0 | |
2010年08月26日 | fixed problem with window locks and AGG locks order | Francesco Abbate | 1 | -1/+0 | |
Now we never perform a window lock from inside an AGG lock. | |||||
2010年08月25日 | now window set plot refs by slot id | francesco-ST | 1 | -4/+3 | |
2010年08月23日 | window drawing code rationalisation | Francesco Abbate | 1 | -0/+1 | |
2010年08月22日 | partial update for plot in multiple-plot window (wip) | Francesco Abbate | 1 | -1/+1 | |
2010年08月19日 | improved window slot identification vs plot | Francesco Abbate | 1 | -11/+25 | |
The code to generate a tree, to parse a split spec and to store window plot tree information is now factored. Now each plot area get a slot_id and redraw is made only in the region when required. | |||||
2010年08月13日 | fixed memory leak in split::node_tree | francesco-ST | 1 | -4/+7 | |
2010年08月12日 | fixed cleanup procedure to unreference plots | francesco-ST | 1 | -2/+11 | |
2010年08月12日 | added object index to manage both plot and windows | francesco-ST | 1 | -3/+11 | |
Now both plot and windows gets an id which is used to manage userdata cross-references. | |||||
2010年08月11日 | added proper split function for plot window | francesco-ST | 1 | -42/+10 | |
2010年08月09日 | first multiple window implementation | francesco-ST | 1 | -0/+70 | |
Still work in progress. The real function to split the window should be implemented. A problem is pending: references to plot are added but never removed. |