summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Check for successful load of GUI and scripting modules.David Robillard1-19/+24
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-12/+12
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-22Fix header/function checks.David Robillard1-4/+4
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 Robillard32-32/+32
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-17Update Ingen icon to new design from thorwil.David Robillard12-946/+2901
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
2008-12-03Don't allow renaming to the same name (fix ticket #282).David Robillard1-2/+4
2008-12-02Make all this *&#@%* crap work:David Robillard2-10/+59
2008-12-02Fix loading child patches.David Robillard1-17/+5
2008-12-02Fix loading nested patches.David Robillard2-19/+20
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard17-259/+309
2008-12-02Fix potential segfault when right-clicking patch nodes.David Robillard1-2/+2
2008-11-30Some support for bundle saving.David Robillard5-31/+127
2008-11-29Always/explicitly focus text entry in rename window on present.David Robillard2-1/+10
2008-11-29Fix path name offsetting when pasting to start at 2, not 0.David Robillard1-0/+3
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard2-3/+3
2008-11-29Upgrade to waf 1.5.0.David Robillard10-80/+71
2008-11-29Prefixes with underscores look weird.David Robillard3-3/+3
2008-11-29Only write index for Patches (i.e. don't even save the index of plugin ports,...David Robillard1-2/+3
2008-11-29Set properties (not variables) on internal nodes so serialisations match LV2 ...David Robillard3-11/+15
2008-11-29Clean up and organize internals.David Robillard15-71/+71
2008-11-28Sane ontology for internaals.David Robillard10-34/+37
2008-11-28Add Ingen ontology and internal node definitions.David Robillard2-0/+253
2008-11-28Store module locations on drop (fix ticket #281).David Robillard3-11/+9
2008-11-28Cleanup.David Robillard1-16/+12
2008-11-28Shutup.David Robillard1-2/+2
2008-11-28MIDI learn for note trigger node.David Robillard5-5/+19
2008-11-28Fix pasting connections.David Robillard1-6/+5