summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Fix text on circles.David Robillard5-0/+67
2013-01-08Add signals and default handlers for every property in conventional Gtkmm style.David Robillard3-11/+26
2013-01-08Don't highlight fill colour on mouse hover.David Robillard1-1/+0
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+0
2012-12-21Improve port control sliders to make it easier to reach minimum / maximum value.David Robillard1-9/+14
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 Robillard10-98/+43
2012-11-18Disconnect animation signal when canvas is destroyed (fix potential crashes o...David Robillard2-1/+4
2012-11-14Fix wonky edge selection behaviour when selecting ports.David Robillard8-58/+114
2012-09-30Redraw edge areas when edges are removed to avoid fragments.David Robillard3-5/+12
2012-09-18Fix full zoom when circles are on the canvas.David Robillard1-10/+16
2012-09-17Add Canvas::remove_edge and allow for_each_edge to be used to remove edges.David Robillard4-10/+29
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC with...David Robillard1-0/+0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
2012-09-12Clean up wscripts.David Robillard1-38/+32
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-0/+0
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
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