Changeset 1094
- Timestamp:
- 12/04/06 23:44:17 (2 years ago)
- Files:
-
- gaphas/trunk/ChangeLog (modified) (1 diff)
- gaphas/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/ChangeLog
r1013 r1094 1 2006-12-05 Arjan Molenaar <arjan_at_yirdis_dot_nl> 2 3 * In the meantime: several small fixes. 4 1 5 2006-09-13 Arjan Molenaar <arjan_at_yirdis_dot_nl> 2 6 gaphas/trunk/README.txt
r999 r1094 2 2 ============= 3 3 4 This module contains a n attempt to anew canvas implementation for Gaphor.4 This module contains a new canvas implementation for Gaphor. 5 5 6 6 The basic idea is: … … 112 112 hovered: True if the mouse pointer if over the item. Only the top-most item 113 113 is marked as hovered. 114 draw_all: True if everything drawable on the item should be drawn (e.g. when 115 calculating the bounding boxes). 114 116 115 117 The View automatically calculates the bounding box for the item, based on the … … 135 137 Although the default tools do a fair amount of work, in most cases you'll 136 138 see that especially the way items connect with each other is not the way 137 you want it. That's okay. HandleTool provides some hooks (connect, disconnect and glue) to implement custom connection behavior (in fact, the default implementation doesn't do any connecting at all .139 you want it. That's okay. HandleTool provides some hooks (connect, disconnect and glue) to implement custom connection behavior (in fact, the default implementation doesn't do any connecting at all!). 138 140 139 141 One of the problems you'll face is what to do when an item is removed from the
