summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-10Fix a ton of warnings.David Robillard13-115/+103
2012-08-10Remove unnecessary const Glib::wrap implementation which wasn't const correct...David Robillard1-10/+0
2012-08-10Fix unnecessary implicit float=>double conversions.David Robillard2-6/+6
2012-08-09Fix prototypes.David Robillard3-6/+4
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-1/+1
2012-08-08Clean up wscript files.David Robillard1-10/+9
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-08-02Clean up wscript files.David Robillard1-11/+9
2012-07-26Attach arrows to correct location on ports in Graphviz output.David Robillard1-7/+7
2012-07-26Use Graphviz HTML table support to precisely describe node layouts.David Robillard1-59/+106
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard1-0/+0
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-0/+0
2012-07-09Improve INSTALL file.David Robillard1-17/+41
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-06-30Fix occasional crashes after node deletion (fix #843).David Robillard1-0/+4
2012-05-27Fix GIR generation failure because of missing include paths.David Robillard1-0/+1
2012-05-27Clean up canvas.h and fix some problems with GIR generation.David Robillard1-9/+21
2012-05-27Do not include individual glib headers.David Robillard1-1/+1
2012-05-24Delete trailing whitespace.David Robillard2-2/+2
2012-05-23Fix wacky jumping modules problem.David Robillard1-7/+2
2012-05-22Size modules large enough to fit label with downward signal flow.David Robillard1-1/+1
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-15Fix module width in vertical mode.David Robillard1-7/+10
2012-05-13Fix dead assignment.David Robillard1-2/+1
2012-05-12Fix glib variant reference warnings.David Robillard1-1/+1
2012-05-12Fix node selection so setting "selected" property does the right thing.David Robillard2-6/+18
2012-05-11Comment out unused function (avoid warning).David Robillard1-0/+2
2012-04-28Fix warnings about non-parent items.David Robillard4-10/+33
2012-04-28Fix vertical module port layout.David Robillard1-25/+12
2012-04-28Round auto-arrange coordinates to nearest integer and spread things out a bit...David Robillard1-2/+2
2012-04-26Fix undefined reference.David Robillard1-4/+0
2012-04-26Fix O(n_edges) Canvas::get_edge() to be O(lg(n_nodes)).David Robillard2-17/+26
2012-04-26Tidy.David Robillard8-101/+84
2012-04-25Remove icon stuff.David Robillard2-71/+15
2012-04-25Fix drag connection curves in vertical canvas.David Robillard1-4/+26
2012-04-25Move more functionality down to C canvas.David Robillard3-153/+161
2012-04-25Update copyright date.David Robillard24-24/+24
2012-04-24Fix crash when un-embedding plugin UI.David Robillard1-1/+5
2012-04-24Move more implementation to C GanvCanvas.David Robillard3-126/+157
2012-04-24Fix port resizing when reducing font size.David Robillard1-4/+2
2012-04-24Fix font size stuff.David Robillard6-33/+83
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard13-65/+200
2012-04-23Fix compilation with gobject introspection.David Robillard1-1/+2
2012-04-23Fix documentation.David Robillard1-7/+7
2012-04-23Remove stuff from botched last commit.David Robillard1-67/+10