summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Turn down event verbosity.David Robillard2-7/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard6-94/+42
2008-06-23Formatting.David Robillard1-1/+1
2008-06-23Formatting.David Robillard1-9/+9
2008-06-23OSC documentation fixes.David Robillard1-9/+5
2008-06-10Spell kludge correctly :)David Robillard1-1/+1
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard25-428/+278
2008-06-09Fix prompting for filename when patch is loaded from command line.David Robillard3-6/+5
2008-06-09Fix more boost::optional stuff.David Robillard1-1/+1
2008-06-09Fix compilation on b0ef's crackheaded computer.David Robillard1-2/+2
2008-06-09Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in...David Robillard4-20/+61
2008-06-09Fix lingering breadcrumbs of destroyed subpatches (ticket #80).David Robillard6-17/+17
2008-06-09Fix port control slider synchronization issues.David Robillard3-5/+4
2008-06-09Fix compilation.David Robillard1-3/+3
2008-06-09Bump liblo dependency to 0.25 (SVN).David Robillard2-10/+11
2008-06-09Store information from patch properties window.David Robillard2-8/+10
2008-06-09Bump liblo dependency to 0.24.David Robillard7-88/+120
2008-06-09Make sure plugin window isn't modal (hopefully...).David Robillard1-0/+1
2008-06-09Fix internal Patch->Patch connection loading.David Robillard1-0/+23
2008-06-09Fix SSE detection (for denormal protection).David Robillard1-14/+19
2008-06-09Serialiser cleanups.David Robillard1-9/+7
2008-06-09Add quick context menu for Internal 'plugins'.David Robillard2-2/+30
2008-06-09Fix crash on instantiation of Control node.David Robillard1-1/+1
2008-05-23Don't set default value metadata if plugin didn't specify a default value.David Robillard3-12/+11
2008-05-23Fix infinite loops (and jack death) on internal MIDI nodes (note, trigger, co...David Robillard4-33/+30
2008-05-23Fix crash when trying to add multiple objects with the same path.David Robillard6-35/+78
2008-05-23Fix memory error.David Robillard1-1/+1
2008-05-23Print which LADSPA plugins have "broken" ranges (not always actually broken t...David Robillard1-2/+4
2008-05-23Don't dump paths to console when deleting objects.David Robillard1-3/+2
2008-05-23Fix false "unable to find object to destroy" error message.David Robillard2-20/+22
2008-05-20Fix Jack MIDI output.David Robillard3-10/+17
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard8-38/+70
2008-05-20Fix "unable to create patch '/'" error when importing at root.David Robillard1-1/+2
2008-05-20Write individual events from UIs over OSC instead of entire event buffer.David Robillard3-15/+36
2008-05-20Fix LV2 include issues.David Robillard2-2/+3
2008-05-20Add files I yet again forgot to add.David Robillard5-0/+260
2008-05-20Fix various problems with control port values.David Robillard15-26/+40
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard14-108/+82
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard11-28/+30
2008-05-19Fix multiple ports showing up when attempting to add a MIDI output to a patch.David Robillard1-1/+1
2008-05-19Easier to read conflicing LADSPA plugin error messages.David Robillard1-2/+3
2008-05-19Fix crash on broken LV2 plugins with no name.David Robillard1-1/+5
2008-05-15Fix connection loading from deprecated (.om) patch files.David Robillard1-6/+8
2008-05-15Show error messages from engine in a pop-up dialog.David Robillard4-5/+19
2008-05-14Fix clear patch command (ticket #18).David Robillard11-66/+194
2008-05-14Add flag to force disable assembly (some people get compile errors for unknow...David Robillard3-9/+10
2008-05-09Fix crash when receiving Jack MIDI events.David Robillard1-3/+5
2008-05-04Fix serialisation of floating point variables (fixes module positioning).David Robillard1-2/+5
2008-05-03Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl.David Robillard3-18/+35
2008-05-01GCC 4.3 fixes.David Robillard4-6/+8