aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.c
AgeCommit message (Collapse)Author
2019-05-02Implement "revert" button for stylesheet editorThomas White
2019-05-02FormattingThomas White
2019-05-01Move declarationsThomas White
2019-04-30StylesheetEditor: avoid setting attributes if the corresponding widgets are ↵Thomas White
disabled An inelegant solution to avoiding (e.g.) setting padding for the top-level slide element.
2019-04-29Honour background in text framesThomas White
2019-04-28Use geometry from stylesheet for items other than TEXT and IMAGEThomas White
2019-04-28Disable stylesheet elements which shouldn't existThomas White
2019-04-28FussinessThomas White
2019-04-28Set padding and paraspaceThomas White
2019-04-28Set all units on geometryThomas White
2019-04-28Connect up all signalsThomas White
2019-04-27New way of defining StylesheetEditorPrivateThomas White
2019-04-27Implement selection of style in editorThomas White
2019-04-26Populate stylesheet editor listThomas White
2019-04-26Get rid of "enum style_element"Thomas White
2019-04-26Clear tree store before adding style namesThomas White
2019-04-23Style selectorThomas White
2019-04-16Tree store testingThomas White
2019-04-15Initial stylesheet editorThomas White
2019-02-19WIPThomas White
2018-11-10Make furniture widgets workThomas White
2018-11-09Set furniture values in SS editorThomas White
2018-11-05Hook up furniture selector signalThomas White
2018-11-01Implement "revert" in stylesheet editorThomas White
2018-10-30Add alignment to stylesheet editorThomas White
2018-10-28Remove debugjson-stylesheetsThomas White
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-17Switch to new Stylesheet typeThomas White
2018-10-17Strip out macro systemThomas White
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