gaphas/NEWS

18 lines
607 B
Plaintext
Raw Normal View History

2009-09-08 10:39:07 +04:00
0.4.1
------
- Call Item._set_canvas after matrix update
- Verify if value changed before marking variable as dirty.
2008-12-09 07:07:26 +03:00
0.4.0
------
- allow to define connectable parts of item's (ports feature)
- implemented default connection tool (thanks to ports feature)
- line segment tool implemented (code taken from gaphor)
2008-12-09 07:10:33 +03:00
- implemented Item.constraint method to simplify item's constraint
creation
- The canvas (-view) is no longer tied to the (0, 0) position. Scrolling can
be done quite fluidly with the new PanTool implementation.
2008-12-09 07:10:33 +03:00
- API changes
- use positions instead of "x, y" pairs in all method calls