summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-14Fix crash on wacky plugins of some unknown variety... ticket #367.David Robillard1-0/+2
2009-05-13Fix crash on patch load.David Robillard1-2/+2
2009-05-13Remove old/unused DSSI program API.David Robillard1-3/+0
2009-05-13Update copyright dates.David Robillard68-68/+68
2009-05-13Strip trailing whitespace.David Robillard69-658/+658
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard2-31/+60
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard1-1/+1
2009-05-13Remove 'using' declarations from headers.David Robillard7-9/+20
2009-05-13The great ID refactoring of 2009.David Robillard35-150/+190
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-1/+1
2009-05-12Fix internal node names.David Robillard1-29/+67
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard3-405/+467
2009-05-11Remove unused flag.David Robillard2-4/+0
2009-05-11O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi...David Robillard2-32/+42
2009-05-11* New ontology.David Robillard30-169/+260
2009-05-10Show current value for all ports (not just plugin node ports) in status bar o...David Robillard2-11/+12
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-1/+1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard9-9/+9
2009-03-21Fix Gtk warnings about non-zero adjustment page size.David Robillard1-9/+9
2009-02-14LV2 preset support (except you have to press entire on the menu items, clicki...David Robillard2-3/+58
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-6/+6
2008-12-21Remove destroyed patches from patch tree window (fix ticket #311).David Robillard1-1/+7
2008-12-21Don't allow setting port range to values that don't include the current port ...David Robillard1-4/+16
2008-12-21Change configuration header name to something less likely to conflict.David Robillard8-8/+8
2008-12-21Fix control range stuff (fix ticket #298).David Robillard3-16/+24
2008-12-20Fix window closing stuff (fix ticket #296).David Robillard5-20/+45
2008-12-20Remove traces of old icon crap.David Robillard5-123/+1
2008-12-20Use icon by name rather than directly look up path.David Robillard1-7/+3
2008-12-20Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f...David Robillard1-1/+1
2008-12-17Don't link directly against libingen_client (fix ticket #302).David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard34-91/+117
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-1/+2
2008-12-03Don't allow renaming to the same name (fix ticket #282).David Robillard1-2/+4
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard7-45/+67
2008-12-02Fix potential segfault when right-clicking patch nodes.David Robillard1-2/+2
2008-11-30Some support for bundle saving.David Robillard3-29/+43