<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/graphsharp/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/graphsharp/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 13 Feb 2009 15:09:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/graphsharp/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>All Edges are directed instead of bi-directional</title><link>https://sourceforge.net/p/graphsharp/bugs/10/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Fri, 13 Feb 2009 15:09:34 -0000</pubDate><guid>https://sourceforge.net016568af14fb637615325e4be0bffc0db8e1d584</guid></item><item><title>WPF-side Graph Entity Names (Panel.Name) are not updated</title><link>https://sourceforge.net/p/graphsharp/bugs/9/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Sun, 18 Jan 2009 11:21:40 -0000</pubDate><guid>https://sourceforge.netf1c928f51fe19c5b5e9b252fd3eee7085b989b32</guid></item><item><title>Graph Documents are cropped when printed</title><link>https://sourceforge.net/p/graphsharp/bugs/8/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Fri, 02 Jan 2009 00:35:24 -0000</pubDate><guid>https://sourceforge.net50fe0774b3c337ebcc24d7e0970b541413f658f8</guid></item><item><title>The menu items in the Graph Function submenus are unsorted</title><link>https://sourceforge.net/p/graphsharp/bugs/7/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Sat, 27 Dec 2008 11:20:25 -0000</pubDate><guid>https://sourceforge.net9eecdc27f5bb7c19cb39664ab348fb12a5c7ee3c</guid></item><item><title>Edges are drawn over the top of Vertices</title><link>https://sourceforge.net/p/graphsharp/bugs/6/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Fri, 05 Dec 2008 09:59:41 -0000</pubDate><guid>https://sourceforge.net508bdb91d65576902fa7a0cb1eb7b37e78a9ffbc</guid></item><item><title>Most GraphBuilder events only modify last created element</title><link>https://sourceforge.net/p/graphsharp/bugs/5/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Fri, 05 Dec 2008 07:35:18 -0000</pubDate><guid>https://sourceforge.net5229f128d5a013ecd4bc30a3d15109c6c3a7e792</guid></item><item><title>Edges are drawn incorrectly when created from right-to-left</title><link>https://sourceforge.net/p/graphsharp/bugs/4/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Mon, 27 Oct 2008 23:17:41 -0000</pubDate><guid>https://sourceforge.netbe8991ba7cca36fb5fdb1a807a3d97ab747f9616</guid></item><item><title>Edges aren't redrawn on vertex resizing</title><link>https://sourceforge.net/p/graphsharp/bugs/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Mon, 27 Oct 2008 23:15:54 -0000</pubDate><guid>https://sourceforge.netf53ea22bb54aa94bd19265b3042e9c7f537dcd1b</guid></item><item><title>Edges in Graph# lack resolution</title><link>https://sourceforge.net/p/graphsharp/bugs/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Sat, 20 Sep 2008 03:30:20 -0000</pubDate><guid>https://sourceforge.net33dc2766864168513425ce8cf7a5886a26d06259</guid></item><item><title>Not all parts of MainWindow remain visible after shrinking</title><link>https://sourceforge.net/p/graphsharp/bugs/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmiesen</dc:creator><pubDate>Mon, 01 Sep 2008 07:32:19 -0000</pubDate><guid>https://sourceforge.netdaacbcf7597024f28d385909808be79df1f76506</guid></item></channel></rss>