summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-03Rename event classes to match new pretty file names.David Robillard51-204/+233
2009-06-03Move events to their own namespace.David Robillard51-29/+150
2009-06-03Consistent imperative style event names.David Robillard8-8/+8
2009-06-03Chop "Event" from event source file names.David Robillard54-82/+81
2009-06-03Remove events dir from include path.David Robillard1-5/+5
2009-06-03Remove unused DisablePortMonitoringEvent.David Robillard2-135/+0
2009-06-02Fix crash on copy/paste.David Robillard3-3/+4
2009-06-02Fix horribly broken LV2 event implementation (ticket #378 among other problems).David Robillard5-15/+33
2009-06-02Remove redundant EventBuffer::_iter.David Robillard4-18/+7
2009-05-30Set plugin GUI window's role to "plugin_ui" (for WM kludges etc).David Robillard1-0/+1
2009-05-30Fix path in dynamic load plugin window title (don't show path: URI prefix).David Robillard1-1/+1
2009-05-30Better load plugin window geometry hinting.David Robillard2-11/+14