aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-06Remove debugging messagesThomas White
2012-11-06Re-render slide after adding objectThomas White
2012-10-15Rendering and redraw pipelineThomas White
2012-10-12Move "frame" to new moduleThomas White
2012-10-09Set frame size to the size of contentsThomas White
2012-10-08Create PangoLayout when laying out the frameThomas White
Because it's necessary to know how much space the contents take up
2012-09-11Put styles in submenusThomas White
2012-09-10Slide template stuffThomas White
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-09-07Fix whitespaceThomas White
2012-09-07Merge branch 'master' of ssh://git.bitwiz.org.uk/colloquiumThomas White
2012-09-07Plug in slide renderingThomas White
2012-09-05Update commentThomas White
2012-09-05TweaksThomas White
2012-09-04Plug mainwindow back inThomas White
2012-09-03Tweak testThomas White
2012-09-03More parser workThomas White
2012-09-03Fix commentThomas White
2012-09-03FormattingThomas White
2012-09-03"Finished" parserThomas White
2012-08-30Add space in API for options and varying block names in an SCBlockListThomas White
2012-08-15FormattingThomas White
2012-08-15Fix label initialisationThomas White
2012-08-15Free the blocksThomas White
2012-08-14First bits of StoryCode parserThomas White
2012-08-12The style mechanismThomas White
2012-08-12Clarify layout logicThomas White
2012-08-12Basic structure for framesThomas White
2012-08-08Move to GTK3 (and add tests)Thomas White
2012-08-04Rendering stuffThomas White
2012-06-14Simplify...Thomas White
2012-05-14Storycode - more workThomas White
2012-04-18Update...Thomas White
2012-04-17Start cleaning out...Thomas White
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