aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-10Work on frames and storycodeThomas White
2012-03-30First bits of propertiesThomas White
2012-01-06Fix order of arguments to gtk_box_pack_start()Thomas White
2012-01-06Don't open notes by defaultThomas White
2012-01-06Fix a bug where "b" did not respondThomas White
2011-12-28Pass enter key to toolsThomas White
2011-12-28Escape all strings stored in filesThomas White
2011-12-28Add missing break statementsThomas White
2011-12-28Rationalise IM handlingThomas White
2011-12-28Handle long lines in filesThomas White
2011-12-27Fix a silly bugThomas 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-26Set wrap mode for notes windowThomas White
2011-12-26Set p->notes to NULL when notes are closedThomas White
2011-12-26Grab notes before savingThomas White
2011-12-25Add a FIXMEThomas White
2011-12-25Set default notes window sizeThomas White
2011-12-25Load and save the slide notesThomas White
2011-12-25Fix commentThomas White
2011-12-25Basic slide notesThomas White
2011-12-24FormattingThomas White
2011-12-24Overwrite confirmation when savingThomas White
2011-12-24Add PDF exportThomas White
2011-12-24Turn border red to indicate slideshow unlinkedThomas White
2011-12-24Ensure old Cairo surfaces get deletedThomas White
2011-12-23Fix a couple of slide role bugsThomas White
2011-12-23Store the slide roles in filesThomas White
2011-12-19More role stuffThomas White
2011-12-18Auto-furniture mostly workingThomas White
2011-12-18Auto-furniture: part 1Thomas White
2011-12-13Fix logic for "remote control magic"Thomas White
2011-12-11Remote control magicThomas White
2011-12-09WIP on splittingThomas White
2011-11-23Add "Delete" buttonThomas White
2011-11-23Fix initial state of toolbarThomas White
2011-11-22Let tools add stuff to the toolbarThomas White
2011-11-22Fix dragging logicThomas White
2011-11-10Background gradient stuffThomas White
2011-11-10Move stylesheet deserialization to stylesheet.cThomas White
2011-11-10Basic background object renderingThomas White
2011-11-10Fix some redraw sillinessesThomas White
2011-11-09Fix image minimum sizeThomas White
2011-11-09Respect margins when importing an imageThomas White
2011-11-09Drag to move objects with rubber band box (faster)Thomas White
2011-11-09Preserve aspect ratio when resizing imagesThomas White
2011-11-09Implement File->New, don't quit until last file is closedThomas White
2011-11-09Fix and rationalise update/redraw logicThomas White
2011-11-09No need to do thisThomas White
2011-11-09FormattingThomas White