summaryrefslogtreecommitdiffstats
path: root/src/Canvas.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-07Fix control port dragging.David Robillard1-36/+49
2011-12-07Fix event handling.David Robillard1-5/+20
2011-12-07Remove cruft from public API.David Robillard1-30/+0
2011-12-07Support old glib without g_get_monotonic_time (fix #791).David Robillard1-0/+7
2011-12-07Support creating modules via pure GObject construction.David Robillard1-1/+1
2011-12-07Add C test program.David Robillard1-9/+7
2011-12-07More work towards making the canvas usable via the C API only.David Robillard1-154/+257
2011-12-06Trim license header.David Robillard1-10/+8
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+1953