Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-04-15 | Tidy up nw_entries_p | Thomas White | |
2018-04-15 | Remove vestigial code | Thomas White | |
2018-04-15 | Set transient parent for about box | Thomas White | |
A bit tricky because it can be called up from two different windows (narrative and slide editor) | |||
2018-04-15 | Use license_type in about box | Thomas White | |
2018-04-15 | Internationalise all the menus | Thomas White | |
2018-04-15 | Internationalise all strings in source code | Thomas White | |
2018-04-15 | Set spacing on callback paragraphs | Thomas White | |
2018-04-15 | Rationalise interpretation of paragraph spacing | Thomas White | |
paragraph->height: Just the height of the contents, no spacing paragraph_height(para): The total height including all spacing | |||
2018-04-13 | Update links | Thomas White | |
2018-04-12 | Add translator-credits | Thomas White | |
2018-04-11 | Replace p->filename with p->uri, get rid of p->titlebar, and use ↵ | Thomas White | |
g_file_get_basename() | |||
2018-04-11 | If a paragraph is completely empty, allow it to be re-used | Thomas White | |
This avoids spurious empty paragraphs before slides, for example. | |||
2018-04-11 | Add more translation labels and get rid of redundant en po file | Thomas White | |
2018-04-11 | Fix translation options | Thomas White | |
2018-04-11 | Add gettext stuff | Thomas White | |
2018-04-09 | Rearrange items in Help menu | Thomas White | |
2018-04-01 | Cache raw image sizes | Thomas White | |
It's still bad that we need to load the entire image to get the size, but this makes things pretty fast | |||
2018-04-01 | Use GFile to save presentations | Thomas White | |
2018-04-01 | Add menu item to show introductory doc | Thomas White | |
2018-04-01 | Use GFile for presentation loading | Thomas White | |
2018-03-31 | Use GResource for app menu and menu bar | Thomas White | |