Age | Commit message (Expand) | Author | Files | Lines |
2011-06-11 | Remove dead code. | David Robillard | 2 | -17/+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 | 5 | -38/+1 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 11 | -233/+197 |
2011-06-08 | Fix double-add of items to canvas (fixing rect select, among other things) | David Robillard | 1 | -2/+1 |
2011-06-07 | Avoid including gtkmm.h (which brings several megs of header into the compila... | David Robillard | 9 | -11/+46 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 14 | -189/+228 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 6 | -18/+16 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 7 | -14/+14 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 3 | -15/+6 |
2011-06-03 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 5 | -21/+27 |
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 | 5 | -7/+150 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 5 | -276/+184 |
2011-05-20 | Fix compilation with LASH support enabled. | David Robillard | 1 | -1/+1 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 8 | -294/+237 |
2011-04-16 | Update copyright headers | David Robillard | 39 | -49/+49 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 20 | -132/+16 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 3 | -0/+74 |
2011-02-17 | Fix compilation with --jack-dbus (fix ticket #626). | David Robillard | 2 | -81/+50 |
2011-02-04 | Fix warnings when building with --strict (but without --debug). | David Robillard | 1 | -0/+2 |
2011-01-12 | Tweak PATH in OSX bundle so libjack can find jackd. | David Robillard | 1 | -0/+6 |
2011-01-11 | Build a proper .app on OSX. | David Robillard | 1 | -1/+37 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 26 | -68/+79 |
2011-01-08 | Support via waf for running from the build directory. | David Robillard | 3 | -34/+46 |
2011-01-08 | Add version to about dialog (implement ticket #625). | David Robillard | 1 | -6/+9 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 5 | -27/+27 |
2011-01-06 | Link against -ldl when necessary. | David Robillard | 1 | -1/+3 |
2011-01-06 | Clean up port cache (fix crashes and wacky behaviour caused when clients/port... | David Robillard | 3 | -21/+25 |
2010-12-18 | Arrange interface input/output modules (and other split modules) beside each ... | David Robillard | 2 | -5/+25 |
2010-12-18 | Fix compilation. | David Robillard | 1 | -1/+1 |
2010-12-18 | Fix module removal. | David Robillard | 2 | -0/+27 |
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-16 | Fix crash on unfound ALSA port. | David Robillard | 1 | -14/+15 |
2010-12-15 | Fix compilation with --jack-dbus (fix ticket #604). | David Robillard | 3 | -22/+43 |
2010-12-15 | Improve performance for setups with many apps or ports. | David Robillard | 11 | -85/+149 |
2010-12-15 | Improve JACK refresh performance significantly. | David Robillard | 3 | -48/+22 |
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 | 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 | 1 | -71/+10 |
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 | 8 | -89/+83 |