Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013年08月26日 | More accurate C flags and library configuration in Makefile | Francesco Abbate | 1 | -0/+2 | |
2013年08月24日 | Fix the subdirectories dependencies in Makefile system | Francesco Abbate | 1 | -6/+3 | |
2013年04月05日 | Update copyright messages | Francesco Abbate | 2 | -2/+2 | |
2013年01月28日 | Link statically libgdt on both Windows and Linux | Francesco Abbate | 1 | -2/+0 | |
Option to use dinamic linking removed. | |||||
2013年01月28日 | Use static linking for the GDT library | Francesco Abbate | 1 | -0/+9 | |
Enabled by default only on linux. | |||||
2012年11月03日 | Move error related functions in lua-utils.h | Francesco Abbate | 2 | -0/+19 | |
2012年09月08日 | Use the same name in register FOX window and bare window metatables | Francesco Abbate | 2 | -3/+0 | |
2012年08月26日 | Merge branch 'master' into fox-gui | Francesco Abbate | 5 | -118/+87 | |
2012年07月23日 | Avoid to call lua_open in the gsl_shell constructor | Francesco Abbate | 1 | -2/+1 | |
2012年07月21日 | Merge remote-tracking branch 'font-freetype-3' into fox-gui | Francesco Abbate | 2 | -3/+3 | |
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年05月02日 | Use global variables for gsl_shell_state and FXApp | Francesco Abbate | 1 | -2/+3 | |
2012年04月04日 | Implement FOX plot window | Francesco Abbate | 2 | -0/+3 | |
Doesn't WORK for the MOMENT | |||||
2012年04月01日 | Secure command line string for the FOX user interface | Francesco Abbate | 1 | -1/+1 | |
2012年04月01日 | Separate free and close methods for gsl shell state | Francesco Abbate | 1 | -1/+7 | |
2012年04月01日 | Introduce gsl_shell_state and improve factorization | Francesco Abbate | 5 | -14/+100 | |
2012年03月29日 | Use GSL Shell modules in FOX GUI interface | Francesco Abbate | 9 | -0/+1081 | |
It works now but a lot of cleanup is needed. |