Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-09 | Removed data type stuff from SLV2. | David Robillard | 1 | -2/+6 |
2007-02-08 | Circular nodes in FlowCanvas, related necessary redesign work and changes for... | David Robillard | 5 | -19/+30 |
2007-02-07 | Updated FSF address, copyright dates where appropriate, etc. | David Robillard | 21 | -42/+61 |
2007-02-07 | Abstracted out "Connectable" concept in FlowCanvas (towards connecting things... | David Robillard | 7 | -22/+6411 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 15 | -598/+598 |
2007-01-22 | Created Raul namespace. | David Robillard | 1 | -2/+2 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 2 | -6/+10 |
2007-01-15 | Fix potential crash on module removal. | David Robillard | 4 | -7/+17 |
2007-01-14 | Replaced useless sample rate combobox with a label. | David Robillard | 3 | -21/+31 |
2007-01-14 | Follow Jack port creation/destruction. | David Robillard | 9 | -53/+225 |
2007-01-05 | Fix for redundant buffer size setting bug (courtesy nedko). | David Robillard | 1 | -0/+3 |
2007-01-01 | Toolbar spacing touchups. | David Robillard | 1 | -9/+8 |
2007-01-01 | Jack toolbar, modification of Jack buffer size on the fly. | David Robillard | 5 | -24/+764 |
2006-12-13 | Dropped port translucency a touch. | David Robillard | 1 | -4/+4 |
2006-11-11 | Fix for the fix for the previous fix. | David Robillard | 1 | -0/+2 |
2006-11-11 | Fixes for the previous fixes :) | David Robillard | 3 | -8/+11 |
2006-11-11 | Fixes for building without ALSA (eg on OSX) | David Robillard | 12 | -48/+110 |
2006-10-17 | Launch servers by default on start (unless environment variables are set), i.e. | David Robillard | 5 | -23/+24 |