# # ChangeLog for src/lemon/graph_to_eps.h in lemon-0.x # # Generated by Trac 1.2.3 # 04/16/24 13:59:48 Sat, 29 Jan 2005 23:22:02 GMT Alpar Juttner [1108:253b66e7e41d] * configure.ac (modified) * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) - '%%Title:', '%%Copyright:' and '%%CreationDate:' fields added to ... Sat, 29 Jan 2005 15:09:41 GMT Alpar Juttner [1107:d972653c89d5] * doc/Doxyfile (modified) * doc/images/nodeshape_0.eps (added) * doc/images/nodeshape_0.png (added) * doc/images/nodeshape_0.pnm (added) * doc/images/nodeshape_1.eps (added) * doc/images/nodeshape_1.png (added) * doc/images/nodeshape_2.eps (added) * doc/images/nodeshape_2.png (added) * src/lemon/graph_to_eps.h (modified) - Node shapes are shown in the doc. - The generated PS file is ... Fri, 28 Jan 2005 09:09:59 GMT Alpar Juttner [1103:f196dc4f1b31] * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) Add a 'scaleToA4()' function. Thu, 20 Jan 2005 14:16:40 GMT Alpar Juttner [1091:c756973cd53c] * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) Now, the actual drawing is made by run() instead of the destructor. Wed, 19 Jan 2005 20:19:31 GMT Alpar Juttner [1089:c0f4ebdc0034] * src/lemon/graph_to_eps.h (modified) - Nodes are drawn in a better way - Arrowheads made more similar in ... Wed, 19 Jan 2005 12:17:11 GMT Alpar Juttner [1088:358526a620f8] * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) One more node-shape added. Tue, 18 Jan 2005 12:23:09 GMT Alpar Juttner [1087:d496d1d5a5e7] * src/lemon/graph_to_eps.h (modified) Correct bad arrow enpoint when parallel edges are enabled. Tue, 18 Jan 2005 12:02:27 GMT Alpar Juttner [1086:caa13d291528] * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) In graphToEps(), nodes may have different shapes (circles or squares). Sun, 16 Jan 2005 22:34:51 GMT Alpar Juttner [1085:5b7ca75297b5] * src/lemon/graph_to_eps.h (modified) - Parallel edges look a bit better - Possibility to insert verbatim ... Tue, 11 Jan 2005 09:15:25 GMT Alpar Juttner [1073:bedab8bd915f] * src/demo/Makefile.am (modified) * src/demo/graph_to_eps_demo.cc (added) * src/lemon/Makefile.am (modified) * src/lemon/bezier.h (added) * src/lemon/graph_to_eps.h (added) * src/work/alpar/graph_to_eps.cc (deleted) graph_to_eps mission accomplished. - lemon/graph_to_eps.h header ...