summaryrefslogtreecommitdiffstats
path: root/ganv/canvas.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Clean up includesDavid Robillard1-5/+7
2020-08-02Remove circular includeDavid Robillard1-1/+0
2020-07-30Expand canvas automatically to fit nodesDavid Robillard1-0/+8
2018-09-16Rename private implementation types according to new Gtk conventionsDavid Robillard1-3/+3
2016-09-18Update copyright datesDavid Robillard1-1/+1
2015-02-21Add API to specify module port order.David Robillard1-0/+33
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard1-0/+13
2014-04-27Fix gtk-doc comment format.David Robillard1-1/+17
2014-04-26Clean up Ganv API.David Robillard1-60/+69
2014-03-30Reimplement canvas zoom.David Robillard1-1/+1
2014-03-16Allow user to enable or disable sprung layout.David Robillard1-0/+17
2014-03-15Clean up public canvas interface.David Robillard1-48/+269
2014-03-15Clean up public canvas interface.David Robillard1-115/+21
2014-01-12Tidy.David Robillard1-1/+1
2014-01-11Merge GanvCanvasBase and GanvCanvas.David Robillard1-28/+142
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-0/+6
2013-06-09Fix compilation with --jack-dbus (#917).David Robillard1-0/+8
2013-06-08Fix sizing for ports with enumeration or integer tag labels.David Robillard1-0/+4
2013-01-13ganv_canvas_destroy => ganv_canvas_clear.David Robillard1-2/+2
2012-11-14Fix wonky edge selection behaviour when selecting ports.David Robillard1-5/+22
2012-08-10Fix a ton of warnings.David Robillard1-0/+4
2012-05-27Clean up canvas.h and fix some problems with GIR generation.David Robillard1-9/+21
2012-05-24Delete trailing whitespace.David Robillard1-1/+1
2012-04-26Fix O(n_edges) Canvas::get_edge() to be O(lg(n_nodes)).David Robillard1-0/+9
2012-04-26Tidy.David Robillard1-20/+20
2012-04-25Move more functionality down to C canvas.David Robillard1-0/+20
2012-04-25Update copyright date.David Robillard1-1/+1
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-4/+69
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-0/+16
2012-03-09Fix "disconnect all".David Robillard1-0/+9
2011-12-13Move group implementation to separate files.David Robillard1-1/+1
2011-12-09Remove GnomeCanvas dependency.David Robillard1-15/+5
2011-12-09Improve documentation and GIR bindings.David Robillard1-0/+4
2011-12-09Improve documentation.David Robillard1-0/+22
2011-12-08Make canvas direction a property.David Robillard1-2/+2
2011-12-07Add C test program.David Robillard1-0/+4
2011-12-07More work towards making the canvas usable via the C API only.David Robillard1-1/+9
2011-12-06Trim license header.David Robillard1-10/+8
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+105