summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-09Support plugins which require lv2:isLive.David Robillard1-0/+4
2014-08-09Fix initial size of properties window.David Robillard1-7/+6
2014-08-09Improve object context menu.David Robillard5-52/+80
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard10-39/+53
2014-08-08Use Markdown in doc comments for better source readability.David Robillard9-19/+15
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-9/+9
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-2/+2
2014-08-08Don't pass dynamic string as format string to log printf.David Robillard1-3/+3
2014-07-13Only use old 2-argument version of Glib::build_filename (fix #971).David Robillard1-3/+5
2014-07-13Fix building against Lilv in a non-standard location (fix #972).David Robillard1-1/+1
2014-05-05Add support for Jack CV via metadata.David Robillard2-2/+71
2014-05-04Fix compilation error (missing serd flags) (fix #970).David Robillard1-1/+1
2014-04-27Add support for sprung layout to Patchage.David Robillard1-2/+2
2014-04-26Fix library dependencies.David Robillard2-3/+3
2014-04-26Clean up Ganv API.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard8-2/+65
2014-03-31Add zoom full and font size commands to Ingen.David Robillard3-4/+93
2014-03-31Yet another attempt at fixing event deadlock issues.David Robillard2-26/+32
2014-03-31Fix running GUI remotely and as an LV2 plugin.David Robillard1-9/+2