summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Disable OSC and HTTP for now.David Robillard2-3/+7
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard3-95/+52
2012-03-12Fix mysterious undefined reference when running as a plugin.David Robillard1-0/+3
2012-03-12Centralise atom creation in forge object.David Robillard59-298/+411
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard43-427/+238
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard2-4/+8
2012-03-12Make port controls actually do something.David Robillard2-37/+36
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard26-91/+124
2012-03-11Fix crash when showing port properties window.David Robillard1-0/+1
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard6-13/+127
2012-03-11Missing portion of previous commit (r4045).David Robillard1-9/+19
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard5-36/+16
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard13-107/+107
2012-03-10Delete trailing whitespace.David Robillard18-35/+34
2012-03-10Fix loading as an LV2 plugin.David Robillard1-6/+10
2012-03-10Use new LV2 MIDI definitions.David Robillard6-28/+28
2012-03-09Fix patch saving.David Robillard1-5/+7
2012-03-02Update for latest atom extension.David Robillard2-4/+3
2012-02-23Update for latest Atom extension.David Robillard3-8/+8
2012-02-08Update for latest Atom extension.David Robillard4-9/+9
2012-02-02Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+0
2012-02-01Update to r64/autowaf.David Robillard1-0/+0
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard21-21/+21
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard6-20/+6
2012-01-14Load correct OSC module in ingen plugin.David Robillard1-1/+1
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard3-11/+15
2012-01-14Fix loading patches by relative path (fix #798).David Robillard1-4/+15
2012-01-14Fix crashes on shutdown (fix #805).David Robillard3-8/+14
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard2-8/+10
2011-12-23Use source port colour for connection colour.David Robillard1-2/+1
2011-12-18Use opaque port colours.David Robillard1-6/+6
2011-12-12Fix check for posix_memalign.David Robillard1-0/+1
2011-12-10Fix buffer atom type initialisation.David Robillard1-5/+5
2011-12-10Fix crash on load and subsequent save.David Robillard1-1/+1
2011-12-10Fix event handling.David Robillard2-2/+5
2011-12-08Clean up port event stuff.David Robillard3-9/+35
2011-12-08Make canvas direction a property.David Robillard1-2/+2
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard6-12/+12
2011-12-07Fix saving.David Robillard1-1/+2
2011-12-07Fix event handling.David Robillard1-0/+7
2011-12-07Remove cruft from public API.David Robillard3-10/+3
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard15-71/+69
2011-12-06Death to Module.cpp.David Robillard3-14/+6
2011-12-05Move event handling down to C level.David Robillard3-6/+12
2011-12-04Move module port management stuff down to C level.David Robillard1-1/+1
2011-12-04Move module ports down to C level.David Robillard2-6/+6
2011-12-04Remove redundant _canvas field from Item.David Robillard2-4/+4
2011-12-03Don't expose canvas data structures.David Robillard6-46/+60