aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
AgeCommit message (Collapse)Author
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-28Restore slideshow and clockThomas White
2019-02-19WIPThomas White
2018-03-19Fix #includesThomas White
2018-01-19Inhibit screensaver using native GTK methodThomas White
2018-01-18Mass update of copyright datesThomas White
2018-01-04Slideshow: Handle letterboxing both waysThomas White
2017-12-04Use newer API for full screen presentationThomas White
2016-05-17GObjectify the slideshowThomas White
2016-05-17Advance slide from narrative windowThomas White
2015-12-26Remove "struct slide" and the slide listThomas White
2015-08-17Dispatch table for slideshow controllerThomas White
2014-11-21WIP on patching up SlideShowThomas White
2014-09-27SCEditor, part IThomas White
2013-03-19Update copyright commentsThomas White
2013-02-01Slide change logicThomas White
2013-01-29Plug slideshow back inThomas White
2012-06-14Simplify...Thomas White
2012-01-06Fix a bug where "b" did not respondThomas White
2011-12-24Ensure old Cairo surfaces get deletedThomas White
2011-06-01Make escape in main window also exit slideshowThomas White
2011-06-01Update slideshow display when switching slides in the windowThomas White
2011-05-29Add slide show modeThomas White