<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/graphsharp/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/graphsharp/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/graphsharp/bugs/</id><updated>2009-02-13T15:09:34Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>All Edges are directed instead of bi-directional</title><link href="https://sourceforge.net/p/graphsharp/bugs/10/" rel="alternate"/><published>2009-02-13T15:09:34Z</published><updated>2009-02-13T15:09:34Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net016568af14fb637615325e4be0bffc0db8e1d584</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Creating a "bi-directional" edge in Graph# in fact creates directed edges.&lt;/p&gt;
&lt;p&gt;Method to reproduce:&lt;/p&gt;
&lt;p&gt;1. Create a four-vertex cyclic graph by connecting v1 to v2, v3 to v2, v1 to v4, and v3 to v4.&lt;br /&gt;
2. Apply the Eularian Trail algorithm to the graph.&lt;/p&gt;
&lt;p&gt;Result: Nothing in the graph is selected, even though the graph, if it were being evaluated in a bi-directional manner, would be Eular.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>WPF-side Graph Entity Names (Panel.Name) are not updated</title><link href="https://sourceforge.net/p/graphsharp/bugs/9/" rel="alternate"/><published>2009-01-18T11:21:40Z</published><updated>2009-01-18T11:21:40Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.netf1c928f51fe19c5b5e9b252fd3eee7085b989b32</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When a user changes the name of a graph entity in the graph canvas, the corresponding WPF-side name (Panel.Name) is not updated accordingly. This results in users being unable to create edges and apply graph functions to graphs.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Graph Documents are cropped when printed</title><link href="https://sourceforge.net/p/graphsharp/bugs/8/" rel="alternate"/><published>2009-01-02T00:35:24Z</published><updated>2009-01-02T00:35:24Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net50fe0774b3c337ebcc24d7e0970b541413f658f8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When printing a Graph Document, a portion of the graph document that doesn't fit onto the page is not printed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>The menu items in the Graph Function submenus are unsorted</title><link href="https://sourceforge.net/p/graphsharp/bugs/7/" rel="alternate"/><published>2008-12-27T11:20:25Z</published><updated>2008-12-27T11:20:25Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net9eecdc27f5bb7c19cb39664ab348fb12a5c7ee3c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the Analytical Functions sub-menu of the Graph Functions menu, the menu entries are not in alphabetical order when they should be.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Edges are drawn over the top of Vertices</title><link href="https://sourceforge.net/p/graphsharp/bugs/6/" rel="alternate"/><published>2008-12-05T09:59:41Z</published><updated>2008-12-05T09:59:41Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net508bdb91d65576902fa7a0cb1eb7b37e78a9ffbc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When an edge is drawn, it will draw itself over the vertices it's showing a relation between, along with any vertices in-between the related vertices.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Most GraphBuilder events only modify last created element</title><link href="https://sourceforge.net/p/graphsharp/bugs/5/" rel="alternate"/><published>2008-12-05T07:35:18Z</published><updated>2008-12-05T07:35:18Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net5229f128d5a013ecd4bc30a3d15109c6c3a7e792</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Most of the event code for the GraphBuilders only modify the last created element rather than a specific created element. This can be fixed by finding the sending element's representation by a name lookup.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Edges are drawn incorrectly when created from right-to-left</title><link href="https://sourceforge.net/p/graphsharp/bugs/4/" rel="alternate"/><published>2008-10-27T23:17:41Z</published><updated>2008-10-27T23:17:41Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.netbe8991ba7cca36fb5fdb1a807a3d97ab747f9616</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When attempting to create an edge between two vertices starting from a vertex on the right going to a vertex to the left of the starting vertex, the edge line itself is drawn correctly, but the attributes are not centered underneath the edge line as it should be.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Edges aren't redrawn on vertex resizing</title><link href="https://sourceforge.net/p/graphsharp/bugs/3/" rel="alternate"/><published>2008-10-27T23:15:54Z</published><updated>2008-10-27T23:15:54Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.netf53ea22bb54aa94bd19265b3042e9c7f537dcd1b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When either the starting or ending vertex change in size, the edge isn't re-centered in the middle of the resized vertex.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Edges in Graph# lack resolution</title><link href="https://sourceforge.net/p/graphsharp/bugs/2/" rel="alternate"/><published>2008-09-20T03:30:20Z</published><updated>2008-09-20T03:30:20Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.net33dc2766864168513425ce8cf7a5886a26d06259</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The way Graph# currently displays edges lacks resolution and look like MS-paint was used to draw it.&lt;/p&gt;
&lt;p&gt;They should probably be anti-aliased.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Not all parts of MainWindow remain visible after shrinking</title><link href="https://sourceforge.net/p/graphsharp/bugs/1/" rel="alternate"/><published>2008-09-01T07:32:19Z</published><updated>2008-09-01T07:32:19Z</updated><author><name>rmiesen</name><uri>https://sourceforge.net/u/rmiesen/</uri></author><id>https://sourceforge.netdaacbcf7597024f28d385909808be79df1f76506</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After I executed NFR-4-1, I noticed that both the graphCnavas and the graphEntityPanel were left with inaccessible parts of their respective widgets after being shrunk.&lt;/p&gt;
&lt;p&gt;Frequency: All the time.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>