Changeset 1094

Show
Ignore:
Timestamp:
12/04/06 23:44:17 (2 years ago)
Author:
arjanmol
Message:

updated README.txt, ChangeLog?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/ChangeLog

    r1013 r1094  
     12006-12-05  Arjan Molenaar  <arjan_at_yirdis_dot_nl> 
     2 
     3        * In the meantime: several small fixes. 
     4 
    152006-09-13  Arjan Molenaar  <arjan_at_yirdis_dot_nl> 
    26 
  • gaphas/trunk/README.txt

    r999 r1094  
    22============= 
    33 
    4 This module contains an attempt to a new canvas implementation for Gaphor. 
     4This module contains a new canvas implementation for Gaphor. 
    55 
    66The basic idea is: 
     
    112112 hovered:  True if the mouse pointer if over the item. Only the top-most item 
    113113           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). 
    114116 
    115117The View automatically calculates the bounding box for the item, based on the 
     
    135137Although the default tools do a fair amount of work, in most cases you'll 
    136138see 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
     139you 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!)
    138140 
    139141One of the problems you'll face is what to do when an item is removed from the