Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | Skeleton of main program | Thomas White | |
2019-02-26 | Use slide size from stylesheet when appropriate | Thomas White | |
2019-02-23 | Image rendering | Thomas White | |
2019-02-22 | Fundamentals of rendering | Thomas White | |
2019-02-22 | Rearrange rendering stuff | Thomas White | |
Rendering parts are allowed to access the internals of the slide structure, to avoid a profusion of getter/setter functions. | |||
2019-02-22 | Rendering stuff | Thomas White | |
2019-02-22 | WIP | Thomas White | |
2019-02-21 | Skeleton for libstorycode-cairo and libstorycode-gtk | Thomas White | |
2019-02-20 | Add creation of most slide items | Thomas White | |
2019-02-19 | WIP | Thomas White | |
2019-02-14 | Skeleton parser structure | Thomas White | |
2019-02-14 | Move parser to separate library | Thomas White | |
2019-02-13 | Handle frame options properly | Thomas White | |
2019-02-12 | Use token prefix | Thomas White | |
2019-02-12 | Clean up debug | Thomas White | |
2019-02-12 | Remove unused token | Thomas White | |
2019-02-11 | Apparently working grammar | Thomas White | |
2019-02-10 | Mostly working grammar | Thomas White | |
2019-02-07 | WIP | Thomas White | |
2019-02-07 | Skeleton parser | Thomas White | |
2019-02-05 | WIP | Thomas White | |
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-01 | Implement "revert" in stylesheet editor | 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 | 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 | Switch to "fancy" save window | Thomas White | |
2018-10-28 | Remove debugjson-stylesheets | 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 | |