summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Use fancy Widget class for Glade widgets.David Robillard7-244/+274
2007-12-20Use fancy GladeFile class.David Robillard7-153/+113
2007-12-19Fix compiltion.David Robillard4-60/+78
2007-12-19Remove old/useless code.David Robillard2-100/+9
2007-12-19Tidy.David Robillard1-24/+15
2007-12-19Follow ALSA changes, in a kludgey ridiculously slow way.David Robillard3-4/+8
2007-12-19Fix some ALSA clients/ports not showing up.David Robillard1-17/+12
2007-12-04Remove old crap placeholder icon.David Robillard2-59/+1
2007-09-22LV2 UI extension updates.David Robillard1-2/+0
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ...David Robillard1-9/+3
2007-08-05Clean up toolbar.David Robillard3-1269/+896
2007-08-05Improve startup time threefold.David Robillard3-9/+20
2007-07-29Fix splitting/joining of modules in the slowest, hackiest way possible (fix t...David Robillard3-9/+10
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard10-10/+10
2007-07-25Distcheck fixes.David Robillard1-12/+12
2007-07-25Avoid some canvas text measuring overhead in Patchage (module resizing).David Robillard7-27/+91
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard3-17/+12
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard19-77/+68
2007-07-24Removed recursive autohell, except for SLv2.David Robillard6-7/+7
2007-07-11Fix building w/o Alsa.David Robillard2-1/+6
2007-07-05More memory consumption reduction.David Robillard9-69/+61
2007-07-04Decrease driver event queue size (drastically reduced memory consumption).David Robillard1-1/+1
2007-07-04Refresh on (re)connecting to aseq.David Robillard1-0/+2
2007-07-03Refresh when (re)attaching to Jack.David Robillard1-0/+2
2007-06-08Use new Jack connection notifications instead of a full refresh (huge perform...David Robillard9-44/+62
2007-06-08Link against, and initialize, glib threads.David Robillard2-2/+4
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-2/+2
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard8-66/+162
2007-06-06Nicer Flowcanvas naming.David Robillard11-80/+98
2007-04-11Fix crash bug on Jack exit.David Robillard1-1/+7
2007-04-07Removed aclocal.m4 from repository.David Robillard2-2/+3
2007-04-07Fix for overly loopy connections over short distances.David Robillard4-17/+52
2007-04-06Email address and FSF copyright address updates.David Robillard19-19/+19
2007-04-06Icon fixes.David Robillard3-5/+5
2007-04-06GUI pimpifications.David Robillard3-312/+153
2007-04-06LASH project saving/restoring.David Robillard6-187/+183
2007-04-05Selection related fixes.David Robillard1-2/+8
2007-03-31Random exception changes (voodoo debugging for certain broke-ass gentoo syste...David Robillard3-13/+16
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard6-14/+49
2007-03-11Fixed module context menu.David Robillard1-1/+3
2007-03-02(So far failed) attemps to get patchage messages pane closed on launch.David Robillard2-6/+10
2007-02-15Togglable Jack toolbar.David Robillard3-17/+43
2007-02-09Removed data type stuff from SLV2.David Robillard1-2/+6
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard5-19/+30
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard21-42/+61
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting things...David Robillard4-22/+39
2007-02-07Mad sed-fu for consistent private member naming.David Robillard15-598/+598
2007-01-22Created Raul namespace.David Robillard1-2/+2
2007-01-22Added atomic int/pointer classes to Raul.David Robillard2-6/+10
2007-01-15Fix potential crash on module removal.David Robillard4-7/+17