amolenaar / gaphas

Gaphas is a diagramming widget for GTK+, written in Python

This URL has Read+Write access

gaphas / NEWS
100644 18 lines (15 sloc) 0.607 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
0.4.1
------
- Call Item._set_canvas after matrix update
- Verify if value changed before marking variable as dirty.
 
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)
- 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.
- API changes
  - use positions instead of "x, y" pairs in all method calls