Difference between revisions of "Wgraph:Version History"
From FollowTheScore
Line 1: | Line 1: | ||
__NOTOC__ [[Category:Wgraph]] | __NOTOC__ [[Category:Wgraph]] | ||
+ | |||
+ | |||
+ | == Version 0.83 == | ||
+ | |||
+ | ;'status' can now be used as an alias for 'state' | ||
+ | |||
+ | ;handling of underscores: all commands and enum tokens may now contain arbitrary undercores | ||
+ | |||
+ | ;syntax: we now allow for ':' after node or edge (as is standard for GDL) | ||
+ | |||
+ | ;empty nodes: if a node has no name it will be named '?' | ||
+ | |||
+ | ;graph attributes: these are now also apllicable to subgraphs. This may produce invalid GDL in some cases. | ||
Revision as of 07:06, 4 October 2007
Version 0.83
- 'status' can now be used as an alias for 'state'
- handling of underscores
- all commands and enum tokens may now contain arbitrary undercores
- syntax
- we now allow for ':' after node or edge (as is standard for GDL)
- empty nodes
- if a node has no name it will be named '?'
- graph attributes
- these are now also apllicable to subgraphs. This may produce invalid GDL in some cases.
Version 0.82
- label wrap
- label wrapping now also takes place if the title is used as the default lable for a node
- absolute positioning
- properties x & y added
- world coordinates
- user coordinate system supported via xfactor, yfactor, xoffset, yoffset
- defaults for nodetypes and edgetypes
- nodetype '*', edgetype '*'
- clipping added
- xclipat, xclipsize, yclipat, yclipsize
- support for new arrowstyles
- arrowstyles are now strings, 'new' arrowstyles (aiSee 2.0) can be used; there is no more any validity checking for arrow modes.
Version 0.81
- bugfix
- 'node.href=...' in main graph led to invalid GDL syntax
- new feature
- href in nodetype now replaces '%%' by the node label
Version 0.8
- initial version
- July 2007