summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Add zoom to fit menuitem.David Robillard1-0/+10
2014-03-31Save zoom and font size in configuration.David Robillard1-4/+18
2014-03-31Make port colours configurable.David Robillard1-20/+100
2014-03-30StateManager => Configuration.David Robillard1-15/+13
2014-03-30Rewrite configuration system.David Robillard1-13/+4
2014-03-30Reimplement canvas zoom.David Robillard1-2/+29
2014-03-16Support for DOT export for rendering with GraphViz (implement #949).David Robillard1-0/+33
2014-03-15Clean up public canvas interface.David Robillard1-1/+1
2013-03-17Update copyright date.David Robillard1-1/+1
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