summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-04Remove orphan cruft.David Robillard2-24/+3
2009-10-31Remove connections in the GUI before ports, preventing missed lookups.David Robillard1-6/+5
2009-10-31Fire signals on add_property as well as set_property (fix ticket #389).David Robillard2-3/+12
2009-10-19Fix spelling.David Robillard1-8/+8
2009-10-19Move pointlessley inlined virtual methods to implementation file.David Robillard2-9/+18
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-3/+11
2009-06-03Update bindings.David Robillard1-0/+1
2009-06-03Remove vestigial interface.David Robillard3-28/+17
2009-06-02Fix crash on copy/paste.David Robillard1-1/+1
2009-05-29HTTP move and set_property client->engine support.David Robillard1-0/+8
2009-05-29Fix reconnecting to engine via various protocols (inferred from user URI) in ...David Robillard4-37/+62