Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-18 | Set slide size from stylesheet | Thomas White | |
2018-10-17 | Apply most styles | Thomas White | |
2018-10-17 | Initial style lookup | Thomas White | |
2018-10-17 | Pass stylesheet around | Thomas White | |
2018-10-17 | Switch to new Stylesheet type | Thomas White | |
2018-10-17 | Add JSON dependency | Thomas White | |
2018-10-17 | Strip out macro system | Thomas White | |
2018-10-17 | Add JSON stylesheet test | Thomas White | |
2018-10-08 | Formatting fussiness | Thomas White | |
2018-09-01 | Merge pull request #4 from fsimkovic/master | Thomas White | |
OS X installation instructions added | |||
2018-08-31 | OS X installation instructions added | Felix Simkovic | |
2018-08-07 | Fix find_replace | Thomas White | |
2018-08-06 | Frame background stuff | Thomas White | |
2018-08-06 | Set gradient IDs in UI | Thomas White | |
2018-07-08 | Remove noisy error message | Thomas White | |
2018-07-08 | Hook up lots of stylesheet editor stuff | Thomas White | |
2018-07-06 | Stylesheet editor plumbing | Thomas White | |
2018-07-06 | Expose sc_interp_run_style() | Thomas White | |
2018-06-29 | Always count paragraphs if using presentation without slides | Thomas White | |
2018-06-26 | Make default background colour white | Thomas White | |
2018-06-26 | Add style system | Thomas White | |
2018-06-26 | Get rid of old printf | Thomas White | |
2018-06-25 | Tweak demo.sc | Thomas White | |
2018-06-24 | Preparation for new style model | Thomas White | |
2018-05-05 | Keep frame background in SCInterpreter state | Thomas White | |
2018-05-01 | Get rid of stylesheet lists and add stylesheet change signal | Thomas 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-29 | Create stylesheet if it's not there already | Thomas White | |
2018-04-29 | Initialise fgcol | Thomas White | |
2018-04-29 | Implement setting default fg colour | Thomas White | |
2018-04-29 | Implement setting default font | Thomas White | |
2018-04-29 | Whitespace | Thomas White | |
2018-04-29 | Fix wrapping of storycode in stylesheet editor | Thomas White | |
2018-04-29 | Show stylesheet storycode in editor | Thomas White | |
2018-04-29 | Add serialise_sc_block_chain() | Thomas White | |
2018-04-29 | Rearrange prototypes | Thomas White | |
2018-04-23 | Set font preview text | Thomas White | |
2018-04-23 | Initialise StylesheetEditor default font and fgcol | Thomas White | |
2018-04-23 | Hook up some signals | Thomas White | |
2018-04-23 | Set accelerator for opening stylesheet editor | Thomas White | |
2018-04-23 | show_error: Use literal format string | Thomas White | |
2018-04-23 | Avoid crashiness if deletion SCBlock ends up as NULL | Thomas White | |
2018-04-22 | Add preliminary stylesheet editor | Thomas White | |
2018-04-22 | Put all menu definitions into one resource | Thomas White | |
2018-04-22 | Update --help | Thomas White | |
2018-04-16 | Cut and paste stuff | Thomas White | |
Still a work in progress, but this is already more stable than before. |