Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | add_newpara: Set alignment and spacing for new paragraph | Thomas White | |
2018-11-12 | ensure_run: Set fontdesc and colour for run from last text run | Thomas White | |
Fixes #2 | |||
2018-11-11 | Use fontdesc from previous run when splitting | Thomas White | |
2018-11-10 | Mark debugging messages as non-translatable | Thomas White | |
2018-11-10 | Handle alpha values in gradients | Thomas White | |
2018-11-10 | Make furniture widgets work | Thomas White | |
2018-11-09 | Set furniture values in SS editor | Thomas White | |
2018-11-05 | Hook up furniture selector signal | Thomas White | |
2018-11-04 | Restore \slidenumber | Thomas White | |
2018-11-02 | Fix tests/render_basic and tests/render_subframe | Thomas White | |
2018-11-02 | Update json_test | Thomas White | |
2018-11-02 | Rename tests | Thomas White | |
2018-11-01 | Synchronise tests | Thomas White | |
These tests are the same, except that one has subframes and the other not. Therefore make the code actually identical. | |||
2018-11-01 | Implement "revert" in stylesheet editor | Thomas White | |
2018-11-01 | SS editor furniture page | Thomas White | |
2018-10-30 | Propagate stylesheet changes to slide windows | Thomas White | |
2018-10-30 | Remove nw_update_titlebar() | Thomas White | |
2018-10-30 | Formatting | Thomas White | |
2018-10-30 | Get frame background stuff out of SCInterpreter state | Thomas White | |
Rationale: now that we're not using the interpreter to process styles, no-one should ever need to set a background then recurse down to create several frames. The most that should be necessary is to set the background for one particular frame. | |||
2018-10-30 | Add alignment to stylesheet editor | Thomas White | |
2018-10-30 | Fix demo stylesheet | Thomas White | |
2018-10-30 | Revert to normal GtkFileChooserDialog for saving presentation | Thomas White | |
I didn't know about the "extra widget" thing. | |||
2018-10-30 | Fix reference counting for presentation/stylesheet GFiles | Thomas White | |
2018-10-30 | Fix style warnings from static analyser | Thomas White | |
2018-10-30 | Fix errors reported by static analyser | Thomas White | |
2018-10-29 | Simplify presentation file record | Thomas White | |
2018-10-29 | Save the stylesheet | Thomas White | |
2018-10-29 | Update translation files | Thomas White | |
2018-10-29 | Update README | Thomas White | |
2018-10-29 | Switch to "fancy" save window | Thomas White | |
2018-10-28 | Merge branch 'json-stylesheets' | Thomas White | |
2018-10-28 | Remove debugjson-stylesheets | Thomas White | |
2018-10-28 | Update default stylesheet | Thomas White | |
2018-10-27 | Handle condition of no stylesheet, and load default stylesheet for empty ↵ | Thomas White | |
presentation | |||
2018-10-27 | Allow alpha values for stylesheet colours | Thomas White | |
Get rid of GRAD_NOBG, because it's now handled by transparency | |||
2018-10-27 | Update values from stylesheet editor | Thomas White | |
2018-10-27 | Avoid copious strcatting for stylesheet lookups | Thomas White | |
2018-10-25 | Set values in stylesheet editor | Thomas White | |
2018-10-22 | Wrap cairo_{save,restore} around paragraph rendering when printing narrative | Thomas White | |
2018-10-22 | Remove struct print_stuff->{is,storename} | Thomas White | |
2018-10-21 | Full order of precedence for finding stylesheets | Thomas White | |
2018-10-21 | Honour alignment in stylesheet | Thomas White | |
2018-10-21 | Try <documentname>.ss for stylesheet | Thomas White | |
2018-10-21 | Update demo doc and remove old test stylesheets | Thomas White | |
2018-10-20 | Remove legacy API cruft | Thomas White | |
2018-10-20 | Remove template stuff | Thomas White | |
2018-10-20 | Append new block inside frame top level block | Thomas 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-19 | Get rid of remaining rscblock/rbl/mrb stuff | Thomas White | |
Good riddance. | |||
2018-10-18 | Update template stylesheet | Thomas White | |
2018-10-18 | Set paragraph spacing from stylesheet | Thomas White | |