summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-08Server-side copy paste with LV2 state support.David Robillard50-461/+848
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 Robillard2-36/+56
2015-02-07Demodularize socket stuff.David Robillard17-318/+114
2015-02-06Portable pthread flags checks.David Robillard1-0/+10
2015-02-06Remove gthread dependency from engine.David Robillard12-70/+61
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 Robillard2-3/+10
2015-01-25Upgrade to r100/autowaf.David Robillard2-5/+7
2015-01-16Upgrade to r99/autowaf (fix documentation paths).David Robillard1-4/+4
2015-01-16Add standard version flag.David Robillard2-0/+15
2015-01-16Prevent build directory path clashes.David Robillard2-2/+2
2015-01-16Fix socket module compilation.David Robillard1-1/+1
2015-01-15Node bypass.David Robillard8-9/+94
2015-01-09Add --no-python configure option.David Robillard1-2/+6
2015-01-09Don't use pointless autowaf.check_header wrapper.David Robillard1-4/+4
2015-01-03Fix Ingen Python configuration.David Robillard1-0/+1
2014-12-18Upgrade to waf 1.8.5.David Robillard4-13/+15
2014-11-19Make ingenams work with Python3 and other versions of rdflib.David Robillard2-6/+7
2014-11-17Add support for pitch bend and channel/note pressure.David Robillard3-3/+61
2014-11-17Fix a few minor/unlikely memory errors.David Robillard7-15/+41
2014-11-17Add support for MCV and ADVMCV in ingenams.David Robillard1-12/+27
2014-11-17Fix broken call for scala modules.David Robillard1-3/+2
2014-11-10Fix help text.David Robillard1-1/+1
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 Robillard2-2/+14
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-09Update ingen.py (and thus ingenams) for latest python rdflib.David Robillard1-1/+1
2014-08-08Upgrade to waf 1.7.16.David Robillard1-0/+0
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 Robillard9-24/+29
2014-08-08Update Doxygen files.David Robillard1-918/+1438
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-2/+2
2014-08-08Fix compilation with GCC 4.6.David Robillard1-2/+2
2014-08-08Don't pass dynamic string as format string to log printf.David Robillard1-3/+3