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 | -79/+79 | |
Using default AStyle formatting, "allman" style. | |||||
2012年07月21日 | Merge remote-tracking branch 'font-freetype-3' into fox-gui | Francesco Abbate | 1 | -10/+10 | |
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年06月27日 | Removes all Tab characters into agg-plot to use only spaces | Francesco Abbate | 1 | -10/+10 | |
2012年04月22日 | Minor code simplification in window_registry | Francesco Abbate | 1 | -5/+2 | |
2012年01月04日 | Remove trailing whitespaces in source code | Francesco Abbate | 1 | -2/+2 | |
2011年02月03日 | Introduced window registry and changed win/plot weak table to ordinary. | francesco-ST | 1 | -0/+172 | |
Now the table that store the window <-> plot relations is no more weak on the keys (windows). The windows are removed from the table when the event loop thread of the windows terminates. In this way we don't depend on the GC and we avoid the problems with delayed removal of the keys. |