graph_displayer_canvas-event.cc
Tue, 20 Feb 2007 15:08:30 +0000 The much faster way.
Wed, 02 Jan 2008 21:03:09 +0000 Merge branches/akos to trunk.
Wed, 02 May 2007 20:33:58 +0000 Bugfix.
Wed, 28 Feb 2007 18:20:28 +0000 Header reorganising
Fri, 02 Feb 2007 10:13:33 +0000 Zoom is now available with mouse-wheel.
Mon, 06 Nov 2006 15:40:44 +0000 Color handling of maps is a bit better now.
Mon, 30 Oct 2006 15:43:13 +0000 If visualization is not autoscaled, edges with widths associated with negative map values will be hidden.
Mon, 30 Oct 2006 12:16:25 +0000 Add copyright headers
Thu, 12 Oct 2006 11:39:29 +0000 Node antigravity and edge elasticity based graph layout redesigner.
Mon, 25 Sep 2006 12:08:35 +0000 Bugfixes.
Mon, 25 Sep 2006 07:54:00 +0000 LoopEdge improvements.
Thu, 21 Sep 2006 10:29:29 +0000 According to xy->Point changement.
Tue, 19 Sep 2006 07:43:55 +0000 Node and edge editor button are the same furthermore.
Mon, 18 Sep 2006 16:02:20 +0000 When moving nodes with midbutton little red arrows keep their position.
Wed, 13 Sep 2006 09:16:29 +0000 Loop edges.
Tue, 18 Apr 2006 22:59:33 +0000 id->label
Thu, 02 Feb 2006 15:44:45 +0000 Fix crash when an arrow is clicked with the delete tool.
Fri, 06 Jan 2006 14:44:04 +0000 Set arrow coordinates when creating a new edge.
Thu, 05 Jan 2006 16:54:34 +0000 Kruskal algorithm can be run from GUI from now on.
Sat, 17 Dec 2005 20:55:41 +0000 Save and load the coordinates of the arrows on the edges.
Tue, 06 Dec 2005 10:53:38 +0000 Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).
Tue, 29 Nov 2005 19:31:58 +0000 Structure of GUI is now more clear-cut than before.
Tue, 22 Nov 2005 14:35:33 +0000 clean-up
Mon, 21 Nov 2005 12:07:05 +0000 Reorganizing.
Fri, 04 Nov 2005 19:07:15 +0000 improved zooming
Fri, 26 Aug 2005 15:30:01 +0000 placement of the coordinates caption now takes into account the node radius
Fri, 26 Aug 2005 12:37:34 +0000 Display the node's coordinates while moving it.
Fri, 26 Aug 2005 11:37:41 +0000 No comment.
Fri, 26 Aug 2005 07:35:23 +0000 - use Gtk::Dialog to set the new values of edge and node maps
Tue, 23 Aug 2005 16:27:59 +0000 bugfix
Tue, 23 Aug 2005 15:57:12 +0000 - handle the case when there is no id map in the edgeset section
Tue, 23 Aug 2005 07:36:09 +0000 - id maps are not editable
Thu, 18 Aug 2005 13:33:49 +0000 - The number of gcc-4.0 warnings has significantly decreases.
Tue, 16 Aug 2005 20:07:14 +0000 math.h -> cmath
Sun, 07 Aug 2005 14:17:11 +0000 Alpar had the key, focus can be set in the window class. But it is not enough, the focused widget has to be activated, as well! Was a hard task to find out... By the way, two compilation warnings are removed.
Fri, 29 Jul 2005 12:01:37 +0000 added support for saving files
Thu, 28 Jul 2005 15:54:00 +0000 cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.
Thu, 28 Jul 2005 14:31:32 +0000 Redundant functions from main_win disappeared, entry is now bigger, properties refresh upon edition, edgewidth is zoomable.
Wed, 27 Jul 2005 11:35:13 +0000 No maps with the same name can be added.
Wed, 27 Jul 2005 11:19:35 +0000 Sorry for the previous commit, it was not ready yet, but that damned up arrow... So in this new revision string-double and double-string conversion is corrected to a more C++ way.
Wed, 27 Jul 2005 10:47:38 +0000 Documentation was added to GUI.
Tue, 26 Jul 2005 21:19:41 +0000 EdgeMap and NodeMap creation is done, at last. Bach 4ever.
Tue, 26 Jul 2005 18:14:23 +0000 creates one new edgemap
Mon, 25 Jul 2005 11:17:23 +0000 Continuing adding new maps.
Mon, 25 Jul 2005 10:33:03 +0000 Initializing adding new maps.
Thu, 21 Jul 2005 19:28:29 +0000 Edge and nodemap edition is done.
Fri, 15 Jul 2005 21:17:18 +0000 EdgeMapEditor is on its way, but it is far not yet ready.
Tue, 12 Jul 2005 21:45:39 +0000 Developing of edgemap editing is started.
Tue, 12 Jul 2005 18:21:49 +0000 Editors are based.
Wed, 29 Jun 2005 19:44:30 +0000 Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
Wed, 29 Jun 2005 15:41:33 +0000 Function names are corrected according to naming conventions.
Fri, 24 Jun 2005 18:16:12 +0000 NodeMap values are now visualizable. Todo: default map-values
Fri, 24 Jun 2005 07:58:18 +0000 File graph_displayer is split in functional parts.