summaryrefslogtreecommitdiffstats
path: root/src/group.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Add missing casts for C++ compatibilityDavid Robillard1-1/+2
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-3/+3
2016-09-18Update copyright datesDavid Robillard1-1/+1
2015-02-21Add API to specify module port order.David Robillard1-2/+2
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard1-5/+0
2014-04-28Fix comments for GIR.David Robillard1-1/+1
2014-04-26Clean up Ganv API.David Robillard1-45/+48
2014-03-30Reimplement canvas zoom.David Robillard1-43/+24
2014-03-15Clean up public canvas interface.David Robillard1-6/+6
2014-01-11Merge GanvCanvasBase and GanvCanvas.David Robillard1-1/+1
2014-01-03Improve performance by avoiding unnecessary i2w conversions.David Robillard1-2/+15
2013-12-27Performance improvements.David Robillard1-31/+5
2013-12-25Fix more const-correctness violations.David Robillard1-2/+2
2013-03-17Update copyright date.David Robillard1-1/+1
2012-12-21Slightly better quasi-cascade.David Robillard1-1/+1
2012-12-21Stack items on the same layer by x coordinate for a deterministic quasi-casca...David Robillard1-1/+8
2012-12-21Implement item stacking.David Robillard1-2/+18
2012-08-10Fix a ton of warnings.David Robillard1-14/+14
2011-12-14Draw directly to window cairo context instead of gdk pixmap.David Robillard1-1/+11
2011-12-14Make node no longer a subclass of group.David Robillard1-42/+1
2011-12-13Move group implementation to separate files.David Robillard1-0/+490