Fri, 22 Jul 2005 15:03:23 +0000File demoprograms.dox thrown away: demos module used instead.
athos [Fri, 22 Jul 2005 15:03:23 +0000] rev 1582
File demoprograms.dox thrown away: demos module used instead.

Fri, 22 Jul 2005 11:04:27 +0000There were bugs, created yesterday, and there is still one. (I hope only one :) )
hegyi [Fri, 22 Jul 2005 11:04:27 +0000] rev 1581
There were bugs, created yesterday, and there is still one. (I hope only one :) )

Fri, 22 Jul 2005 09:41:20 +0000Some changes to kruskal stuff.
athos [Fri, 22 Jul 2005 09:41:20 +0000] rev 1580
Some changes to kruskal stuff.

Thu, 21 Jul 2005 19:28:29 +0000Edge and nodemap edition is done.
hegyi [Thu, 21 Jul 2005 19:28:29 +0000] rev 1579
Edge and nodemap edition is done.

Wed, 20 Jul 2005 22:36:37 +0000kruskal_demo corrected, quicktour filled with kruskal
zsuzska [Wed, 20 Jul 2005 22:36:37 +0000] rev 1578
kruskal_demo corrected, quicktour filled with kruskal

Wed, 20 Jul 2005 16:05:04 +0000Documentation (lp_demo,lp_maxflow) and slight changes (rest).
athos [Wed, 20 Jul 2005 16:05:04 +0000] rev 1577
Documentation (lp_demo,lp_maxflow) and slight changes (rest).

Wed, 20 Jul 2005 16:03:41 +0000Typo.
athos [Wed, 20 Jul 2005 16:03:41 +0000] rev 1576
Typo.

Wed, 20 Jul 2005 12:13:36 +0000- spellcheck in doc
alpar [Wed, 20 Jul 2005 12:13:36 +0000] rev 1575
- spellcheck in doc
- getR(),getG(),getB() -> red(),green(),blue()
- reformatting

Wed, 20 Jul 2005 08:33:33 +0000- Doc improvements, spell checks
alpar [Wed, 20 Jul 2005 08:33:33 +0000] rev 1574
- Doc improvements, spell checks
- Obsolete \todo's removed

Wed, 20 Jul 2005 08:06:32 +0000- graph_to_eps_demo.cc is rightly documented
alpar [Wed, 20 Jul 2005 08:06:32 +0000] rev 1573
- graph_to_eps_demo.cc is rightly documented
- Fix/improve documentation of graphToEps()
- Missing const added to ColorSet::size();

Wed, 20 Jul 2005 08:03:15 +0000A bit more information on installation.
alpar [Wed, 20 Jul 2005 08:03:15 +0000] rev 1572
A bit more information on installation.

Wed, 20 Jul 2005 08:02:11 +0000Minor change
alpar [Wed, 20 Jul 2005 08:02:11 +0000] rev 1571
Minor change

Wed, 20 Jul 2005 08:01:16 +0000docfix
alpar [Wed, 20 Jul 2005 08:01:16 +0000] rev 1570
docfix

Tue, 19 Jul 2005 12:40:23 +0000Produce less messages.
alpar [Tue, 19 Jul 2005 12:40:23 +0000] rev 1569
Produce less messages.

Mon, 18 Jul 2005 15:10:22 +0000Improving tests.
deba [Mon, 18 Jul 2005 15:10:22 +0000] rev 1568
Improving tests.

Mon, 18 Jul 2005 15:09:37 +0000New undirected graph type
deba [Mon, 18 Jul 2005 15:09:37 +0000] rev 1567
New undirected graph type
Represent a two dimensional undirected grid

Mon, 18 Jul 2005 15:08:18 +0000UndirFullGraph class
deba [Mon, 18 Jul 2005 15:08:18 +0000] rev 1566
UndirFullGraph class

Mon, 18 Jul 2005 15:07:28 +0000Improve findEdge interface
deba [Mon, 18 Jul 2005 15:07:28 +0000] rev 1565
Improve findEdge interface
ConEdgeIt is a high level replacement of findEdge

Mon, 18 Jul 2005 15:05:50 +0000Solving ambigous function call
deba [Mon, 18 Jul 2005 15:05:50 +0000] rev 1564
Solving ambigous function call

Mon, 18 Jul 2005 15:03:55 +0000Fix concepts and constraints
deba [Mon, 18 Jul 2005 15:03:55 +0000] rev 1563
Fix concepts and constraints

Fri, 15 Jul 2005 21:17:18 +0000EdgeMapEditor is on its way, but it is far not yet ready.
hegyi [Fri, 15 Jul 2005 21:17:18 +0000] rev 1562
EdgeMapEditor is on its way, but it is far not yet ready.

Fri, 15 Jul 2005 16:12:35 +0000Wrap long lines
alpar [Fri, 15 Jul 2005 16:12:35 +0000] rev 1561
Wrap long lines

Fri, 15 Jul 2005 16:01:55 +0000Some demo programs got some interface. Most progress with lp_maxflow_demo.cc, which also got documented.
athos [Fri, 15 Jul 2005 16:01:55 +0000] rev 1560
Some demo programs got some interface. Most progress with lp_maxflow_demo.cc, which also got documented.

Fri, 15 Jul 2005 14:35:07 +0000Englishing
alpar [Fri, 15 Jul 2005 14:35:07 +0000] rev 1559
Englishing

Fri, 15 Jul 2005 14:13:07 +0000Demos module added
alpar [Fri, 15 Jul 2005 14:13:07 +0000] rev 1558
Demos module added

Thu, 14 Jul 2005 12:23:15 +0000Each version of Kruskal is called the same ( kruskal(g,in,out) ) independently
alpar [Thu, 14 Jul 2005 12:23:15 +0000] rev 1557
Each version of Kruskal is called the same ( kruskal(g,in,out) ) independently
from the input source and the output type.

Wed, 13 Jul 2005 20:02:29 +0000Avoid ambiguity.
alpar [Wed, 13 Jul 2005 20:02:29 +0000] rev 1556
Avoid ambiguity.

Wed, 13 Jul 2005 19:49:36 +0000Doc improvement
alpar [Wed, 13 Jul 2005 19:49:36 +0000] rev 1555
Doc improvement

Wed, 13 Jul 2005 14:17:13 +0000Demo displays information on the screen
deba [Wed, 13 Jul 2005 14:17:13 +0000] rev 1554
Demo displays information on the screen
Added to Makefile.am

Wed, 13 Jul 2005 14:05:49 +0000Demo about descriptor map.
deba [Wed, 13 Jul 2005 14:05:49 +0000] rev 1553
Demo about descriptor map.

Wed, 13 Jul 2005 13:16:57 +0000Swap function for DescriptorMap
deba [Wed, 13 Jul 2005 13:16:57 +0000] rev 1552
Swap function for DescriptorMap

Tue, 12 Jul 2005 21:45:39 +0000Developing of edgemap editing is started.
hegyi [Tue, 12 Jul 2005 21:45:39 +0000] rev 1551
Developing of edgemap editing is started.

Tue, 12 Jul 2005 18:21:49 +0000Editors are based.
hegyi [Tue, 12 Jul 2005 18:21:49 +0000] rev 1550
Editors are based.

Tue, 12 Jul 2005 16:19:06 +0000Doc image generation is turned off to reduce the size of the distro file.
alpar [Tue, 12 Jul 2005 16:19:06 +0000] rev 1549
Doc image generation is turned off to reduce the size of the distro file.

Tue, 12 Jul 2005 16:17:16 +0000Bezier classes are made more consistent
alpar [Tue, 12 Jul 2005 16:17:16 +0000] rev 1548
Bezier classes are made more consistent

Tue, 12 Jul 2005 16:16:19 +0000Improve doc
alpar [Tue, 12 Jul 2005 16:16:19 +0000] rev 1547
Improve doc

Tue, 12 Jul 2005 16:15:37 +0000moveSource() -> changeSource()
alpar [Tue, 12 Jul 2005 16:15:37 +0000] rev 1546
moveSource() -> changeSource()
moveTarget() -> changeTarget()

Tue, 12 Jul 2005 13:36:01 +0000Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target.
ladanyi [Tue, 12 Jul 2005 13:36:01 +0000] rev 1545
Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target.

Mon, 11 Jul 2005 08:54:31 +0000Typo.
athos [Mon, 11 Jul 2005 08:54:31 +0000] rev 1544
Typo.

Thu, 07 Jul 2005 15:58:19 +0000lp_test: error messages with appropriate status/value info
athos [Thu, 07 Jul 2005 15:58:19 +0000] rev 1543
lp_test: error messages with appropriate status/value info

Thu, 07 Jul 2005 15:00:04 +0000Some testing of the LP interface: bugs got fixed.
athos [Thu, 07 Jul 2005 15:00:04 +0000] rev 1542
Some testing of the LP interface: bugs got fixed.

Thu, 07 Jul 2005 09:04:39 +0000Decided not to \include the sample.lgf in the quicktour: so it can be bigger.
athos [Thu, 07 Jul 2005 09:04:39 +0000] rev 1541
Decided not to \include the sample.lgf in the quicktour: so it can be bigger.

Tue, 05 Jul 2005 14:36:10 +0000Documented Balazs's stuff. Quite enough of that.
athos [Tue, 05 Jul 2005 14:36:10 +0000] rev 1540
Documented Balazs's stuff. Quite enough of that.

Mon, 04 Jul 2005 17:51:07 +0000May it does not throw Warning with g++-4.0
deba [Mon, 04 Jul 2005 17:51:07 +0000] rev 1539
May it does not throw Warning with g++-4.0

Mon, 04 Jul 2005 17:22:03 +0000NewUndirEdgeSetAdaptor class
deba [Mon, 04 Jul 2005 17:22:03 +0000] rev 1538
NewUndirEdgeSetAdaptor class
some doc
some bug fix

Mon, 04 Jul 2005 17:16:05 +0000Some more doxygen command killed.
alpar [Mon, 04 Jul 2005 17:16:05 +0000] rev 1537
Some more doxygen command killed.

Mon, 04 Jul 2005 16:27:54 +0000Kill several doxygen warnings
alpar [Mon, 04 Jul 2005 16:27:54 +0000] rev 1536
Kill several doxygen warnings

Mon, 04 Jul 2005 16:18:11 +0000trivial bugfix for deba
klao [Mon, 04 Jul 2005 16:18:11 +0000] rev 1535
trivial bugfix for deba

Mon, 04 Jul 2005 16:11:33 +0000Doc.
athos [Mon, 04 Jul 2005 16:11:33 +0000] rev 1534
Doc.

Mon, 04 Jul 2005 16:11:00 +0000Specialization for string literals.
deba [Mon, 04 Jul 2005 16:11:00 +0000] rev 1533
Specialization for string literals.

Mon, 04 Jul 2005 15:03:25 +0000Updated but not complete doc for IO.
deba [Mon, 04 Jul 2005 15:03:25 +0000] rev 1532
Updated but not complete doc for IO.

Mon, 04 Jul 2005 13:10:34 +0000New graph copy interface
deba [Mon, 04 Jul 2005 13:10:34 +0000] rev 1531
New graph copy interface

Mon, 04 Jul 2005 13:08:31 +0000Doc.
athos [Mon, 04 Jul 2005 13:08:31 +0000] rev 1530
Doc.

Mon, 04 Jul 2005 07:51:57 +0000Doc repaired
deba [Mon, 04 Jul 2005 07:51:57 +0000] rev 1529
Doc repaired

Fri, 01 Jul 2005 16:10:46 +0000Graph input-output demo, some documentation.
athos [Fri, 01 Jul 2005 16:10:46 +0000] rev 1528
Graph input-output demo, some documentation.

Fri, 01 Jul 2005 10:33:27 +0000Doc review+corrections in my own documentation according to the reviewers comments.
athos [Fri, 01 Jul 2005 10:33:27 +0000] rev 1527
Doc review+corrections in my own documentation according to the reviewers comments.