aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
AgeCommit message (Collapse)Author
2019-05-02Add slide_delete_item()Thomas White
2019-03-30Get rid of Presentation structureThomas 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-24Implement image importThomas White
2019-03-24Implement new text frames in slidesThomas White
2019-03-23Implement slide text deletionThomas White
2019-03-22Implement slide text paragraph splittingThomas White
2019-03-21Expose SlideItem as an opaque typeThomas White
2019-02-26Use slide size from stylesheet when appropriateThomas White
2019-02-25Render slide titles and presentation titlesThomas White
2019-02-25Use text alignmentThomas White
2019-02-23Render text with fontThomas White
2019-02-22Rendering stuffThomas White
2019-02-20Add creation of most slide itemsThomas White
2019-02-19WIPThomas White
2019-02-19Add lots of function skeletonsThomas White
2019-02-16Start of work on parserThomas White
2019-02-14Skeleton parser structureThomas White
2013-03-05Move "libstorycode" back to this repositoryThomas White
Keeping it separate, just for the sake of "harfatum", was causing a lot more awkwardness than it could ever solve, compared to just duplicating the code.
2012-11-24Update submodulesThomas White
2012-11-24Update submodulesThomas White
2012-11-24Update submodules to latestThomas White
2012-11-24Build system fixesThomas White
2012-11-23Break storycode stuff off into a separate libraryThomas White