summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Use sequence buffer size from Jack.David Robillard8-10/+30
2015-02-22Set Jack port order metadata.David Robillard2-0/+15
2015-02-21Order ports deterministically.David Robillard2-1/+13
2015-02-19Server side presets.David Robillard11-59/+145
2015-02-19Fix invalid boost format string.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard17-18/+18
2015-02-17Fix display of labels when port is created without.David Robillard6-26/+60
2015-02-16Distinguish edge color from port color slightly.David Robillard4-37/+5
2015-02-14Fix type tags for non-controllable ports.David Robillard2-48/+68
2015-02-14Indicate sequence ports with an arrow tag.David Robillard3-18/+21
2015-02-14Show type tags for more port types.David Robillard2-0/+30
2015-02-14Remove no longer used file.David Robillard1-35/+0
2015-02-14Fix quit via window close.David Robillard5-16/+17
2015-02-14Fix save issues.David Robillard2-8/+13
2015-02-14Clean up save dialog stuff.David Robillard2-35/+41
2015-02-14Confirm quit on last window close.David Robillard2-1/+9
2015-02-14Fix close and quit keybindings.David Robillard1-2/+2
2015-02-14Use the same border width for ports and modules.David Robillard1-1/+0
2015-02-09Fix broadcasting to several clients.David Robillard8-55/+35
2015-02-09Stable sort update only by depth to preserve port order.David Robillard2-6/+10
2015-02-08Don't complain about missing ports when deleting things.David Robillard4-6/+8
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard5-30/+48
2015-02-08Server-side copy paste with LV2 state support.David Robillard37-376/+767
2015-02-08Update embedded Gtk style to match blocks.David Robillard1-8/+8
2015-02-07Add missing files.David Robillard2-0/+173
2015-02-07Fix crash when properties window object goes away.David Robillard1-0/+1
2015-02-07Add configure options for stripped down builds.David Robillard1-1/+16
2015-02-07Demodularize socket stuff.David Robillard15-492/+69
2015-02-06Remove gthread dependency from engine.David Robillard11-65/+58
2015-02-05Fix events at end of cycle.David Robillard1-4/+8
2015-02-05Fix sequence=>sequence connections.David Robillard2-1/+3
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+9
2015-01-16Add standard version flag.David Robillard2-0/+15
2015-01-16Prevent build directory path clashes.David Robillard1-0/+0
2015-01-16Fix socket module compilation.David Robillard1-1/+1
2015-01-15Node bypass.David Robillard8-9/+94
2014-12-18Upgrade to waf 1.8.5.David Robillard2-4/+6
2014-11-17Add support for pitch bend and channel/note pressure.David Robillard2-2/+60
2014-11-17Fix a few minor/unlikely memory errors.David Robillard7-15/+41
2014-11-06Fix compilation with compilers that fail to convert boost::optional to bool (...David Robillard1-3/+3
2014-09-02Fix polyphonic subgraph outputs in a monophonic parent graph.David Robillard8-15/+46
2014-08-31Use float sequences for sample-accurate control ports.David Robillard40-200/+630
2014-08-30Disable sprung layout initially.David Robillard3-8/+2
2014-08-30Fix renaming symbol and label at the same time.David Robillard1-6/+6
2014-08-29Add compile-time feature to log URID mapping.David Robillard1-2/+10
2014-08-29Use complete Gtk style from file for embedded UIs.David Robillard4-20/+169
2014-08-28Clean up code documentation.David Robillard4-27/+22
2014-08-28Don't show value menu items for control outputs.David Robillard1-5/+6
2014-08-10Fix memory errors when destroying graph view.David Robillard2-0/+7
2014-08-10Fix some memory leaks.David Robillard5-1/+14