aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.c
AgeCommit message (Collapse)Author
2012-08-04Rendering stuffThomas White
2012-06-14Simplify...Thomas 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-23Fix a couple of slide role bugsThomas White
2011-12-19More role stuffThomas White
2011-12-18Auto-furniture mostly workingThomas White
2011-12-18Auto-furniture: part 1Thomas White
2011-11-23Add "Delete" buttonThomas White
2011-11-22Let tools add stuff to the toolbarThomas White
2011-11-09Fix and rationalise update/redraw logicThomas White
2011-11-07Resize handles on all corners of text objects, as wellThomas White
2011-11-06Remove redundant parameterThomas White
2011-11-06Load/save image objects as well, rationalise "update" a bitThomas White
2011-11-06Add stuff which should be filled in during deserializationThomas White
2011-11-05Loading mostly worksThomas White
2011-11-04Add most of the serializerThomas White
2011-10-17New slide redraw logicThomas White
This way is much more straightforward, and allows rendering in many different sizes
2011-10-13Check object type before asking the tool to do thingsThomas White
2011-10-12Remove dead code and tidy up resize logicThomas White
2011-10-11Design for general drag logicThomas White
2011-10-10FormattingThomas White
2011-10-09Implement block-style textThomas White
2011-10-09Move rubber band box stuff to mainwindowThomas White
2011-10-09Drag to create regionThomas White
2011-10-05Call update_text() when creating normal text as wellThomas White
2011-10-05Call update_text() on creation of furnitureThomas White
2011-10-05Redraw and drag logicThomas White
2011-10-04Move key press stuff into tool callbacksThomas White
2011-10-04Honour margins (right and bottom at least) for normal text as wellThomas White
2011-10-04Nope, one more fix...Thomas White
2011-10-04Fix cursor (finally..?)Thomas White
2011-10-04Allow deselect_object() to delete empty objects safelyThomas White
2011-10-04Update vertical alignment stuffThomas White
2011-10-04Fix cursor position handlingThomas White
2011-10-04Cursor fixesThomas White
2011-10-04Cursor stuff (broken)Thomas White
2011-10-03Fix text positioningThomas 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-25First part of new concept for styles and layout elementsThomas White