aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-10-29Switch to "fancy" save windowThomas White
2018-10-28Remove debugjson-stylesheetsThomas White
2018-10-27Handle condition of no stylesheet, and load default stylesheet for empty ↵Thomas White
presentation
2018-10-27Allow alpha values for stylesheet coloursThomas White
Get rid of GRAD_NOBG, because it's now handled by transparency
2018-10-27Update values from stylesheet editorThomas White
2018-10-27Avoid copious strcatting for stylesheet lookupsThomas White
2018-10-25Set values in stylesheet editorThomas White
2018-10-22Wrap cairo_{save,restore} around paragraph rendering when printing narrativeThomas White
2018-10-22Remove struct print_stuff->{is,storename}Thomas White
2018-10-21Full order of precedence for finding stylesheetsThomas 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-20Append new block inside frame top level blockThomas White
fr->scblocks is the block which created the frame, e.g. \f Therefore the new block at the end needs to be appended inside, not after.
2018-10-19Get rid of remaining rscblock/rbl/mrb stuffThomas White
Good riddance.
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-17Switch to new Stylesheet typeThomas White
2018-10-17Strip out macro systemThomas White
2018-10-08Formatting fussinessThomas White
2018-08-07Fix find_replaceThomas White
2018-08-06Frame background stuffThomas White
2018-07-08Remove noisy error messageThomas White
2018-07-08Hook up lots of stylesheet editor stuffThomas White
2018-07-06Stylesheet editor plumbingThomas White
2018-07-06Expose sc_interp_run_style()Thomas White
2018-06-29Always count paragraphs if using presentation without slidesThomas White
2018-06-26Make default background colour whiteThomas White
2018-06-26Add style systemThomas White
2018-06-26Get rid of old printfThomas White
2018-06-24Preparation for new style modelThomas White
2018-05-05Keep frame background in SCInterpreter stateThomas White
2018-05-01Get rid of stylesheet lists and add stylesheet change signalThomas White
We no longer have a need for more than one (since the callback stuff changed, see 61394e51), and removing it makes it much easier to hook up the stylesheet update code for the stylesheet editor.
2018-04-29Create stylesheet if it's not there alreadyThomas White
2018-04-29Initialise fgcolThomas White
2018-04-29Implement setting default fg colourThomas White
2018-04-29Implement setting default fontThomas White
2018-04-29WhitespaceThomas White
2018-04-29Show stylesheet storycode in editorThomas White
2018-04-29Add serialise_sc_block_chain()Thomas White
2018-04-29Rearrange prototypesThomas White
2018-04-23Initialise StylesheetEditor default font and fgcolThomas White
2018-04-23show_error: Use literal format stringThomas White
2018-04-23Avoid crashiness if deletion SCBlock ends up as NULLThomas White
2018-04-22Add preliminary stylesheet editorThomas White
2018-04-22Put all menu definitions into one resourceThomas White