File: NEWS

package info (click to toggle)
ganv 1.4.2~dfsg0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,276 kB
  • ctags: 2,655
  • sloc: python: 12,783; ansic: 5,830; cpp: 3,981; sh: 214; makefile: 29
file content (34 lines) | stat: -rw-r--r-- 1,550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ganv (1.4.2) stable;

  * Fix bug where edges would not update when nodes are moved after the canvas
    is cleared (fix stuck connections in Patchage after refresh).
  * Upgrade to waf 1.7.16

 -- David Robillard <d@drobilla.net>  Fri, 08 Aug 2014 18:24:33 -0400

ganv (1.4.0) stable;

  * Begin using library and pkg-config names suitable for parallel
    installation.  This version of flowcanvas is flowcanvas-1 and is
    NOT compatible with previous versions
  * Clean up API and improve documentation.
  * Add font size API
  * Use system theme font size by default
  * Size empty ports in font based units so they look right when zoomed
  * Adjust padding and placement to precisely fit text
  * Add ability to select connections directly
  * Add Connection::set_curved()
  * Fix lingering handle when deleting connections
  * Dramatically increase performance by rendering text manually
    rather than using the truly awful Gnome::Canvas::Text.
  * Remove use of boost smart pointers.  Adding and removing from containers
    (e.g. Canvas, Module) is now done automatically.
  * Clean up API/ABI by hiding private implementations.
  * Add ability to select connections by their handles, either individually
    or in groups with rect select.
  * Further slight improvements in memory consumption and alignment.
  * Improve scalability to graphs with many connections (eliminate linear
    connection searches and redundant connection collections).
  * Switch to GPLv3+

 -- David Robillard <d@drobilla.net>  Sun, 27 Apr 2014 23:44:29 -0400