summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Get copy and paste working again.David Robillard1-2/+4
2012-05-11"Connection" => "Edge"David Robillard1-6/+6
2012-05-11Clean up and better document World interface.David Robillard1-13/+13
2012-05-10Fix compilation on Mac OS X.David Robillard1-2/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-70/+67
2012-05-10LV2URIMap => URIMap.David Robillard1-5/+2
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-04-28Remove use of std::cerr.David Robillard1-2/+2
2012-04-28Tidy.David Robillard1-16/+29
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-37/+37
2012-04-23Fix possible dereference of end iterator.David Robillard1-2/+3
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-7/+8
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-6/+6
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-10/+0
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-16/+11
2011-09-23Disable harmless error message about activity notification for nonexistent portsDavid Robillard1-3/+2
2011-09-23Animate audio port colours based on levels.David Robillard1-2/+2
2011-09-17Fix "Disconnect" in port context menu (i.e. disconnect_all for ports).David Robillard1-2/+7
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-0/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-9/+8
2011-05-24Tidy up headers.David Robillard1-0/+1
2011-05-13Make ClientStore::plugin and ClientStore::resource const-correct.David Robillard1-7/+19
2011-05-13Make models const in client code.David Robillard1-17/+23
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-11/+11
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard1-2/+10
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard1-0/+24
2011-04-19Remove EngineInterface::quit().David Robillard1-1/+5
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-8/+8
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-02-19Tidy.David Robillard1-78/+70
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-36/+26
2011-02-18Tidy.David Robillard1-8/+12
2011-02-18Trim more cruft.David Robillard1-5/+8
2011-02-18Trim more cruft.David Robillard1-12/+9
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-13/+13
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-1/+1
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-8/+11
2010-02-14Remove voice specific control setting.David Robillard1-12/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+23
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-18/+17
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+8
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-12/+0
2010-01-29Send binding information to client.David Robillard1-0/+9