Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-23 | Give line number in error message | Thomas White | |
2019-02-23 | Image rendering | Thomas White | |
2019-02-23 | Unformatted text 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-21 | Formatting | Thomas White | |
2019-02-20 | Add creation of most slide items | Thomas White | |
2019-02-19 | WIP | Thomas White | |
2019-02-19 | Add lots of function skeletons | Thomas White | |
2019-02-17 | WIP on parser | Thomas White | |
2019-02-16 | Start of work on parser | Thomas White | |
2019-02-14 | Fussiness | Thomas White | |
2019-02-14 | Use generators for flex/bison | Thomas White | |
2019-02-14 | Formatting | Thomas White | |
2019-02-14 | Move prefix to flex/bison input files | 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-12 | Add Bison report | 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-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 | |