summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-02GUI support for integer controls.David Robillard3-7/+21
2013-02-02Show check box for toggle ports and ellipsis for enumeration (menu) ports.David Robillard3-43/+143
2013-02-02Fix strange bug where canvas stops updating entirely on node removal.David Robillard3-12/+13
2013-02-02Fix drag connecting.David Robillard1-0/+2
2013-01-14Fix dash of edges.David Robillard1-0/+2
2013-01-13Attempt to fix artifacts left behind by edge handle.David Robillard1-5/+6
2013-01-13Support resizing circles to fit label, and setting radius in ems.David Robillard5-14/+81
2013-01-13Add two connect modes for fast chaining and fanning.David Robillard1-1/+0
2013-01-13Better dot rendering and auto-arrange for graphs with circles.David Robillard2-12/+42
2013-01-13ganv_canvas_destroy => ganv_canvas_clear.David Robillard1-2/+2
2013-01-13Fix border width for circles.David Robillard1-1/+2
2013-01-12Fix edges between circles to not overlap tail.David Robillard1-35/+17
2013-01-12Fix selection dash for circles.David Robillard2-1/+4
2013-01-12Fix arrange with circles on the canvas.David Robillard2-5/+18
2013-01-12Fix text on circles.David Robillard4-0/+63
2013-01-08Don't highlight fill colour on mouse hover.David Robillard1-1/+0
2012-12-21Improve port control sliders to make it easier to reach minimum / maximum value.David Robillard1-9/+14
2012-12-21Slightly better quasi-cascade.David Robillard1-1/+1
2012-12-21Stack items on the same layer by x coordinate for a deterministic quasi-casca...David Robillard1-1/+8
2012-12-21Implement item stacking.David Robillard8-91/+36
2012-11-18Disconnect animation signal when canvas is destroyed (fix potential crashes o...David Robillard1-1/+2
2012-11-14Fix wonky edge selection behaviour when selecting ports.David Robillard4-43/+73
2012-09-30Redraw edge areas when edges are removed to avoid fragments.David Robillard3-5/+12
2012-09-18Fix full zoom when circles are on the canvas.David Robillard1-10/+16
2012-09-17Add Canvas::remove_edge and allow for_each_edge to be used to remove edges.David Robillard2-10/+26
2012-08-10Fix a ton of warnings.David Robillard12-115/+99
2012-08-10Fix unnecessary implicit float=>double conversions.David Robillard2-6/+6
2012-08-09Fix prototypes.David Robillard3-6/+4
2012-07-26Attach arrows to correct location on ports in Graphviz output.David Robillard1-7/+7
2012-07-26Use Graphviz HTML table support to precisely describe node layouts.David Robillard1-59/+106
2012-05-27Do not include individual glib headers.David Robillard1-1/+1
2012-05-24Delete trailing whitespace.David Robillard1-1/+1
2012-05-23Fix wacky jumping modules problem.David Robillard1-7/+2
2012-05-22Size modules large enough to fit label with downward signal flow.David Robillard1-1/+1
2012-05-15Fix module width in vertical mode.David Robillard1-7/+10
2012-05-13Fix dead assignment.David Robillard1-2/+1
2012-05-12Fix glib variant reference warnings.David Robillard1-1/+1
2012-05-12Fix node selection so setting "selected" property does the right thing.David Robillard2-6/+18
2012-05-11Comment out unused function (avoid warning).David Robillard1-0/+2
2012-04-28Fix warnings about non-parent items.David Robillard3-10/+30
2012-04-28Fix vertical module port layout.David Robillard1-25/+12
2012-04-28Round auto-arrange coordinates to nearest integer and spread things out a bit...David Robillard1-2/+2
2012-04-26Fix O(n_edges) Canvas::get_edge() to be O(lg(n_nodes)).David Robillard1-17/+17
2012-04-26Tidy.David Robillard2-32/+32
2012-04-25Remove icon stuff.David Robillard2-71/+15
2012-04-25Fix drag connection curves in vertical canvas.David Robillard1-4/+26
2012-04-25Move more functionality down to C canvas.David Robillard1-139/+135
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-99/+71
2012-04-24Fix port resizing when reducing font size.David Robillard1-4/+2
2012-04-24Fix font size stuff.David Robillard4-33/+76