Age | Commit message (Expand) | Author | Files | Lines |
2010-12-15 | Reduce polling frequency of Jack X-Run information. | David Robillard | 4 | -111/+65 |
2010-12-15 | Fix compilation with Jack D-Bus (tested working w/ jack-1.9.6). | David Robillard | 2 | -1/+3 |
2010-12-15 | Update Copyright date in About dialog. | David Robillard | 1 | -1/+1 |
2010-12-15 | Man page for patchage. | David Robillard | 2 | -0/+43 |
2010-12-15 | Don't show `split' menu item for modules with only inputs or outputs (ticket ... | David Robillard | 2 | -0/+44 |
2010-12-15 | Add file missing from last commit. | David Robillard | 1 | -0/+98 |
2010-12-15 | Remove mind-blowingly ancient comment markup. | David Robillard | 1 | -2/+0 |
2010-12-15 | Split PatchageModule code into PatchageModule.cpp. | David Robillard | 2 | -71/+11 |
2010-12-15 | Tolerate insane behaviour of latest SVN Jack (r4089). | David Robillard | 2 | -9/+11 |
2010-12-15 | Remove modelines. | David Robillard | 9 | -9/+2 |
2010-12-15 | Remove LashProxy dependency from Project. | David Robillard | 7 | -137/+126 |
2010-12-15 | LashClient => Client. | David Robillard | 9 | -90/+84 |
2010-12-15 | Simplify LashClient. | David Robillard | 3 | -45/+18 |
2010-12-15 | Clean up code. | David Robillard | 22 | -105/+149 |
2010-12-15 | Fix previous commit's failed attempt to ignore ports (sane ALSA driver). | David Robillard | 2 | -45/+99 |
2010-12-15 | Fix removal of ALSA duplex ports (remove both corresponding canvas ports). | David Robillard | 8 | -114/+93 |
2010-12-14 | Fix memory leaks. | David Robillard | 2 | -3/+8 |
2010-12-14 | Fix check for libdbus-glib | David Robillard | 1 | -1/+1 |
2010-12-14 | Fix crash when resetting dropouts after JACK dies (fix ticket #513). | David Robillard | 1 | -1/+2 |
2010-12-14 | Better error messages. | David Robillard | 2 | -10/+35 |
2010-12-14 | Use Raul::log for console logging. | David Robillard | 11 | -47/+44 |
2010-12-14 | Add -J (or --no-jack) option to avoid auto-connecting to JACK at startup (fix... | David Robillard | 2 | -3/+15 |
2010-12-13 | Fix connecting to ALSA duplex ports. | David Robillard | 1 | -6/+3 |
2010-10-28 | Use autowaf from an external repository (eliminating symlinks to project pare... | David Robillard | 2 | -2/+2 |
2010-10-28 | Remove autowaf.py symlinks (which are apparently unneeded). | David Robillard | 1 | -1/+0 |
2010-09-04 | My name is David. :) | David Robillard | 33 | -38/+38 |
2010-09-04 | Update versions and ChangeLogs. | David Robillard | 2 | -9/+13 |
2010-09-02 | Call FlowCanvas::Item::store_location when dragging multiple items and arrang... | David Robillard | 1 | -5/+0 |
2010-07-05 | Move common files (e.g. waf) to /common subdirectory to ease checking out pro... | David Robillard | 3 | -3/+3 |
2010-06-13 | Fix compilation without Jack even more :) | David Robillard | 1 | -0/+2 |
2010-06-13 | Fix compilation without Jack. | David Robillard | 1 | -1/+2 |
2010-06-01 | Clean up configuration output. | David Robillard | 1 | -1/+0 |
2010-02-04 | Use std::string.clear(). | David Robillard | 1 | -2/+2 |
2009-12-30 | Print configuration header before running configure checks. | David Robillard | 1 | -1/+1 |
2009-12-09 | Install SVG icon. | David Robillard | 2 | -0/+12 |
2009-12-09 | Patchage 0.4.4. | David Robillard | 2 | -2/+9 |
2009-12-09 | Patchage 0.4.3. | David Robillard | 3 | -3/+14 |
2009-12-09 | Remove empty doc directory. | David Robillard | 0 | -0/+0 |
2009-12-09 | Remove debian packaging stuff. | David Robillard | 7 | -161/+0 |
2009-12-09 | Fix compilation with --jack-dbus. | David Robillard | 2 | -50/+31 |
2009-08-11 | Scroll to center properly on initial display. | David Robillard | 1 | -5/+1 |
2009-07-22 | Remove no longer necessary autowaf.check_tool. | David Robillard | 1 | -1/+1 |
2009-06-14 | Fix various build issues from ticket #382. | David Robillard | 1 | -0/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 28 | -28/+28 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 30 | -275/+275 |
2009-05-12 | Fix threading issues on Jack exit. | David Robillard | 6 | -19/+21 |
2009-05-12 | Gracefully handle JACK shutdown/zombification/etc. | David Robillard | 1 | -9/+9 |
2009-05-12 | Update glade file. | David Robillard | 1 | -110/+114 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 8 | -194/+218 |
2009-05-09 | Fix crash on LASH client removal. | David Robillard | 2 | -9/+16 |