new_map_win.h
Wed, 28 Feb 2007 18:20:28 +0000 Header reorganising
Mon, 30 Oct 2006 12:16:25 +0000 Add copyright headers
Thu, 12 Jan 2006 13:28:54 +0000 Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.
Wed, 11 Jan 2006 15:49:06 +0000 Documentation of NewMapWin.
Mon, 09 Jan 2006 12:41:06 +0000 The tree that is created for evaluation of expression string at new map creation is deleted after usage.
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.
Mon, 21 Nov 2005 18:03:20 +0000 NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
Thu, 17 Nov 2005 15:34:18 +0000 As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.
Mon, 24 Oct 2005 10:15:40 +0000 Newly created map is realized by the property givening by common sense.
Tue, 26 Jul 2005 21:20:01 +0000 EdgeMap and NodeMap creation is done, at last. Bach 4ever.