summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-773/+0
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard1-2/+1
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard1-0/+1
2008-09-28Select all support (from kfoltman).David Robillard1-0/+9
2008-09-15Fix hotkeys involving the 'e' key (don't steal for edit mode unless no modifi...David Robillard1-5/+9
2008-09-15Fix connecting when human names are visible.David Robillard1-5/+10
2008-09-15Make view togglable between symbols and human names (just LV2 plugins for now).David Robillard1-4/+16
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard1-3/+2
2008-08-19Write lv2:index for patch ports.David Robillard1-3/+3
2008-08-18Fix copy/paste of internal nodes.David Robillard1-2/+2
2008-08-18Fix copy/paste between different patches.David Robillard1-4/+4
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard1-2/+8
2008-08-18More copy/paste and serialisation work.David Robillard1-10/+20
2008-08-17Copy/paste of connections.David Robillard1-5/+9
2008-08-17Select pasted objects.David Robillard1-0/+9
2008-08-17Fix copy/paste.David Robillard1-1/+1
2008-08-17Serialise connections as proper resources.David Robillard1-1/+1
2008-08-17More serialization work.David Robillard1-4/+36
2008-08-17Clean up parser into generic form that can parse anything (rather than just t...David Robillard1-1/+1
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-1/+1
2008-08-17There!David Robillard1-1/+2
2008-08-16Closer...David Robillard1-2/+2
2008-08-16Add missing Store.cpp.David Robillard1-1/+1
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-1/+1
2008-08-15Push serialiser down into core ('world').David Robillard1-9/+9
2008-08-14Defer menu creation until it is actually requested (speeds up startup time-to...David Robillard1-29/+55
2008-08-14Fix deadlock.David Robillard1-3/+1
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard1-1/+1
2008-08-13Fix new node default naming from both plugin window and patch context menu.David Robillard1-1/+9
2008-08-13Remove control modifier which conflicted with multi-select in FlowCanvas.David Robillard1-18/+3
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