summaryrefslogtreecommitdiffstats
path: root/src/Canvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-02GUI support for integer controls.David Robillard1-1/+1
2013-02-02Fix drag connecting.David Robillard1-0/+2
2013-01-13Better dot rendering and auto-arrange for graphs with circles.David Robillard1-12/+30
2013-01-13ganv_canvas_destroy => ganv_canvas_clear.David Robillard1-2/+2
2013-01-12Fix selection dash for circles.David Robillard1-1/+2
2013-01-12Fix arrange with circles on the canvas.David Robillard1-5/+12
2012-12-21Improve port control sliders to make it easier to reach minimum / maximum value.David Robillard1-9/+14
2012-12-21Implement item stacking.David Robillard1-1/+0
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 Robillard1-26/+45
2012-09-30Redraw edge areas when edges are removed to avoid fragments.David Robillard1-0/+1
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 Robillard1-2/+14
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-23Fix wacky jumping modules problem.David Robillard1-7/+2
2012-05-12Fix node selection so setting "selected" property does the right thing.David Robillard1-5/+5
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 Robillard1-29/+29
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 font size stuff.David Robillard1-27/+41
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-5/+44
2012-04-22Fix control port dragging.David Robillard1-1/+1
2012-04-22Fix bulk connect via port selection.David Robillard1-5/+26
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-12Make port controls actually do something.David Robillard1-1/+6
2012-03-09Fix "disconnect all".David Robillard1-6/+33
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Fix errors on canvas and/or edge destruction.David Robillard1-4/+6
2011-12-23Fix click to connect/disconnect.David Robillard1-0/+3
2011-12-23Fix every port drawn after a selected port also appearing selected.David Robillard1-10/+6
2011-12-23Add marshalers to all signals for mysterious unknown reasons.David Robillard1-2/+5
2011-12-14Draw directly to window cairo context instead of gdk pixmap.David Robillard1-28/+9
2011-12-14Make node no longer a subclass of group.David Robillard1-2/+2
2011-12-14Custom module point and port draw handlers.David Robillard1-1/+1
2011-12-13Move group implementation to separate files.David Robillard1-3/+3
2011-12-12Fix crash when joining non-ports.David Robillard1-1/+1
2011-12-10Change GanvGroup* to GanvItem* for parent pointers.David Robillard1-8/+9
2011-12-10Fix event handling.David Robillard1-1/+1
2011-12-09Remove GnomeCanvas dependency.David Robillard1-87/+82
2011-12-09Improve documentation and GIR bindings.David Robillard1-8/+8
2011-12-08Delete trailing whitespace.David Robillard1-2/+2
2011-12-08Hide implementations.David Robillard1-52/+65
2011-12-08Clean up port event stuff.David Robillard1-28/+9
2011-12-08Make canvas direction a property.David Robillard1-26/+23
2011-12-08Tidy.David Robillard1-2/+0
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-5/+7