summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-13Update for latest ganv.David Robillard1-5/+2
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-04-25Move more functionality down to C canvas.David Robillard1-1/+1
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard1-3/+3
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-8/+8
2011-12-04Store C edges in Canvas.David Robillard1-0/+1
2011-12-03Don't expose canvas data structures.David Robillard1-18/+31
2011-12-02Use Joinable shape and remove Node::_circle.David Robillard1-1/+1
2011-12-02Connection => Edge.David Robillard1-2/+2
2011-11-30Remove redundant Connection::_source and Connection::_dest.David Robillard1-2/+2
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard1-1/+0
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-3/+3
2011-11-26Mac integration.David Robillard1-6/+30
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard1-1/+1
2011-11-25Remove Raul dependency.David Robillard1-1/+0
2011-11-25Move more logging into the messages window.David Robillard1-19/+8
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-101/+18
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-11-25Remove LASH stuff.David Robillard1-73/+2
2011-06-15Remove 'zoom full' menu itemDavid Robillard1-9/+0
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-23/+0
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-1/+1
2011-06-07Avoid including gtkmm.h (which brings several megs of header into the compila...David Robillard1-2/+6
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-6/+4
2011-06-06Use sane typedefs for collections.David Robillard1-1/+2
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-3/+3
2011-06-03Better alignment of various class fields (save an insignificant amount of mem...David Robillard1-7/+9
2011-06-03Don't include unused DBus.hpp for Jack+DBus. Tolerate cracked out Jack+DBus ...David Robillard1-2/+3
2011-05-20Run session load script from within session directory (for relative paths).David Robillard1-4/+7
2011-05-20Preliminary Jack session support in Patchage (as a session manager).David Robillard1-2/+121
2011-05-20Use a (smaller, simpler) statusbar instead of a toolbar.David Robillard1-84/+38
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-3/+7
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-33/+0
2011-03-16Font-based sizing (implement ticket #374).David Robillard1-0/+30
2011-01-09Code cleanups (cpplint).David Robillard1-5/+7
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-14/+14
2010-12-15Reduce polling frequency of Jack X-Run information.David Robillard1-2/+8
2010-12-15Tolerate insane behaviour of latest SVN Jack (r4089).David Robillard1-1/+1
2010-12-15Clean up code.David Robillard1-17/+22
2010-12-14Fix memory leaks.David Robillard1-2/+7
2010-12-14Add -J (or --no-jack) option to avoid auto-connecting to JACK at startup (fix...David Robillard1-3/+14
2010-09-04My name is David. :)David Robillard1-1/+1
2010-06-13Fix compilation without Jack even more :)David Robillard1-0/+2
2009-08-11Scroll to center properly on initial display.David Robillard1-5/+1
2009-06-14Fix various build issues from ticket #382.David Robillard1-0/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-48/+48