Age | Commit message (Expand) | Author | Files | Lines |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -1/+2 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 1 | -1/+1 |
2011-11-27 | Document public API. | David Robillard | 1 | -1/+1 |
2011-11-26 | Fix potential crash on exit. | David Robillard | 1 | -1/+3 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -13/+2 |
2011-11-25 | Remove cruft. | David Robillard | 1 | -1/+0 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -56/+35 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-06-11 | Remove dead code. | David Robillard | 1 | -13/+0 |
2011-06-09 | Clean up show/hide (gnomecanvas items are visible by default). | David Robillard | 1 | -1/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -3/+0 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -52/+18 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -46/+33 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -4/+4 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -3/+3 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 1 | -4/+1 |
2011-06-03 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 1 | -3/+3 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 1 | -4/+0 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 1 | -14/+6 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -26/+0 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -12/+11 |
2010-12-15 | Improve performance for setups with many apps or ports. | David Robillard | 1 | -7/+14 |
2010-12-15 | Improve JACK refresh performance significantly. | David Robillard | 1 | -12/+22 |
2010-12-15 | Tolerate insane behaviour of latest SVN Jack (r4089). | David Robillard | 1 | -8/+10 |
2010-12-15 | Clean up code. | David Robillard | 1 | -5/+8 |
2010-12-15 | Fix removal of ALSA duplex ports (remove both corresponding canvas ports). | David Robillard | 1 | -2/+14 |
2010-12-14 | Fix crash when resetting dropouts after JACK dies (fix ticket #513). | David Robillard | 1 | -1/+2 |
2010-12-14 | Use Raul::log for console logging. | David Robillard | 1 | -5/+5 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string.clear(). | David Robillard | 1 | -2/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -40/+40 |
2009-05-12 | Fix threading issues on Jack exit. | David Robillard | 1 | -13/+4 |
2009-05-12 | Gracefully handle JACK shutdown/zombification/etc. | David Robillard | 1 | -9/+9 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 1 | -12/+14 |
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-12-21 | Fix crash for very short lived Jack ports (fix ticket #188). | David Robillard | 1 | -2/+8 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |
2008-09-07 | Separate PortRef (now PortID) from PatchageEvent. | David Robillard | 1 | -10/+10 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 1 | -9/+9 |
2008-06-09 | Fix creation of new ports on split modules (fixes ticket #144). | David Robillard | 1 | -9/+23 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 1 | -1/+1 |
2008-03-16 | Add Jack D-Bus driver (from Nedko). | David Robillard | 1 | -1/+28 |
2008-02-23 | Rearrange event port referencing stuff to make a bit more sense. | David Robillard | 1 | -44/+8 |
2008-02-22 | Minor refresh/initial display speedups. | David Robillard | 1 | -29/+14 |
2008-02-20 | Support jack client de-registration event. | David Robillard | 1 | -3/+22 |