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/+1 |
2011-11-27 | Document public API. | David Robillard | 1 | -1/+1 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -2/+0 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -9/+20 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -2/+2 |
2011-06-20 | Fix crashes on jack client exit. | David Robillard | 1 | -4/+1 |
2011-06-19 | Remove module from canvas when Jack clients exit. | David Robillard | 1 | -4/+1 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -3/+1 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -6/+1 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -9/+8 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -1/+1 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -2/+2 |
2011-01-06 | Clean up port cache (fix crashes and wacky behaviour caused when clients/port... | David Robillard | 1 | -17/+1 |
2010-12-18 | Fix compilation. | David Robillard | 1 | -1/+1 |
2010-12-18 | Remove previously committed warning, which isn't always a problem... :/ | David Robillard | 1 | -2/+1 |
2010-12-18 | Remove pointless empty module resize. | David Robillard | 1 | -2/+2 |
2010-12-15 | Improve performance for setups with many apps or ports. | David Robillard | 1 | -0/+2 |
2010-12-15 | Clean up code. | David Robillard | 1 | -3/+3 |
2010-12-14 | Better error messages. | David Robillard | 1 | -10/+14 |
2010-12-14 | Use Raul::log for console logging. | David Robillard | 1 | -9/+10 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -8/+8 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 1 | -3/+6 |
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 | -1/+1 |
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-10-01 | Integrate patchage into build system. | David Robillard | 1 | -2/+2 |
2008-09-07 | Separate PortRef (now PortID) from PatchageEvent. | David Robillard | 1 | -2/+2 |
2008-07-10 | Fix patchage/raul building without jack. | David Robillard | 1 | -3/+7 |
2008-03-16 | Yet more Patchage D-Bus fixes. | David Robillard | 1 | -4/+3 |
2008-03-16 | Fix Jack D-Bus stuff. | David Robillard | 1 | -1/+1 |
2008-03-16 | Add Jack D-Bus driver (from Nedko). | David Robillard | 1 | -0/+5 |
2008-02-23 | Rearrange event port referencing stuff to make a bit more sense. | David Robillard | 1 | -7/+22 |
2008-02-23 | Fix drawing issues on refresh. | David Robillard | 1 | -1/+1 |
2008-02-20 | Support jack client de-registration event. | David Robillard | 1 | -0/+17 |
2008-02-17 | Remove Jack API dependence from PatchageEvent. | David Robillard | 1 | -76/+9 |
2008-01-09 | Insignificant patchage refresh performance improvement. | David Robillard | 1 | -1/+0 |
2008-01-06 | Tone down port colours a touch. | David Robillard | 1 | -2/+1 |
2007-12-19 | Fix compiltion. | David Robillard | 1 | -0/+2 |
2007-12-19 | Follow ALSA changes, in a kludgey ridiculously slow way. | David Robillard | 1 | -1/+3 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -1/+1 |
2007-07-25 | Avoid some canvas text measuring overhead in Patchage (module resizing). | David Robillard | 1 | -1/+1 |
2007-07-24 | Possibly fix overlapping MIDI ports (fix ticket 10). | David Robillard | 1 | -3/+6 |