aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15allow setting alpha values for image and video layersRobin Haberkorn1-15/+174
* for image layers, we must manually alpha blit if the image surface has an alpha channel (surf_alpha) * also, fill screen with black initially
2012-09-15renamed constructor "methods"Robin Haberkorn1-3/+3
2012-09-15add delete "method" for every created layerRobin Haberkorn1-15/+72
2012-09-15system of layers that can be dynamically addedRobin Haberkorn1-149/+326
* avoid locking issues by using the low-level liblo API
2012-09-14integrated libloRobin Haberkorn1-1/+59
2012-09-14removed unnecessary interactive effectsRobin Haberkorn1-454/+2
2012-09-14renamed effect-pad to osc-graphicsRobin Haberkorn1-0/+751