summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard7-58/+171
2012-04-23Fix documentation.David Robillard1-7/+7
2012-04-23Remove stuff from botched last commit.David Robillard1-67/+10
2012-04-23Fix errors when port has no label.ganv/src/port.cDavid Robillard2-27/+42
2012-04-23Resize modules when port labels change.David Robillard4-17/+16
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-13Use standard command synopsis style.David Robillard1-1/+1
2012-04-05Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).David Robillard1-1/+1
2012-03-28Fix control rect colour and label stacking.David Robillard4-10/+24
2012-03-27Squeeze blank lines.David Robillard2-4/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-12Make port controls actually do something.David Robillard5-9/+50
2012-03-09Fix "disconnect all".David Robillard4-10/+81
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Fix errors on canvas and/or edge destruction.David Robillard1-4/+6
2012-01-11Fix crash on shutdown and item deletion.David Robillard4-113/+137
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 Robillard1-7/+13
2012-01-09Build with old cairo without cairo_region_t (fix #792).David Robillard1-34/+34
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 Robillard6-57/+45
2011-12-14Custom module point and port draw handlers.David Robillard4-14/+61
2011-12-13Move group implementation to separate files.David Robillard4-600/+540
2011-12-13Remove ganv_item_raise and ganv_item_lower.David Robillard1-80/+0
2011-12-13Make items responsible for drawing their own children.David Robillard2-4/+23
2011-12-13Remove libart dependency.David Robillard8-406/+141
2011-12-13Remove unnecessary use of ArtIRect.David Robillard1-8/+6
2011-12-13Replace ArtUta* redraw_area with cairo_region_t* redraw_region.David Robillard7-214/+46
2011-12-13Remove ganv_canvas_base_request_redraw_uta.David Robillard1-56/+26
2011-12-12Fix crash when joining non-ports.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 Robillard7-22/+16
2011-12-12Remove unused coverage method of Item class.David Robillard1-1/+1
2011-12-10Change GanvGroup* to GanvItem* for parent pointers.David Robillard6-39/+36
2011-12-10Make item draw method take a cairo_t instead of GdkDrawable.David Robillard6-34/+26
2011-12-10Fix event handling.David Robillard3-30/+24
2011-12-09Remove GnomeCanvas dependency.David Robillard15-374/+4682
2011-12-09Improve documentation and GIR bindings.David Robillard7-91/+94
2011-12-08Don't expose GET_PRIVATE macros.David Robillard7-7/+19