summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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-26Update to waf 1.7.16.David Robillard1-0/+0
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 Robillard9-2/+73
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 Robillard2-11/+3
2014-03-30Hopefully fix dead lock issues with locked events.David Robillard2-17/+24
2014-03-29Eliminate long-term lock from Get event.David Robillard2-77/+124
2014-03-17Tidy up draw dialog code.David Robillard1-13/+9
2014-03-16Allow user to enable or disable sprung layout.David Robillard9-10/+76
2014-03-15Clean up public canvas interface.David Robillard1-1/+1
2014-03-15Hopefully fix potential deadlocks with mass deletes (fix #962).David Robillard1-3/+10
2014-02-02Don't cut feedback for put events, fixing initial placement of subgraph modules.David Robillard1-2/+5
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard6-17/+10