summaryrefslogtreecommitdiffstats
path: root/src/box.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Initialize all variablesDavid Robillard1-5/+19
2020-12-15Clean up includesDavid Robillard1-8/+14
2020-07-18Add missing casts for C++ compatibilityDavid Robillard1-1/+1
2020-07-18Remove spurious semicolonsDavid Robillard1-20/+20
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-15/+15
2016-10-14Fix buggy drawing of embedded widgetsDavid Robillard1-2/+2
2016-09-18Update copyright datesDavid Robillard1-1/+1
2015-03-15Add support for beveled box corners.David Robillard1-2/+27
2015-02-24Add light theme for typesettable canvas export.David Robillard1-13/+16
2015-02-21Add API to specify module port order.David Robillard1-13/+8
2015-02-11Clip control rectangles to radiused ports.David Robillard1-29/+40
2015-02-11Line up ports precisely at module border edges.David Robillard1-1/+0
2014-04-26Clean up Ganv API.David Robillard1-3/+3
2014-03-30Reimplement canvas zoom.David Robillard1-17/+7
2014-01-11Merge GanvCanvasBase and GanvCanvas.David Robillard1-6/+6
2014-01-03Improve performance by avoiding unnecessary i2w conversions.David Robillard1-2/+2
2014-01-03Draw and layout performance improvements.David Robillard1-21/+17
2013-12-27Performance improvements.David Robillard1-13/+8
2013-03-17Update copyright date.David Robillard1-1/+1
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-6/+6
2012-08-10Fix a ton of warnings.David Robillard1-9/+9
2012-03-28Fix control rect colour and label stacking.David Robillard1-1/+1
2011-12-23Fix every port drawn after a selected port also appearing selected.David Robillard1-0/+2
2011-12-14Draw directly to window cairo context instead of gdk pixmap.David Robillard1-2/+2
2011-12-14Custom module point and port draw handlers.David Robillard1-13/+4
2011-12-13Remove libart dependency.David Robillard1-6/+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-10Make item draw method take a cairo_t instead of GdkDrawable.David Robillard1-5/+2
2011-12-09Remove GnomeCanvas dependency.David Robillard1-48/+40
2011-12-09Improve documentation and GIR bindings.David Robillard1-14/+14
2011-12-08Don't expose GET_PRIVATE macros.David Robillard1-1/+2
2011-12-08Hide implementations.David Robillard1-64/+133
2011-12-06Trim license header.David Robillard1-10/+8
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-0/+504