summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Fix compilation.David Robillard3-2/+1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard9-158/+53
2009-12-18Install headers.David Robillard1-0/+3
2009-12-11Build against old Gtkmm (without clear icon in text entries).David Robillard2-0/+7
2009-12-03Clean up interface headers.David Robillard1-1/+1
2009-11-22Partial support for message/value ports and the message context.David Robillard8-15/+97
2009-11-18Less reliance on Buffer::type() (which doesn't really make sense, since buffe...David Robillard1-1/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard3-4/+4
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard3-26/+59
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-15Better Parse plugin, working Print plugin.David Robillard3-3/+3
2009-11-14Object extension.David Robillard7-24/+22
2009-11-12Factor out common Control code.David Robillard2-35/+11
2009-11-12String port support.David Robillard9-24/+206
2009-08-16Tidy.David Robillard1-7/+6
2009-07-11Fix building without liblo.David Robillard1-1/+4
2009-07-07Fix compilation issues.David Robillard1-0/+1
2009-06-06Fix window titles.David Robillard5-5/+6
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-0/+3
2009-06-03Hide empty classes in plugin context menu (ticket #295).David Robillard2-10/+25
2009-06-03Organize ingen_module like other modules.David Robillard6-10/+1
2009-06-03Remove vestigial interface.David Robillard1-1/+1
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-02Fix crash on copy/paste.David Robillard1-2/+2
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
2009-05-30Multi-select in load plugin window (add several plugins at once).David Robillard2-74/+90
2009-05-30Fix load plugin window.David Robillard1-1/+3
2009-05-29Fix reconnecting to engine via various protocols (inferred from user URI) in ...David Robillard1-14/+36
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-1/+1
2009-05-28Rename 'request_object' 'get'.David Robillard1-1/+1
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-12/+26
2009-05-28Remove vestigial request_variable interface.David Robillard1-1/+1
2009-05-28Speed/clean up plugin menu generation a bit.David Robillard1-24/+24
2009-05-28Generic plugin property mechanism.David Robillard3-47/+18
2009-05-28Create objects via SetMetadataEvent.David Robillard1-1/+0
2009-05-28Fix property saving to/from file (e.g. module locations).David Robillard1-0/+1
2009-05-28Send port ranges and new subpatches as single PUTs.David Robillard2-9/+7
2009-05-28Send both coordinates of a module move as a single PUT.David Robillard2-4/+10
2009-05-28Send plugin node creation as a single PUT instead of a bunch of separate set_...David Robillard1-8/+4
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard6-20/+19
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard17-75/+44
2009-05-27Add methods documentation page.David Robillard1-1/+1
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard11-13/+13
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard12-88/+64