summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Less reliance on Buffer::type() (which doesn't really make sense, since buffe...David Robillard4-34/+25
2009-11-18Remove pointless lv2_contexts.h symlink.David Robillard2-2/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard54-187/+182
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard4-30/+65
2009-11-16Add close button to node properties dialog.David Robillard8-18/+40
2009-11-16Make all windows respond to ctrl+w.David Robillard31-57/+170
2009-11-16Clean up load plugin window and add close button.David Robillard3-60/+54
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard63-1116/+813
2009-11-15Better Parse plugin, working Print plugin.David Robillard15-22/+25
2009-11-14Object extension.David Robillard71-452/+896
2009-11-12Factor out common Control code.David Robillard2-35/+11
2009-11-12String port support.David Robillard33-123/+559
2009-11-07Delete plugins, move core package to lv2 directory and generate docs for it.David Robillard1-1/+1
2009-11-04Remove orphan cruft.David Robillard2-24/+3
2009-10-31Remove connections in the GUI before ports, preventing missed lookups.David Robillard1-6/+5
2009-10-31Revert (most of) r2205, which broke node creation (invisible ports).David Robillard1-3/+3
2009-10-31Fire signals on add_property as well as set_property (fix ticket #389).David Robillard2-3/+12
2009-10-31Don't double-send creation events when they are a result of a PUT.David Robillard3-3/+9
2009-10-23Upgrade to waf 1.5.9.David Robillard1-2/+1
2009-10-21Fix crash when plugins fail to instantiate.David Robillard3-7/+14
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard7-19/+83
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Fix spelling.David Robillard1-8/+8
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard2-1/+6
2009-10-19Move pointlessley inlined virtual methods to implementation file.David Robillard2-9/+18
2009-09-12Fix spelling.David Robillard1-1/+1
2009-08-16Tidy.David Robillard1-7/+6
2009-07-11Fix building without liblo.David Robillard1-1/+4
2009-07-07Re-add lv2_contexts.hDavid Robillard1-0/+1
2009-07-07Remove lv2_contexts.hDavid Robillard1-1/+0
2009-07-07Fix compilation issues.David Robillard7-3/+10
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard15-18/+17
2009-07-04Update link.David Robillard1-1/+1
2009-06-14Tolerate LV2 plugins without a binary URI.David Robillard1-3/+10
2009-06-14Fix whitespace.David Robillard1-2/+2
2009-06-06Fix window titles.David Robillard5-5/+6
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard3-7/+16
2009-06-03Hide empty classes in plugin context menu (ticket #295).David Robillard2-10/+25
2009-06-03Organize ingen_module like other modules.David Robillard13-17/+7
2009-06-03Update bindings.David Robillard12-91/+51
2009-06-03Update SWIG file.David Robillard1-6/+5
2009-06-03Remove vestigial interface.David Robillard7-34/+18
2009-06-03Clean up input port mixdown code.David Robillard4-37/+31
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard7-62/+59
2009-06-03Make plugin dialog tree model junk local classes (hide from documentation).David Robillard1-43/+31
2009-06-03Put breadcrumb stuff all in one place.David Robillard5-114/+76
2009-06-03BreadCrumbBox => BreadCrumbs.David Robillard4-3/+3
2009-06-03Move internals to their own namespace ala events.David Robillard11-0/+25
2009-06-03Move internals to their own directory ala events.David Robillard15-30/+30