summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard34-132/+156
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-1/+1
2008-01-24Fix locale problems in ingen, flowcanvas, and redlandmm (',' decimal point).David Robillard1-0/+7
2008-01-24Fix building within ingen tree.David Robillard1-1/+1
2008-01-23Remove unnecessary subst vars.David Robillard6-15/+4
2008-01-23Added missing file.David Robillard1-0/+83
2008-01-23Working Jack MIDI -> generic event port input.David Robillard2-1/+8
2008-01-23More LV2 extension work.David Robillard6-17/+51
2008-01-21Work on generic LV2 events.David Robillard39-647/+825
2008-01-19LV2 packaging fixes for building from top level.David Robillard2-5/+5
2008-01-17Fix LV2 Gtk UI URI.David Robillard1-1/+1
2008-01-17Update for SLV2 changes.David Robillard1-2/+2
2008-01-07Fix building.David Robillard5-3/+10
2008-01-07Build fix.David Robillard1-2/+2
2008-01-06Remove raul dependency on liblo and redlandmm.David Robillard2-11/+15
2008-01-06Tone down port colours a touch.David Robillard1-4/+4
2008-01-06Use colours derived from Tango-palette (de-candified, darkened).David Robillard1-5/+5
2008-01-05Fix connecting mismatched ports bug (closes ticket 129).David Robillard4-61/+199
2008-01-02Fix canvas scroll buttons.David Robillard1-0/+3
2008-01-01Fix compilation.David Robillard1-1/+1
2008-01-01RAUL code cleanup.David Robillard4-26/+27
2007-12-31Clean up and remove useless code in FlowCanvas.David Robillard1-1/+1
2007-12-21Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro...David Robillard7-123/+255
2007-12-20Fix about dialog close button.David Robillard4-3/+11
2007-12-19Fix LV2 GUI embedding.David Robillard4-14/+16
2007-12-15Updated LV2 GUI extension.David Robillard1-8/+2
2007-12-14Fix compile oops with --enable-debug.David Robillard1-3/+5
2007-12-12Fix initialisation order warnings.David Robillard1-1/+1
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-2/+2
2007-12-05Preliminary evolutionary stuff in machina.David Robillard6-12/+13
2007-12-02Optional edge length hints for FlowCanvas (only used by Machina).David Robillard3-4/+4
2007-12-01Clean up query code.David Robillard1-79/+79
2007-11-30Split redland C++ wrappers out from Raul.David Robillard17-127/+169
2007-11-29Add (ifdef'd out) support for liblo avahi patch.David Robillard1-0/+7
2007-11-13Fix build w/o installing raul.David Robillard1-0/+1
2007-11-05Module loading printage.David Robillard1-0/+2
2007-11-05make distcheck fixesDavid Robillard3-2/+4
2007-11-05Add independent building stuff for ingen.David Robillard8-20/+11
2007-10-26Apply module icons patch from larsl (with formatting/visual tweaks).David Robillard4-18/+62
2007-10-23Plugin icon cache and plugin icons in the plugin dialog, from larsl.David Robillard5-31/+38
2007-10-22LV2 icons in plugin menu.David Robillard4-7/+50
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard38-410/+732
2007-10-21Fix various client-side variable state problems.David Robillard6-6/+21
2007-10-21Fix crash on OSC connection.David Robillard7-22/+18
2007-10-21Fix control port value broadcasting.David Robillard6-12/+34
2007-10-21Fix patch serialisation to a string.David Robillard4-19/+31
2007-10-21Fix port properties window.David Robillard1-1/+0
2007-10-18Fix module size on renaming.David Robillard1-0/+1
2007-10-13Fix crash on destroying LADSPA nodes.David Robillard3-19/+24
2007-10-13Dynamic polyphony fixes.David Robillard7-51/+95