Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-28 | Redraw slide windows when stylesheet is changed | Thomas White | |
2019-04-28 | Disable stylesheet elements which shouldn't exist | Thomas White | |
2019-04-28 | Fussiness | Thomas White | |
2019-04-28 | Set padding and paraspace | Thomas White | |
2019-04-28 | Set all units on geometry | Thomas White | |
2019-04-28 | Connect up all signals | Thomas White | |
2019-04-27 | New way of defining StylesheetEditorPrivate | Thomas White | |
2019-04-27 | Implement selection of style in editor | Thomas White | |
2019-04-26 | Populate stylesheet editor list | Thomas White | |
2019-04-26 | Get rid of "enum style_element" | Thomas White | |
2019-04-26 | Clear tree store before adding style names | Thomas White | |
2019-04-23 | Style selector | Thomas White | |
2019-04-16 | Redraw narrative window on stylesheet change | Thomas White | |
2019-04-16 | Tree store testing | Thomas White | |
2019-04-15 | Make it compile | Thomas White | |
2019-04-15 | Initial stylesheet editor | Thomas White | |
2019-04-14 | Get rid of "delete slide" | Thomas White | |
...because you can just press delete | |||
2019-04-14 | Force redraw after adding slide title | Thomas White | |
2019-04-14 | Double-click slide to jump to it during slideshow | Thomas White | |
2019-04-13 | Make clock unique to narrative window, and fix cleanup logic | Thomas White | |
2019-04-13 | Restore printing | Thomas White | |
2019-04-08 | Restore slide export to PDF | Thomas White | |
2019-04-08 | Move render_slides_to_pdf to slide_render_cairo | Thomas White | |
2019-04-02 | Don't g_object_ref(NULL) | Thomas White | |
2019-03-31 | Saving hooks | Thomas White | |
2019-03-30 | Get rid of Presentation structure | Thomas White | |
It doesn't have any reason to exist. A Narrative defines the top-level object already. This is, after all, a narrative-based presentation system. This removes a lot of faff surrounding retrieving the Narrative from the Presentation. It also removes a gigantic place for bugs to hide in keeping the Presentation's view of the slides in sync with the Narrative's opinion. What was that quote? "Code is terrible, and we want as little of it as possible in our program." | |||
2019-03-30 | Implement "add slide" | Thomas White | |
2019-03-29 | Catch attempt to advance paragraph past end of narrative | Thomas White | |
2019-03-28 | Restore slideshow and clock | Thomas White | |
2019-03-27 | Show modified status in narrative title bar | Thomas White | |
2019-03-24 | Implement text selection in slides | Thomas White | |
2019-03-22 | Restore test card | Thomas White | |
2019-03-18 | Set slide pointer | Thomas White | |
2019-03-15 | Initial GtkSlideView | Thomas White | |
2019-03-10 | Start up correctly with completely empty document | Thomas White | |
2019-03-04 | Thumbnail slide rendering in narrative | Thomas White | |
2019-02-26 | Tidy up a bit | Thomas White | |
2019-02-26 | Skeleton GtkNarrativeView | Thomas White | |
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 | |