aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
AgeCommit message (Expand)Author
2011-12-28Pass enter key to toolsThomas White
2011-12-28Rationalise IM handlingThomas White
2011-12-25Basic slide notesThomas 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-18Auto-furniture mostly workingThomas White
2011-12-18Auto-furniture: part 1Thomas White
2011-12-11Remote control magicThomas White
2011-12-09WIP on splittingThomas White
2011-11-23Fix initial state of toolbarThomas White
2011-11-22Let tools add stuff to the toolbarThomas White
2011-11-10Fix some redraw sillinessesThomas White
2011-11-09Respect margins when importing an imageThomas 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
2011-11-06Remove debugging outputThomas White
2011-11-06Update the title bar on load/saveThomas White
2011-11-06Duplicate filename in image storeThomas White
2011-11-05Loading mostly worksThomas White
2011-11-04Add most of the serializerThomas White
2011-10-17Fix remaining holes in redraw logicThomas White
2011-10-17New slide redraw logicThomas White
2011-10-14Fix crash when importing an image not in image modeThomas White
2011-10-14Add Image tool iconsThomas White
2011-10-13Set focus and redraw slide after image importThomas White
2011-10-13Check object type before asking the tool to do thingsThomas White
2011-10-13Add image handling basicsThomas White
2011-10-13FormattingThomas White
2011-10-13Unify "rubber band box" and "import DnD" pathwaysThomas White
2011-10-11Design for general drag logicThomas White
2011-10-09Move rubber band box stuff to mainwindowThomas White
2011-10-09Drag to create regionThomas White
2011-10-06Revert "Remove spurious line"Thomas White
2011-10-05Remove spurious lineThomas White
2011-10-05Force the text tool on when creating furnitureThomas White
2011-10-05Redraw and drag logicThomas White
2011-10-04Move key press stuff into tool callbacksThomas White
2011-10-04Allow deselect_object() to delete empty objects safelyThomas White
2011-10-03More fun with methodsThomas White
2011-10-03Use dispatch tables for tool functionsThomas White
2011-10-01Use function pointers for object rendering and overlaysThomas White
2011-09-25More updates...Thomas White
2011-09-25First part of new concept for styles and layout elementsThomas White
2011-09-19"Fix" compiler warningThomas White
2011-09-16Scale the image down if it's a silly sizeThomas White
2011-09-15Draw box when receiving image by DnDThomas White