summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Robillard9-58/+51
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 Robillard9-23/+25
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
2008-11-28Add File->Draw to render patch to graphviz (which can then be used to draw to...David Robillard3-0/+64
2008-11-27Fix Om patch loading when plugins have names clashing with internal names.David Robillard1-9/+7
2008-11-27Remove ancient OmInProcess.cpp that hasn't worked for ages.David Robillard1-66/+0
2008-11-27Remove old learn response event junk.David Robillard4-58/+7
2008-11-27MIDI learn for control node.David Robillard10-35/+83
2008-11-27Fix warnings for non-debug builds.David Robillard2-9/+20
2008-11-27Shutup.David Robillard1-3/+1
2008-11-27Add/install/use Ingen icons.David Robillard2-1/+6
2008-11-27Install Ingen menu entry.David Robillard2-1/+3
2008-11-27Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the ...David Robillard3-505/+495
2008-11-27Fix menu mnemonics.David Robillard2-516/+492
2008-11-27...David Robillard1-2/+0
2008-11-27Replace "modes" with boolean "edit controls" in tooltips etc.David Robillard5-65/+65
2008-11-27Make use of status bar.David Robillard5-21/+57
2008-11-27Save patch document properly for loaded subpatches too.David Robillard2-25/+32
2008-11-27Remember document name (so File->Save doesn't prompt).David Robillard1-3/+11
2008-11-27Tolate paths with '.' elements (e.g. ingen -egl ./foo.ingen.ttl).David Robillard2-11/+21
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard8-32/+63
2008-11-27Fix 'control change for unknown port' message on patch loading.David Robillard2-16/+23
2008-11-25Don't require liblo or libsoup to build queued engine interface (which is use...David Robillard1-38/+37
2008-11-24Abort if queued module fails to load.David Robillard1-1/+8
2008-11-24Cleanups.David Robillard3-11/+11
2008-11-24Fix loading connections in patches with subpatches (fix ticket #274).David Robillard1-2/+4
2008-11-24Fix crash on mouse over of subpatches.David Robillard1-1/+2
2008-11-24Use lists instead of ringbuffers for event queue - remove upper limit on even...David Robillard5-111/+63
2008-11-24Fix message extension.David Robillard1-2/+2
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard7-77/+23