summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Mac integration.David Robillard7-415/+100
2011-11-26Fix potential crash on exit.David Robillard1-1/+3
2011-11-26Fix OSX bundling with auto-arrange enabled.David Robillard2-11/+22
2011-11-26Fix whitespace.David Robillard1-1/+1
2011-11-26Remove spurious comma.David Robillard1-1/+1
2011-11-26Add missing file.David Robillard1-0/+156
2011-11-26Handle adding and removing connections internally like with items.David Robillard1-1/+1
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard2-2/+2
2011-11-25Remove Raul dependency.David Robillard12-43/+11
2011-11-25Move more logging into the messages window.David Robillard4-28/+18
2011-11-25Remove cruft.David Robillard3-6/+4
2011-11-25Fix JACK checking so compilation works with old Jack (just without session su...David Robillard1-8/+6
2011-11-25Fix OSX bundle.David Robillard3-8/+17
2011-11-25Fix Mac bundle environment stuff.David Robillard1-2/+2
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard11-453/+144
2011-11-25Make it possible to remove connections by middle-clicking on their handle, orDavid Robillard3-0/+64
2011-11-25Remove property which causes a warning in GTK2.David Robillard1-1/+0
2011-11-25Add fontconfig configuration file to bundle.David Robillard3-1/+154
2011-11-25Switch to GPLv3+.David Robillard25-459/+1433
2011-11-25Remove unused DBus class.David Robillard2-180/+0
2011-11-25Remove LASH stuff.David Robillard19-2538/+176
2011-11-24Update waf.David Robillard1-0/+0
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard2-3/+3
2011-11-07Fix warning.David Robillard1-4/+2
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-18Clang warning fixes.David Robillard3-8/+8
2011-10-15Fix man page installation directory (#781)David Robillard1-0/+0
2011-10-15Use path variables in pkgconfig files (#782).David Robillard1-0/+0
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-2/+2
2011-09-17Upgrade to r52/autowafDavid Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-20Fix compilation of Jack DBus driver (probably doesn't work correctly, though).David Robillard2-58/+38
2011-07-25Build against new versioned flowcanvas library.David Robillard1-2/+2
2011-07-07Upgrade to waf 1.6.6David Robillard2-2/+3
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard2-7/+15
2011-06-20Fix crashes on jack client exit.David Robillard3-4/+14
2011-06-19Remove module from canvas when Jack clients exit.David Robillard2-5/+3
2011-06-17Support C-+ as well as C-= for zoom in (for non-US keyboards with unshifted `...David Robillard1-0/+1
2011-06-15Remove 'zoom full' menu itemDavid Robillard3-19/+0
2011-06-11Remove dead code.David Robillard2-17/+0
2011-06-09Clean up show/hide (gnomecanvas items are visible by default).David Robillard1-1/+0
2011-06-09Automatically resize modules at update time as necessary.David Robillard5-38/+1
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard11-233/+197
2011-06-08Fix double-add of items to canvas (fixing rect select, among other things)David Robillard1-2/+1
2011-06-07Avoid including gtkmm.h (which brings several megs of header into the compila...David Robillard9-11/+46
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard14-189/+228
2011-06-06Use sane typedefs for collections.David Robillard6-18/+16
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard7-14/+14