summaryrefslogtreecommitdiffstats
path: root/src/edge.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-16Remove use of deprecated g_type_class_add_private()David Robillard1-5/+3
2018-09-16Rename private implementation types according to new Gtk conventionsDavid Robillard1-18/+18
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-07-31Fix compilation with C++David Robillard1-2/+17
2015-10-26Add support for edges that do not constrain the layoutDavid Robillard1-0/+25
2015-10-05Highlight connected edges on port hoverDavid Robillard1-0/+12
2015-02-24Add light theme for typesettable canvas export.David Robillard1-3/+4
2015-02-22Improve appearance of graphs with circle nodes.David Robillard1-12/+20
2015-02-21Add API to specify module port order.David Robillard1-4/+2
2015-02-16Distinguish edge color from port color slighly.David Robillard1-3/+10
2014-04-26Clean up Ganv API.David Robillard1-24/+38
2014-03-30Reimplement canvas zoom.David Robillard1-26/+25
2014-01-11Merge GanvCanvasBase and GanvCanvas.David Robillard1-16/+15
2014-01-03Draw and layout performance improvements.David Robillard1-4/+7
2013-12-27Performance improvements.David Robillard1-12/+20
2013-03-17Update copyright date.David Robillard1-1/+1
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-4/+2
2013-01-14Fix dash of edges.David Robillard1-0/+2
2013-01-13Attempt to fix artifacts left behind by edge handle.David Robillard1-5/+6
2012-12-21Implement item stacking.David Robillard1-1/+2
2012-09-30Redraw edge areas when edges are removed to avoid fragments.David Robillard1-5/+5
2012-09-17Add Canvas::remove_edge and allow for_each_edge to be used to remove edges.David Robillard1-8/+12
2012-08-10Fix a ton of warnings.David Robillard1-6/+6
2012-08-10Fix unnecessary implicit float=>double conversions.David Robillard1-4/+4
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard1-4/+4
2012-04-22Fix buggy curve drawing.David Robillard1-8/+28
2012-03-09Fix "disconnect all".David Robillard1-1/+10
2011-12-14Draw directly to window cairo context instead of gdk pixmap.David Robillard1-8/+8
2011-12-13Remove libart dependency.David Robillard1-4/+2
2011-12-13Replace ArtUta* redraw_area with cairo_region_t* redraw_region.David Robillard1-1/+1
2011-12-12Remove unused clip_path parameter to item update method.David Robillard1-2/+1
2011-12-10Change GanvGroup* to GanvItem* for parent pointers.David Robillard1-1/+1
2011-12-10Make item draw method take a cairo_t instead of GdkDrawable.David Robillard1-16/+13
2011-12-09Remove GnomeCanvas dependency.David Robillard1-39/+31
2011-12-09Improve documentation and GIR bindings.David Robillard1-24/+27
2011-12-08Don't expose GET_PRIVATE macros.David Robillard1-1/+3
2011-12-08Hide implementations.David Robillard1-88/+105
2011-12-06Trim license header.David Robillard1-10/+8
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+658