summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard29-112/+125
2009-05-12Fix tabs.David Robillard1-1/+1
2009-05-12Fix lv2.h include problem.David Robillard4-7/+9
2009-05-12Fix internal node names.David Robillard7-38/+74
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard23-590/+681
2009-05-11Fix OSC/graphviz compilation stuff.David Robillard1-3/+3
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-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard17-49/+34
2009-05-11Fix subpatch MIDI IO.David Robillard7-30/+36
2009-05-11* New ontology.David Robillard62-1243/+878
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 Robillard4-7/+7
2009-05-03Keep correct timers even when event write fails.David Robillard2-11/+9
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard42-261/+369
2009-04-17Upgrade to waf 1.5.4.David Robillard1-1/+1
2009-03-21Fix Gtk warnings about non-zero adjustment page size.David Robillard1-9/+9
2009-02-25Check USE_BLANK_NODES consistently, shut waf up.David Robillard1-1/+1
2009-02-20Fix crash when connecting ports with mismatched poly where the destination po...David Robillard2-7/+7
2009-02-14LV2 preset support (except you have to press entire on the menu items, clicki...David Robillard3-5/+60
2009-02-12Fix mandatory check for boost headers.David Robillard1-1/+2
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-6/+6
2009-01-15Add -Woverloaded-virtual to --strict flags and fix associated problems (notab...David Robillard6-9/+8
2009-01-05Include <sstream> where missing.David Robillard2-0/+2
2009-01-04Load queued interface from the appropriate module.David Robillard1-1/+1
2008-12-28Check for successful load of GUI and scripting modules.David Robillard1-19/+24
2008-12-22Fix crash when deleting ports that send lots of broadcast events (e.g. a cont...David Robillard1-17/+16
2008-12-22Fix ingen -l (fix ticket #314).David Robillard2-12/+15
2008-12-22Fix loading nodes (etc) via OSC.David Robillard1-0/+2
2008-12-22Don't build ingen LV2 wrapper (not working yet).David Robillard1-13/+13
2008-12-22Don't attempt to directly connect buffers with mismatches sizes on disconnect...David Robillard1-1/+1
2008-12-22Remove unused wrapper building stuff (true relocatable binaries would be bett...David Robillard1-2/+0
2008-12-21Remove destroyed patches from patch tree window (fix ticket #311).David Robillard1-1/+7
2008-12-21Fix mixdown of several connections with varying sizes (i.e. control and audio...David Robillard2-8/+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 Robillard31-31/+31
2008-12-21Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307).David Robillard1-0/+2
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 clear patch when patch contains driver ports (fix ticket #288).David Robillard2-14/+36
2008-12-20Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f...David Robillard15-73/+107
2008-12-20Fix race condition on clear patch.David Robillard4-7/+7
2008-12-20Update lv2_contexts.h:David Robillard2-3/+3
2008-12-17Don't link directly against libingen_client (fix ticket #302).David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard132-317/+340
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard7-2/+12
2008-12-12Fix assertion death on ingen -eglDavid Robillard1-2/+3
2008-12-04Fix compilation with HTTP enabled.David Robillard1-2/+2