aboutsummaryrefslogtreecommitdiff
path: root/src/testcard.c
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-22Restore test cardThomas White
2019-02-19WIPThomas 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-19Inhibit screensaver using native GTK methodThomas White
2018-01-18Mass update of copyright datesThomas White
2017-12-04Use newer API for full screen presentationThomas White
2017-12-01Centering of test card stuffThomas White
2017-09-03Use new display/monitor APIThomas White
2016-09-21Add colour boxes to test cardThomas White
2016-04-28Don't close the test card on modifier key pressesThomas White
2015-05-18Improve test cardThomas White
2015-05-16Add test cardThomas White