aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.c
AgeCommit message (Collapse)Author
2018-08-07Fix find_replaceThomas White
2018-08-06Frame background stuffThomas White
2018-07-08Hook up lots of stylesheet editor stuffThomas White
2018-07-06Stylesheet editor plumbingThomas White
2018-06-24Preparation for new style modelThomas 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-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-23Initialise StylesheetEditor default font and fgcolThomas White
2018-04-22Add preliminary stylesheet editorThomas White