summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2010-05-04LV2Object => LV2Atom.David Robillard1-2/+2
2010-05-04Rename "object" extension "atom" extension.David Robillard1-2/+2
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard1-0/+1
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard1-2/+4
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard18-103/+131
2010-03-04Use portable path construction.David Robillard1-1/+2
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard2-2/+2
2010-02-28Fix internal node path translation kludges for loading .om patches.David Robillard1-24/+15
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard4-17/+0
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard4-20/+0
2010-02-25Work on contexts and polymorphic ports.David Robillard3-10/+21
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard3-27/+26
2010-02-23Fix various code issues discovered by cppcheck.David Robillard4-5/+2
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard3-26/+23
2010-02-17Fix liblo varargs argument termination.David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard10-68/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard10-56/+95
2010-02-04Tidy up DeprecatedLoader, fix predicates.David Robillard2-13/+4
2010-02-04Fix crash on port rename (fix ticket #478).David Robillard1-1/+1
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard3-14/+14
2010-02-03Fix connecting via HTTP (partially, GUI shows up at least...).David Robillard1-4/+1
2010-02-03Properly detect lv2:portProperty.David Robillard2-6/+6
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-2/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard16-85/+77
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard12-57/+82
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard13-64/+13
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard15-43/+43
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard3-5/+19
2010-01-29Send binding information to client.David Robillard4-1/+21
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard5-6/+9
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-2/+2
2010-01-07Better log output.David Robillard4-18/+20
2010-01-07Fix compilation with --log-debug.David Robillard1-0/+4
2010-01-07Tidy.David Robillard2-6/+4
2010-01-06Do all logging output via Raul streams.David Robillard14-99/+95
2010-01-03Remove patch clear command (fix ticket #375).David Robillard10-69/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard5-15/+46
2009-12-30Turn off debugging.David Robillard1-2/+2
2009-12-30Fix renaming (fix ticket #458).David Robillard3-7/+24
2009-12-23Fix compilation without liblo and/or without libsoup.David Robillard1-0/+4
2009-12-22Fix compilation.David Robillard2-4/+4
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard4-89/+44
2009-12-18Install headers.David Robillard1-0/+3
2009-12-03More missing icnlude fun.David Robillard2-2/+2
2009-12-03Add missing include.David Robillard1-0/+1
2009-12-03Clean up interface headers.David Robillard2-0/+2
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard2-6/+6
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard1-4/+6
2009-11-14Object extension.David Robillard2-15/+18
2009-11-12String port support.David Robillard1-1/+8