summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-22Fix control port dragging.David Robillard1-1/+1
2012-04-22Fix wonky port sizes when restoring a patch.David Robillard2-60/+37
2012-04-22Fix various problems with embedding plugin GUIs.David Robillard3-63/+32
2012-04-22Fix buggy curve drawing.David Robillard1-8/+28
2012-04-22Fix bulk connect via port selection.David Robillard1-5/+26
2012-04-17Python 2.4 fixes.David Robillard1-3/+4
2012-04-13Gtkmm => GtkDavid Robillard1-3/+2
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
2012-04-05Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).David Robillard2-3/+2
2012-03-28Fix control rect colour and label stacking.David Robillard4-10/+24
2012-03-27Squeeze blank lines.David Robillard5-13/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-24Add missing include.David Robillard1-0/+1
2012-03-12Make port controls actually do something.David Robillard6-9/+52
2012-03-09Fix "disconnect all".David Robillard7-14/+108
2012-02-02Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+0
2012-02-01Update to r64/autowaf.David Robillard1-0/+0
2012-01-31Use new terser waf build syntax.David Robillard1-9/+9
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard2-2/+2
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
2012-01-14Fix errors on canvas and/or edge destruction.David Robillard1-4/+6
2012-01-11Fix crash on shutdown and item deletion.David Robillard6-118/+141
2012-01-09Fix compilation on old glib with no g_slist_free_full (fix #792).David Robillard1-2/+4
2012-01-09Build with old cairo without cairo_rectangle_int_t (fix #792).David Robillard2-8/+14
2012-01-09Build with old cairo without cairo_region_t (fix #792).David Robillard2-36/+36
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 Robillard2-10/+8
2011-12-23Add marshalers to all signals for mysterious unknown reasons.David Robillard3-3/+10
2011-12-18Fix port controls update while dragging/clicking.David Robillard2-3/+0
2011-12-18Fix module layout.David Robillard2-9/+11
2011-12-14Remove dubious include.David Robillard1-1/+0
2011-12-14Draw directly to window cairo context instead of gdk pixmap.David Robillard8-78/+47
2011-12-14Tidy.David Robillard1-12/+1
2011-12-14Make node no longer a subclass of group.David Robillard7-60/+47
2011-12-14Custom module point and port draw handlers.David Robillard4-14/+61
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 Robillard11-677/+615
2011-12-13Remove ganv_item_raise and ganv_item_lower.David Robillard2-90/+0
2011-12-13Make items responsible for drawing their own children.David Robillard2-4/+23
2011-12-13Remove libart dependency.David Robillard11-437/+157
2011-12-13Remove unnecessary use of ArtIRect.David Robillard1-8/+6
2011-12-13Replace ArtUta* redraw_area with cairo_region_t* redraw_region.David Robillard8-222/+51
2011-12-13Remove ganv_canvas_base_request_redraw_uta.David Robillard2-62/+26
2011-12-12Fix crash when joining non-ports.David Robillard1-1/+1
2011-12-12Add libart dependency to pkg-config file (patch from Adrian Knoth).David Robillard1-1/+1
2011-12-12Remove HACKISH_AFFINE gunk.David Robillard1-31/+0
2011-12-12Remove unused clip_path parameter to item update method.David Robillard8-23/+17
2011-12-12Remove unused coverage method of Item class.David Robillard2-4/+1
2011-12-10Change GanvGroup* to GanvItem* for parent pointers.David Robillard9-43/+40