summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in...David Robillard1-12/+36
2008-06-09Add quick context menu for Internal 'plugins'.David Robillard1-2/+29
2008-05-19Fix multiple ports showing up when attempting to add a MIDI output to a patch.David Robillard1-1/+1
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-3/+3
2008-01-23More LV2 extension work.David Robillard1-0/+8
2008-01-21Work on generic LV2 events.David Robillard1-1/+1
2007-12-19Fix LV2 GUI embedding.David Robillard1-6/+5
2007-12-02Optional edge length hints for FlowCanvas (only used by Machina).David Robillard1-2/+2
2007-10-26Apply module icons patch from larsl (with formatting/visual tweaks).David Robillard1-6/+12
2007-10-23Plugin icon cache and plugin icons in the plugin dialog, from larsl.David Robillard1-6/+1
2007-10-22LV2 icons in plugin menu.David Robillard1-5/+18
2007-10-21Fix patch serialisation to a string.David Robillard1-1/+1
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-1/+1
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-2/+2
2007-10-08Added missing interface/Patch.hpp.David Robillard1-3/+3
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-13/+13
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard1-7/+8
2007-10-08Serializer -> Serialiser.David Robillard1-3/+3
2007-10-08Move Serializer from client lib to serialisation lib (engine or client side s...David Robillard1-2/+2
2007-10-08SharedPtr-ify engine side store.David Robillard1-4/+7
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard1-2/+2
2007-10-08Shared abstract Connection interface.David Robillard1-1/+1
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-1/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-8/+8
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-7/+7
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard1-0/+2
2007-09-20Strip a bunch of old useless code.David Robillard1-1/+1
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard1-6/+6
2007-09-14Remove useless 'controls' items from canvas context menu.David Robillard1-5/+5
2007-07-31SWIG building fixes.David Robillard1-1/+1
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-26Make canvas grab events.David Robillard1-4/+20
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-10/+12
2007-07-25Build against local SLV2 too.David Robillard1-0/+25
2007-07-25Distcheck fixes.David Robillard1-5/+4
2007-07-25Fix running with ingen -eg.David Robillard1-1/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-21/+22
2007-07-24Don't show empty plugin category menus.David Robillard1-9/+19
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-0/+8
2007-06-06Nicer Flowcanvas naming.David Robillard1-17/+17
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-0/+525