aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
AgeCommit message (Collapse)Author
2014-09-09Honour final defaults in style sheetThomas White
2014-09-09Implement paddingThomas White
2014-09-09Run macro contentsThomas White
2014-09-08Copy SCBlocks when executing a macroThomas White
2014-09-08Restore style menuThomas White
2014-09-07Factorise style sheetThomas White
2014-08-09Fix frame resizeThomas White
2014-07-24Update SC on resizeThomas White
2014-06-05Cursor stuffThomas White
2014-02-13Fix recursion woesThomas White
2014-02-02Run macrosThomas White
2014-01-29Reduce verbosityThomas White
2014-01-29Work on rendering pipelineThomas White
2014-01-26Put image filename in options, not contentThomas White
This simplifies the parser slightly and makes the markup more consistent
2014-01-26Data structures for macrosThomas White
2014-01-26Factorise "output" parts of sc_interp_add_blocks()Thomas White
2014-01-22Fix renderingThomas White
2014-01-18Restore images and slide numberThomas White
2014-01-17Unwrapped text belongs to frame, not interpreterThomas White
2014-01-16Frame geometryThomas White
2014-01-16Handle frame size specified as fractionThomas White
2014-01-15Add subframes via SCInterpreterThomas White
2014-01-13Debugging improvementsThomas White
2014-01-13Handle font/colour changes and actually draw the linesThomas White
2014-01-12Most of the new interpreter structureThomas White
2014-01-07Initial work for new SC processorThomas White