Age | Commit message (Expand) | Author | Files | Lines |
2011-11-30 | Remove redundant Connection::_source and Connection::_dest. | David Robillard | 1 | -2/+2 |
2011-11-29 | Remove all centering stuff. Nothing but trouble. | David Robillard | 1 | -1/+0 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 1 | -3/+3 |
2011-11-26 | Mac integration. | David Robillard | 1 | -6/+30 |
2011-11-26 | Don't expose non-const references to internal canvas collections. | David Robillard | 1 | -1/+1 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -1/+0 |
2011-11-25 | Move more logging into the messages window. | David Robillard | 1 | -19/+8 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -101/+18 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-11-25 | Remove LASH stuff. | David Robillard | 1 | -73/+2 |
2011-06-15 | Remove 'zoom full' menu item | David Robillard | 1 | -9/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -23/+0 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -1/+1 |
2011-06-07 | Avoid including gtkmm.h (which brings several megs of header into the compila... | David Robillard | 1 | -2/+6 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -6/+4 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -1/+2 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -3/+3 |
2011-06-03 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 1 | -7/+9 |
2011-06-03 | Don't include unused DBus.hpp for Jack+DBus. Tolerate cracked out Jack+DBus ... | David Robillard | 1 | -2/+3 |
2011-05-20 | Run session load script from within session directory (for relative paths). | David Robillard | 1 | -4/+7 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 1 | -2/+121 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 1 | -84/+38 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -3/+7 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -33/+0 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 1 | -0/+30 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -5/+7 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -14/+14 |
2010-12-15 | Reduce polling frequency of Jack X-Run information. | David Robillard | 1 | -2/+8 |
2010-12-15 | Tolerate insane behaviour of latest SVN Jack (r4089). | David Robillard | 1 | -1/+1 |
2010-12-15 | Clean up code. | David Robillard | 1 | -17/+22 |
2010-12-14 | Fix memory leaks. | David Robillard | 1 | -2/+7 |
2010-12-14 | Add -J (or --no-jack) option to avoid auto-connecting to JACK at startup (fix... | David Robillard | 1 | -3/+14 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-06-13 | Fix compilation without Jack even more :) | David Robillard | 1 | -0/+2 |
2009-08-11 | Scroll to center properly on initial display. | David Robillard | 1 | -5/+1 |
2009-06-14 | Fix various build issues from ticket #382. | David Robillard | 1 | -0/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -48/+48 |
2009-05-12 | Fix threading issues on Jack exit. | David Robillard | 1 | -2/+10 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 1 | -3/+23 |
2009-05-07 | Fix crash on tool bar update from Jack. | David Robillard | 1 | -1/+4 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 1 | -1/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-10-03 | Fix initialization order. | David Robillard | 1 | -1/+1 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |
2008-10-01 | Integrate patchage into build system. | David Robillard | 1 | -19/+21 |
2008-09-07 | Hide projects list when LASH is not available. | David Robillard | 1 | -1/+3 |
2008-08-22 | Fix initial state of (View->Projects) menu item. | David Robillard | 1 | -0/+3 |