Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013年06月20日 | Keep windows open when invoked in non-interactive mode | unknown | 1 | -1/+1 | |
2012年07月21日 | Merge remote-tracking branch 'font-freetype-3' into fox-gui | Francesco Abbate | 1 | -0/+2 | |
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月11日 | Add support to load fonts from system directory on Windows | Francesco Abbate | 1 | -0/+1 | |
Support to do the same thing on linux is required. | |||||
2012年04月20日 | TEMP: implement incremental draw / really bugged | Francesco Abbate | 1 | -0/+7 | |
2012年04月17日 | Reintroduce function gsl_shell_close_with_graph | Francesco Abbate | 1 | -1/+2 | |
2012年04月16日 | Factor FOX stuff out of gsl_shell_thread | Francesco Abbate | 1 | -2/+1 | |
2012年04月01日 | Introduce gsl_shell_state and improve factorization | Francesco Abbate | 1 | -1/+1 | |
2012年03月29日 | Use GSL Shell modules in FOX GUI interface | Francesco Abbate | 1 | -3/+8 | |
It works now but a lot of cleanup is needed. | |||||
2011年12月31日 | Ensure all windows are closed before exit | Francesco Abbate | 1 | -0/+1 | |
2011年10月26日 | Rationalize initialization of modules | Francesco Abbate | 1 | -1/+1 | |
2011年02月20日 | Added a distinct namespace fro graphical functions. | francesco | 1 | -0/+10 | |
The 'graph' namespace is only visible when the application is build in Lua compatibility mode. |