summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-04-05Implement LV2 worker extension.David Robillard
2012-04-04Remove ControlList::_max_xval which is set up and stored inCarl Hetherington
2012-04-02Remove some unused stuff.Carl Hetherington
2012-04-02Missing file.Carl Hetherington
2012-04-01Add comment.Carl Hetherington
2012-04-01Add comment and fix type.Carl Hetherington
2012-04-01Remove unused declaration.Carl Hetherington
2012-04-01Fix memory leak on error condition (#4798).Carl Hetherington
2012-04-01Fix possible out-of-bounds array access (#4796).Carl Hetherington
2012-04-01Fix reference of track after free() (#4795).Carl Hetherington
2012-04-01Tidy up slightly; fix reads off the end of the dataCarl Hetherington
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington
2012-04-01Fix libpbd tests and add test for url_decode().Carl Hetherington
2012-03-30Update to latest LV2 state extension.David Robillard
2012-03-30Further GCC 4.7.0 fixes.Carl Hetherington
2012-03-30Some fixes for GCC 4.7.0Carl Hetherington
2012-03-27Put copy-constructed crossfades at the position of theirCarl Hetherington
2012-03-25Give the _sends member of InternalReturn its own mutex,Carl Hetherington
2012-03-25Typo in comment.Carl Hetherington
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-21Use sigc::slot for ClickBox printing function ratherCarl Hetherington
2012-03-21Update motorised button when a motorised surface's bindings are loaded.Carl Hetherington
2012-03-21Make toggle MIDIControllables with program changes only respond to the approp...Carl Hetherington
2012-03-21Fix test build.Carl Hetherington
2012-03-20use the right include namePaul Davis
2012-03-20make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam file...Paul Davis
2012-03-20tweak audio track importer to use the modified xml++ API for XPATH searchingPaul Davis
2012-03-20a lot of tweaking and fixing for the MIDNAM parsing code so that it correctly...Paul Davis
2012-03-20some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member...Paul Davis
2012-03-19Add GPL boilerplate; use x->foo for (*x).foo; tidy some indentation; use a ta...Carl Hetherington
2012-03-19Add set_motorised().Carl Hetherington
2012-03-17Remove erroneous non-run of plugins when the transport is stoppedCarl Hetherington
2012-03-17fix crash when setting an LV2 preset that refers to ports via incorrect names...Paul Davis
2012-03-17remove debugging outputPaul Davis
2012-03-16continue the saga of Rewrite The XML Node So That It Can Be Used To Set Anoth...Paul Davis
2012-03-16use MOD2 for command key on OS X, just like in 2.XPaul Davis
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-03-15add new filesPaul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-15remove unused Glib::Thread* from ProcessThreadPaul Davis
2012-03-15better, cleaner fix for copying sends/returns/port inserts via XML statePaul Davis
2012-03-14Fix comment and one return value.Carl Hetherington
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13No-op; coding style.Carl Hetherington
2012-03-13Centralise and fix up path creation for Linux VST info files; prevents creati...Carl Hetherington