summaryrefslogtreecommitdiffstats
path: root/src/client/ObjectModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Fix more URI conversion issues.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-15Fix renaming.David Robillard1-0/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-06-09Support removing properties from the properties dialog.David Robillard1-0/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2013-01-11Use range-based for loops where possible.David Robillard1-4/+3
2012-08-19GraphObject => NodeDavid Robillard1-4/+4
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-1/+0
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-1/+1
2012-08-12Stricter symbol construction and conversion.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-3/+3
2012-07-29Remove unused ObjectModel::_meta.David Robillard1-2/+0
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-6/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-2/+3
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard1-14/+2
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
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-0/+6
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-2/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-2/+2
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard1-2/+3
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-2/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-4/+4
2011-05-12Remove dead code.David Robillard1-6/+0
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-12/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-11/+7
2010-10-29Explicit copy constructor for Ingen::Client::ObjectModel.David Robillard1-0/+10
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-4/+4
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-04Fix crash on port rename (fix ticket #478).David Robillard1-1/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-3/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+8
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-1/+1
2009-12-30Fix renaming (fix ticket #458).David Robillard1-1/+18
2009-10-31Fire signals on add_property as well as set_property (fix ticket #389).David Robillard1-0/+8