summaryrefslogtreecommitdiffstats
path: root/ganv/Canvas.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Use correct include for GdkEventDavid Robillard1-1/+1
2020-12-15Clean up includesDavid Robillard1-6/+7
2020-11-29Use modern noncopyable patternDavid Robillard1-4/+8
2020-07-30Expand canvas automatically to fit nodesDavid Robillard1-0/+1
2020-07-30Use modern casts in C++ codeDavid Robillard1-1/+1
2020-07-18Remove spurious semicolonsDavid Robillard1-29/+29
2017-02-12Fix warningsDavid Robillard1-2/+2
2016-09-18Update copyright datesDavid Robillard1-1/+1
2015-02-21Add API to specify module port order.David Robillard1-2/+14
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard1-0/+1
2014-04-26Clean up Ganv API.David Robillard1-33/+40
2014-03-30Reimplement canvas zoom.David Robillard1-1/+1
2014-03-15Clean up public canvas interface.David Robillard1-15/+14
2013-06-09Fix compilation with --jack-dbus (#917).David Robillard1-0/+1
2013-01-13ganv_canvas_destroy => ganv_canvas_clear.David Robillard1-1/+1
2012-11-18Disconnect animation signal when canvas is destroyed (fix potential crashes o...David Robillard1-0/+2
2012-11-14Fix wonky edge selection behaviour when selecting ports.David Robillard1-10/+11
2012-09-17Add Canvas::remove_edge and allow for_each_edge to be used to remove edges.David Robillard1-0/+2
2012-04-26Tidy.David Robillard1-38/+23
2012-04-25Move more functionality down to C canvas.David Robillard1-14/+6
2012-04-25Update copyright date.David Robillard1-1/+1
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-23/+17
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-4/+2
2011-12-13Move group implementation to separate files.David Robillard1-1/+1
2011-12-09Remove GnomeCanvas dependency.David Robillard1-2/+2
2011-12-08Clean up port event stuff.David Robillard1-6/+0
2011-12-08Make canvas direction a property.David Robillard1-11/+1
2011-12-07Fix event handling.David Robillard1-14/+1
2011-12-07Remove cruft from public API.David Robillard1-18/+0
2011-12-07More work towards making the canvas usable via the C API only.David Robillard1-7/+4
2011-12-06Trim license header.David Robillard1-10/+8
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+216