aboutsummaryrefslogtreecommitdiff
path: root/src/pr_clock.c
AgeCommit message (Collapse)Author
2019-04-13Make clock unique to narrative window, and fix cleanup logicThomas 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-28Restore slideshow and clockThomas White
2019-02-19WIPThomas White
2018-11-10Mark debugging messages as non-translatableThomas White
2018-04-15Internationalise all strings in source codeThomas White
2018-03-11Rename some functions to make them uniqueThomas White
Makes things less confusing. Ulterior motive: makes Meson unity builds work.
2018-01-18Mass update of copyright datesThomas White
2016-05-31Fix multiple bugs in PRClockThomas White
2016-05-14Change narrative paragraph instead of advancing slideThomas White
2016-05-02Fix some deprecated thingsThomas White
2015-12-26Remove "struct slide" and the slide listThomas White
2014-09-24Great big warning when timer has not been startedThomas White
2013-09-18Clock bug fixThomas White
2013-09-15Clock improvementsThomas White
2013-09-15"60 seconds" instead of "1 min 0 seconds"Thomas White
2013-09-15Add the Presentation ClockThomas White