aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
AgeCommit message (Expand)Author
2018-12-19Maths stuffwipThomas White
2018-11-12add_newpara: Set alignment and spacing for new paragraphThomas White
2018-11-10Mark debugging messages as non-translatableThomas White
2018-11-09Set furniture values in SS editorThomas White
2018-11-04Restore \slidenumberThomas White
2018-10-30Get frame background stuff out of SCInterpreter stateThomas White
2018-10-30Fix style warnings from static analyserThomas White
2018-10-30Fix errors reported by static analyserThomas White
2018-10-27Allow alpha values for stylesheet coloursThomas White
2018-10-27Update values from stylesheet editorThomas White
2018-10-27Avoid copious strcatting for stylesheet lookupsThomas White
2018-10-21Honour alignment in stylesheetThomas White
2018-10-21Try <documentname>.ss for stylesheetThomas White
2018-10-20Remove legacy API cruftThomas White
2018-10-20Remove template stuffThomas White
2018-10-19Get rid of remaining rscblock/rbl/mrb stuffThomas White
2018-10-18Set paragraph spacing from stylesheetThomas White
2018-10-18Set slide size from stylesheetThomas White
2018-10-17Apply most stylesThomas White
2018-10-17Initial style lookupThomas White
2018-10-17Pass stylesheet aroundThomas White
2018-10-17Strip out macro systemThomas White
2018-08-06Frame background stuffThomas White
2018-07-06Expose sc_interp_run_style()Thomas White
2018-06-26Make default background colour whiteThomas White
2018-06-26Add style systemThomas White
2018-06-24Preparation for new style modelThomas White
2018-05-05Keep frame background in SCInterpreter stateThomas White
2018-04-29Initialise fgcolThomas White
2018-04-15Internationalise all strings in source codeThomas White
2018-04-15Set spacing on callback paragraphsThomas White
2018-03-25Add \lalign and \center (and show them off)Thomas White
2018-03-23Add \ralignThomas White
2018-03-18Disallow insertion and deletion unless scblock==rscblockThomas White
2018-03-18Remove \callbackThomas White
2018-03-18Set scblock/rscblock even for text paragraphsThomas White
2018-03-12Get rid of Paragraph->openThomas White
2018-03-12Add rscblocks for image and callback paragraphsThomas White
2018-03-07Remove len_bytes from add_runThomas White
2018-03-07Don't create runs for \newparaThomas White
2018-03-07FormattingThomas White
2018-03-03Fix a memory bug in exec_macroThomas White
2018-03-03Remove macro_real_block and friends, and delete text based on SCBlocks instea...Thomas White
2018-02-19Remove text run SCBlock offsetThomas White
2018-02-16Record whether or not macro is editableThomas White
2018-01-18Mass update of copyright datesThomas White
2018-01-18Store macro contents block in text runThomas White
2018-01-04Get slide size from stylesheetThomas White
2017-11-27Use ImageStore to get image sizeThomas White
2017-11-21Calculate image sizes to fill frames horizontallyThomas White