2006-10-19 hegyi Used randomizator is changed to the one included in Lemon
2006-10-16 hegyi Graph redesign starts with an initial kick of the first node.
2006-10-13 hegyi Suurballe algorithm is implemented in glemon.
2006-10-13 alpar - Add missing repository files (AUTHORS COPYING NEWS README). They need to
2006-10-13 hegyi Dijkstra in GUI - and the body...
2006-10-13 hegyi Dijkstra in GUI.
2006-10-12 hegyi Forget to commit the body, sorry\!
2006-10-12 hegyi Node antigravity and edge elasticity based graph layout redesigner.
2006-10-09 ladanyi Configure option to set lemon prefix.
2006-10-02 hegyi Two redundant lines were removed.
2006-10-02 hegyi View settings also for edges.
2006-09-28 hegyi Zoom tracking of nodes is implemented and is switchable.
2006-09-28 hegyi Small modification in node view settings.
2006-09-25 hegyi Node view
2006-09-25 ladanyi Bugfixes.
2006-09-25 ladanyi Bugfix.
2006-09-25 ladanyi LoopEdge improvements.
2006-09-21 hegyi According to xy->Point changement.
2006-09-19 hegyi Node and edge editor button are the same furthermore.
2006-09-18 hegyi When moving nodes with midbutton little red arrows keep their position.
2006-09-13 ladanyi Loop edges.
2006-08-30 hegyi Size of MapWin cannot be changed.
2006-08-23 alpar Bugfix (graphs are not copy constructible)
2006-07-11 ladanyi Handle 'svn-head' as lemon version.
2006-06-26 ladanyi Small fix.
2006-06-26 ladanyi Copied license file from lemon/trunk.
2006-06-26 ladanyi Set svn:ignore property.
2006-06-26 ladanyi Create a new tab when open is selected and there are no tabs. Fixes bug 50.
2006-06-21 ladanyi Autotools for glemon.
2006-06-21 ladanyi Moved the po directory to glemon/trunk.
2006-06-21 ladanyi Moved the gui to glemon/trunk.
2006-04-27 ladanyi added scrollbars to the canvas gui
2006-04-27 ladanyi filter loop edges gui
2006-04-18 ladanyi id->label gui
2006-04-14 ladanyi some reorganization gui
2006-04-12 ladanyi revert to single configure scheme gui
2006-03-23 ladanyi ignore generated files gui
2006-03-23 ladanyi - added gettext infrastructure to the gui gui
2006-02-02 ladanyi Fix crash when an arrow is clicked with the delete tool. gui
2006-02-02 alpar Towards icc-8.0 compatibility... gui
2006-01-31 alpar Fix icc compilation failures. gui
2006-01-24 deba Lemon Graph Format uses label instead of id named map. gui
2006-01-14 hegyi Documentation of classes realizing algorithm running. gui
2006-01-14 alpar Changes in doc gui
2006-01-12 hegyi Documenatation of MapWin. gui
2006-01-12 hegyi Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear. gui
2006-01-12 hegyi Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well. gui
2006-01-11 hegyi Documentation of NewMapWin. gui
2006-01-11 hegyi Documentation of MainWin. gui
2006-01-10 hegyi If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes. gui
2006-01-09 hegyi The tree that is created for evaluation of expression string at new map creation is deleted after usage. gui
2006-01-09 hegyi Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function. gui
2006-01-06 hegyi Forgotten file committed. gui
2006-01-06 hegyi In algorithm window maps can be selected and reated through MapSelector widget. gui
2006-01-06 ladanyi Set arrow coordinates when creating a new edge. gui
2006-01-06 hegyi MapSelector has become a standalone class. gui
2006-01-06 hegyi Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way. gui
2006-01-06 alpar Reformatting: too long code lines. gui
2006-01-05 hegyi Kruskal algorithm can be run from GUI from now on. gui
2006-01-05 hegyi Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox. gui