summaryrefslogtreecommitdiffstats
path: root/ganv
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Fix crash on shutdown and item deletion.David Robillard2-5/+4
2012-01-09Build with old cairo without cairo_rectangle_int_t (fix #792).David Robillard1-1/+1
2012-01-09Build with old cairo without cairo_region_t (fix #792).David Robillard1-2/+2
2011-12-14Make node no longer a subclass of group.David Robillard1-3/+2
2011-12-13Update comments to reflect reality of group's demoted status.David Robillard1-7/+7
2011-12-13Move group implementation to separate files.David Robillard6-77/+74
2011-12-13Remove ganv_item_raise and ganv_item_lower.David Robillard1-10/+0
2011-12-13Remove libart dependency.David Robillard1-28/+15
2011-12-13Replace ArtUta* redraw_area with cairo_region_t* redraw_region.David Robillard1-8/+5
2011-12-13Remove ganv_canvas_base_request_redraw_uta.David Robillard1-6/+0
2011-12-12Remove unused clip_path parameter to item update method.David Robillard1-1/+1
2011-12-12Remove unused coverage method of Item class.David Robillard1-3/+0
2011-12-10Change GanvGroup* to GanvItem* for parent pointers.David Robillard3-4/+4
2011-12-10Make item draw method take a cairo_t instead of GdkDrawable.David Robillard1-1/+1
2011-12-10Fix event handling.David Robillard2-5/+7
2011-12-09Remove GnomeCanvas dependency.David Robillard19-71/+638
2011-12-09Improve documentation and GIR bindings.David Robillard4-0/+20
2011-12-09Improve documentation.David Robillard6-11/+56
2011-12-08Don't expose GET_PRIVATE macros.David Robillard7-43/+36
2011-12-08Delete trailing whitespace.David Robillard3-4/+4
2011-12-08Hide implementations.David Robillard9-342/+174
2011-12-08Clean up port event stuff.David Robillard1-6/+0
2011-12-08Make canvas direction a property.David Robillard2-13/+3
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-2/+8
2011-12-07Fix control port dragging.David Robillard1-4/+4
2011-12-07Fix event handling.David Robillard1-14/+1
2011-12-07Remove cruft from public API.David Robillard1-18/+0
2011-12-07Support creating modules via pure GObject construction.David Robillard2-0/+4
2011-12-07Add C test program.David Robillard4-7/+46
2011-12-07More work towards making the canvas usable via the C API only.David Robillard2-8/+13
2011-12-06Trim license header.David Robillard20-200/+160
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard20-0/+1899