Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-03-31 | Use GResource for sky.png | Thomas White | |
2018-03-31 | Use gtk_application_prefers_app_menu | Thomas White | |
2018-03-31 | Don't unref the GtkBuilder when it's still needed | Thomas White | |
2018-03-31 | Move SCBlocks in tests one level down | Thomas White | |
Consequence of 57510a53 | |||
2018-03-31 | Ensure cursor is somewhere before adding slide | Thomas White | |
2018-03-31 | Extra debugging | Thomas White | |
2018-03-30 | Fix narrative print | Thomas White | |
2018-03-30 | Do all rendering one level higher | Thomas White | |
All rendering functions now render the contents of the given block, not the block itself. This makes everything consistent again with respect to where the frame SCBlock pointers point, even for the top frame. | |||
2018-03-29 | Don't try to insert text if cursor_frame=NULL | Thomas White | |
2018-03-28 | Tweak demo doc | Thomas White | |
2018-03-28 | Set frame->scblocks one level higher for top frame in SCEditor | Thomas White | |
This makes it behave the same as when a new frame is created by \f | |||
2018-03-28 | Rearrange editability checks when inserting text | Thomas White | |
Makes "insert into non-text paragraph" work again | |||
2018-03-27 | Avoid creating an empty run when importing an image | Thomas White | |
2018-03-27 | Set newline when splitting text paragraph | Thomas White | |
2018-03-27 | Improve "about" box | Thomas White | |
2018-03-27 | Use application menu only if it will be used be the desktop environment | Thomas White | |
2018-03-26 | Work on logo | Thomas White | |
2018-03-26 | Add option to hide pointer (or not) | Thomas White | |
2018-03-26 | Ensure no empty paragraphs before deleting | Thomas White | |
2018-03-26 | Logo improvements | Thomas White | |
2018-03-25 | Add \lalign and \center (and show them off) | Thomas White | |
2018-03-25 | Remove merge_paragraph | Thomas White | |
Not needed any more | |||
2018-03-25 | More improvements to demo doc | Thomas White | |
2018-03-25 | Shift+F7 show ONLY blocks in frame | Thomas White | |
Not the ones after it. | |||
2018-03-23 | Update demo doc | Thomas White | |
2018-03-23 | Add \ralign | Thomas White | |
2018-03-23 | Use SVG version of alpha_warning | Thomas White | |
2018-03-22 | Shift+F7 show blocks in frame (not top of editor) | Thomas White | |
2018-03-22 | Fix newpara logic | Thomas White | |
2018-03-19 | Add missing prototype | Thomas White | |
2018-03-19 | Fix #includes | Thomas White | |
2018-03-19 | Remove remnants of ancient structures | Thomas White | |
2018-03-19 | Move load_everything() to utils | Thomas White | |
2018-03-19 | Remove tests/.gitignore | Thomas White | |
2018-03-19 | Revert "Increase line spacing" | Thomas White | |
This reverts commit 24fed6a8e3725da78580b3ede64a84d286bc10fb. |