Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-28 | autotools based build system | Robin Haberkorn | 1 | -170/+0 | |
2012-09-27 | undefine GFX_ALPHA_ADJUST workaround so it doesn't cause problems when ↵ | Robin Haberkorn | 1 | -0/+1 | |
referenced as a variable | |||||
2012-09-27 | LayerImage: work around GFX_ALPHA_ADJUST definition issue | Robin Haberkorn | 1 | -0/+4 | |
2012-09-27 | LayerImage cleanup (removed unused code) | Robin Haberkorn | 1 | -16/+0 | |
2012-09-27 | use initializer lists where convenient | Robin Haberkorn | 1 | -4/+5 | |
2012-09-26 | moved layer registration from OSCServer into main.cpp using new ↵ | Robin Haberkorn | 1 | -0/+2 | |
OSCServer::register_layer() method also use a static CtorInfo structure in every layer class instead of macros | |||||
2012-09-26 | renamed OscServer to OSCServer | Robin Haberkorn | 1 | -1/+1 | |
2012-09-26 | isolated OSC server specific code in OscServer class and allow to register ↵ | Robin Haberkorn | 1 | -0/+21 | |
methods in order to localize OSC method handling i.e. every Layer class is stand-alone now | |||||
2012-09-21 | split program into multiple files; switched to C++ | Robin Haberkorn | 1 | -0/+157 | |