summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-12Fix threading issues on Jack exit.David Robillard1-2/+10
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard1-3/+23
2009-05-07Fix crash on tool bar update from Jack.David Robillard1-1/+4
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-03Fix initialization order.David Robillard1-1/+1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-10-01Integrate patchage into build system.David Robillard1-19/+21
2008-09-07Hide projects list when LASH is not available.David Robillard1-1/+3
2008-08-22Fix initial state of (View->Projects) menu item.David Robillard1-0/+3
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-120/+88
2008-07-10Fix patchage/raul building without jack.David Robillard1-1/+23
2008-06-09Scroll canvas with arrow keys.David Robillard1-0/+13
2008-03-16Yet more Patchage D-Bus fixes.David Robillard1-4/+3
2008-03-16Fix Jack D-Bus stuff.David Robillard1-1/+1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-23/+19
2008-02-24Rework event handling slightly for jack dbus driver.David Robillard1-11/+3
2008-02-23Plug several memory leaks.David Robillard1-0/+4