aboutsummaryrefslogtreecommitdiff
path: root/src/loadsave.c
AgeCommit message (Collapse)Author
2012-09-10Update commentsThomas White
2012-09-09Move actual loading/saving stuff to presentationThomas White
2012-09-08Plug in stylesheets and load/saveThomas White
2012-06-14Simplify...Thomas White
2012-05-14Storycode - more workThomas White
2012-04-18Update...Thomas White
2011-12-28Escape all strings stored in filesThomas White
2011-12-28Handle long lines in filesThomas White
2011-12-26Update all text objects immediately before rendering themThomas White
Knowledge about the exact rendering circumstances are needed in order to render the text properly, and the only time this is available is during rendering itself. Updating is now avoided under other circumstances to avoid doing the size calculations twice.
2011-12-26Fix typoThomas White
2011-12-26Grab notes before savingThomas White
2011-12-25Load and save the slide notesThomas White
2011-12-23Store the slide roles in filesThomas White
2011-11-10Move stylesheet deserialization to stylesheet.cThomas White
2011-11-06Fiddle filename pointersThomas White
2011-11-06Update the title bar on load/saveThomas White
2011-11-06Remove redundant parameterThomas White
2011-11-06Load/save image objects as well, rationalise "update" a bitThomas White
2011-11-05Loading mostly worksThomas White
2011-11-04Load stylesheet from presentation fileThomas White
2011-11-04Tidy up and fix deserializerThomas White
2011-11-04Add most of the serializerThomas White
2011-10-20The serializerThomas White
2011-09-25More updates...Thomas White
2011-08-15Add loading and saving stuffThomas White