summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Tidy.David Robillard1-2/+2
2013-01-27Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.David Robillard4-10/+10
2013-01-27Remove unused fields.David Robillard1-3/+1
2013-01-27Move comments to header.David Robillard2-44/+45
2013-01-22Support directly passing any type of atom to plugin UIs.David Robillard1-10/+1
2013-01-22Fix compilation with Delta debug dumping enabled.David Robillard1-1/+1
2013-01-21Fix compilation with --test.David Robillard1-1/+1
2013-01-20Use -std=c++0x instead of -std=c++11 for older compilers.David Robillard1-1/+1
2013-01-20Add missing include.David Robillard1-0/+1
2013-01-20Fix support for LV2 features.David Robillard1-0/+5
2013-01-14Update READMEs.David Robillard1-4/+6
2013-01-13Add missing file.David Robillard1-0/+51
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard149-1147/+1143
2013-01-12Update test suite for new URI style and patch extension changes.David Robillard17-71/+68
2013-01-12Lint.David Robillard11-18/+14
2013-01-12Fix connection bug introduced in r4918 (fix #875).David Robillard2-5/+4
2013-01-11Use range-based for loops where possible.David Robillard40-325/+286
2013-01-11Use type safe enumerations.David Robillard66-369/+384
2013-01-11Initialise atomics.David Robillard4-1/+12
2013-01-11Use C++11 atomics.David Robillard11-51/+53
2013-01-11Remove unnecessary include.David Robillard1-1/+0
2013-01-11C++11-safe conversions.David Robillard16-35/+59
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard5-18/+27
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard7-41/+79
2013-01-08Re-enable node documentation.David Robillard8-57/+66
2013-01-08Don't highlight fill colour on mouse hover.David Robillard1-1/+1
2013-01-08Add log plugin.David Robillard1-0/+2
2013-01-08Add support for URID ports.David Robillard19-167/+407
2013-01-08Add error descriptions data file.David Robillard1-0/+171
2013-01-06Fix incorrect setting of CV values in the middle of a cycle which resulted in...David Robillard1-3/+1
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2013-01-05Remove unused event extension prefix.David Robillard1-1/+0
2012-12-29"edge" => "arc".David Robillard41-368/+375
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+0
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard17-36/+37
2012-12-22Add mirror input for patch control inputs so they are controllable from the c...David Robillard1-0/+5
2012-12-22Fix set messages via atom interface (e.g. port controls in LV2 patcher UI)David Robillard1-0/+1
2012-12-22More sophisticated domain and range handling for properties dialog.David Robillard1-51/+98
2012-12-21Show properties with no domain in add selector of properties dialog.David Robillard1-2/+3
2012-12-21Provide access to properties window for Graphs from canvas menu.David Robillard4-6/+32
2012-12-21Strip trailing whitespace.David Robillard11-12/+12
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard7-7/+73
2012-12-21Fix crash when deleting subgraphs.David Robillard1-6/+2
2012-12-21Fix memory leaks.David Robillard16-24/+37
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard4-23/+70
2012-12-21Add canvas menu items for adding CV ports.David Robillard3-1/+31
2012-12-21Fix memory leaks.David Robillard5-10/+15