Age | Commit message (Expand) | Author | Files | Lines |
2007-12-31 | Clean up and remove useless code in FlowCanvas. | David Robillard | 1 | -2/+1 |
2007-12-27 | Fix compilation. | David Robillard | 1 | -0/+1 |
2007-12-20 | Update README, remove ancient/unmaintained ChangeLog and NEWS files. | David Robillard | 3 | -408/+1 |
2007-12-20 | Use fancy Widget class for Glade widgets. | David Robillard | 7 | -244/+274 |
2007-12-20 | Use fancy GladeFile class. | David Robillard | 7 | -153/+113 |
2007-12-19 | Fix compiltion. | David Robillard | 4 | -60/+78 |
2007-12-19 | Remove old/useless code. | David Robillard | 2 | -100/+9 |
2007-12-19 | Tidy. | David Robillard | 1 | -24/+15 |
2007-12-19 | Follow ALSA changes, in a kludgey ridiculously slow way. | David Robillard | 3 | -4/+8 |
2007-12-19 | Fix some ALSA clients/ports not showing up. | David Robillard | 1 | -17/+12 |
2007-12-04 | Remove old crap placeholder icon. | David Robillard | 2 | -59/+1 |
2007-12-04 | Added icons, courtesy Lapo Calamandre. | David Robillard | 9 | -2/+2591 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -2/+0 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 1 | -9/+3 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 2 | -0/+200 |
2007-08-05 | Clean up toolbar. | David Robillard | 3 | -1269/+896 |
2007-08-05 | Improve startup time threefold. | David Robillard | 3 | -9/+20 |
2007-07-29 | Fix splitting/joining of modules in the slowest, hackiest way possible (fix t... | David Robillard | 3 | -9/+10 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 10 | -10/+10 |
2007-07-25 | Distcheck fixes. | David Robillard | 1 | -12/+12 |
2007-07-25 | Avoid some canvas text measuring overhead in Patchage (module resizing). | David Robillard | 7 | -27/+91 |
2007-07-24 | Possibly fix overlapping MIDI ports (fix ticket 10). | David Robillard | 3 | -17/+12 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 19 | -77/+68 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 8 | -151/+7 |
2007-07-11 | Fix building w/o Alsa. | David Robillard | 2 | -1/+6 |
2007-07-05 | More memory consumption reduction. | David Robillard | 9 | -69/+61 |
2007-07-04 | Decrease driver event queue size (drastically reduced memory consumption). | David Robillard | 1 | -1/+1 |
2007-07-04 | Refresh on (re)connecting to aseq. | David Robillard | 1 | -0/+2 |
2007-07-04 | Check for recent enough LASH. | David Robillard | 1 | -1/+1 |
2007-07-03 | Refresh when (re)attaching to Jack. | David Robillard | 1 | -0/+2 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 1 | -2/+2 |
2007-06-08 | Use new Jack connection notifications instead of a full refresh (huge perform... | David Robillard | 10 | -45/+63 |
2007-06-08 | Link against, and initialize, glib threads. | David Robillard | 3 | -2/+5 |
2007-06-08 | Removed Raul Mutex and Condition (redundant with glib). | David Robillard | 1 | -2/+2 |
2007-06-08 | Monitor/change ALSA connections without refreshing entire canvas (much faster). | David Robillard | 8 | -66/+162 |
2007-06-06 | Nicer Flowcanvas naming. | David Robillard | 11 | -80/+98 |
2007-04-11 | Fix crash bug on Jack exit. | David Robillard | 1 | -1/+7 |
2007-04-07 | Removed aclocal.m4 from repository. | David Robillard | 3 | -7379/+3 |
2007-04-07 | Fix for overly loopy connections over short distances. | David Robillard | 4 | -17/+52 |
2007-04-06 | Email address and FSF copyright address updates. | David Robillard | 21 | -21/+21 |
2007-04-06 | Icon fixes. | David Robillard | 3 | -5/+5 |
2007-04-06 | GUI pimpifications. | David Robillard | 3 | -312/+153 |
2007-04-06 | LASH project saving/restoring. | David Robillard | 6 | -187/+183 |
2007-04-05 | Selection related fixes. | David Robillard | 1 | -2/+8 |
2007-03-31 | Random exception changes (voodoo debugging for certain broke-ass gentoo syste... | David Robillard | 3 | -13/+16 |
2007-03-12 | Removed name-based interface for FlowCanvas (using the view as a model = evil... | David Robillard | 6 | -14/+49 |
2007-03-11 | Fixed module context menu. | David Robillard | 1 | -1/+3 |
2007-03-10 | Turned off excessive autohell warnings. | David Robillard | 1 | -3/+3 |
2007-03-02 | (So far failed) attemps to get patchage messages pane closed on launch. | David Robillard | 2 | -6/+10 |
2007-02-15 | Togglable Jack toolbar. | David Robillard | 3 | -17/+43 |