summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Lint.David Robillard8-13/+9
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 Robillard54-316/+330
2013-01-11Initialise atomics.David Robillard4-1/+12
2013-01-11Use C++11 atomics.David Robillard10-51/+52
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 Robillard3-17/+24
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard4-16/+45
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 Robillard16-167/+402
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-05Remove unused event extension prefix.David Robillard1-1/+0
2012-12-29"edge" => "arc".David Robillard26-312/+319
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard9-19/+19
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 Robillard10-11/+11
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard5-7/+68
2012-12-21Fix crash when deleting subgraphs.David Robillard1-6/+2
2012-12-21Fix memory leaks.David Robillard15-23/+33
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard1-1/+2
2012-12-21Add canvas menu items for adding CV ports.David Robillard3-1/+31
2012-12-21Fix memory leaks.David Robillard4-7/+15
2012-12-21Fix UI operation via socket.David Robillard7-29/+33
2012-12-21Send a null terminator on bundle boundaries so reading replies from the socke...David Robillard2-0/+12
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard12-4/+38
2012-12-20Fix crash on bad delete events.David Robillard1-1/+2
2012-11-22Show project and author information in plugin dialog (#241).David Robillard2-8/+80
2012-11-22Remove unused icon column from plugin window.David Robillard2-10/+7
2012-11-22Tidy.David Robillard1-28/+21
2012-11-22Don't save control values for block output ports (fixes #868, "direction mism...David Robillard1-0/+3
2012-11-22Configuration file saving.David Robillard4-33/+138
2012-11-21Move most recent graph open directory to Configuration.David Robillard4-27/+28
2012-11-21Trim dead code.David Robillard2-10/+1
2012-11-21GUI::Configuration => GUI::Style.David Robillard10-52/+45
2012-11-21Move human name and port label options to main configuration.David Robillard8-33/+55
2012-11-21Use atoms for option values.David Robillard7-50/+50
2012-11-21Configuration file support.David Robillard5-32/+105
2012-11-21Use translatable strings for command line error messages.David Robillard1-8/+16
2012-11-21Move Configuration from Raul to Ingen.David Robillard4-22/+179
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard6-17/+31
2012-11-18Simple keyboard navigation for plugin menu.David Robillard1-6/+7