summaryrefslogtreecommitdiffstats
path: root/ingen
AgeCommit message (Expand)AuthorFilesLines
2014-01-18Consolidate URIs.David Robillard4-20/+63
2014-01-07Remove unused plugin icon stuff.David Robillard1-9/+3
2014-01-07Fix whitespace.David Robillard1-3/+3
2014-01-04Fix documentation pane.David Robillard1-1/+3
2013-12-27Implement lv2:prototype.David Robillard1-0/+2
2013-11-01Implement static UI port notifications (fix #935).David Robillard1-1/+4
2013-11-01Tidy.David Robillard1-5/+5
2013-08-20Remove vestigial Builder class.David Robillard1-49/+0
2013-06-09Support removing properties from the properties dialog.David Robillard2-0/+11
2013-06-09Fix crashes when comparing variable sized Atoms.David Robillard1-10/+12
2013-06-09Fix crufty comments.David Robillard1-3/+1
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard1-0/+1
2013-05-31Fix Atom on 32-bit platforms (patch from Robin Gareus).David Robillard1-2/+2
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard1-0/+13
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+1
2013-02-23Make Atom always have an LV2_Atom so it can be used in-place.David Robillard1-0/+166
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+7
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard14-89/+120
2013-02-03Fix compilation with GCC 4.6.David Robillard1-0/+5
2013-02-02Tidy.David Robillard1-2/+2
2013-01-20Add missing include.David Robillard1-0/+1
2013-01-13Add missing file.David Robillard1-0/+51
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard17-171/+177
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use type safe enumerations.David Robillard12-53/+54
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-0/+2
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard3-0/+5
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard7-30/+30
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard6-7/+8
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard2-0/+5
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-3/+0
2012-11-22Configuration file saving.David Robillard1-9/+47
2012-11-21Trim dead code.David Robillard1-16/+0
2012-11-21Use atoms for option values.David Robillard1-91/+22
2012-11-21Configuration file support.David Robillard1-7/+30
2012-11-21Use translatable strings for command line error messages.David Robillard1-1/+1
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-3/+156
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-17/+4
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+8
2012-09-16Support latest options and morph extensions.David Robillard1-0/+1
2012-08-31Implement host side of buf-size via options.David Robillard1-0/+3
2012-08-19GraphObject => NodeDavid Robillard12-51/+59
2012-08-19Patch => GraphDavid Robillard16-37/+35
2012-08-18Node => BlockDavid Robillard11-49/+53
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard9-12/+74
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard4-16/+36