Age | Commit message (Expand) | Author | Files | Lines |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 3 | -26/+23 |
2010-02-17 | Fix liblo varargs argument termination. | David Robillard | 1 | -1/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 10 | -68/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 10 | -56/+95 |
2010-02-04 | Tidy up DeprecatedLoader, fix predicates. | David Robillard | 2 | -13/+4 |
2010-02-04 | Fix crash on port rename (fix ticket #478). | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 3 | -14/+14 |
2010-02-03 | Fix connecting via HTTP (partially, GUI shows up at least...). | David Robillard | 1 | -4/+1 |
2010-02-03 | Properly detect lv2:portProperty. | David Robillard | 2 | -6/+6 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 1 | -2/+1 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 16 | -85/+77 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 12 | -57/+82 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 13 | -64/+13 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 15 | -43/+43 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 3 | -5/+19 |
2010-01-29 | Send binding information to client. | David Robillard | 4 | -1/+21 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 5 | -6/+9 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -2/+2 |
2010-01-07 | Better log output. | David Robillard | 4 | -18/+20 |
2010-01-07 | Fix compilation with --log-debug. | David Robillard | 1 | -0/+4 |
2010-01-07 | Tidy. | David Robillard | 2 | -6/+4 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 14 | -99/+95 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 10 | -69/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 5 | -15/+46 |
2009-12-30 | Turn off debugging. | David Robillard | 1 | -2/+2 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 3 | -7/+24 |
2009-12-23 | Fix compilation without liblo and/or without libsoup. | David Robillard | 1 | -0/+4 |
2009-12-22 | Fix compilation. | David Robillard | 2 | -4/+4 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 4 | -89/+44 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-12-03 | More missing icnlude fun. | David Robillard | 2 | -2/+2 |
2009-12-03 | Add missing include. | David Robillard | 1 | -0/+1 |
2009-12-03 | Clean up interface headers. | David Robillard | 2 | -0/+2 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 2 | -6/+6 |
2009-11-16 | Add edit checkbutton to canvas menu for fast mouse based control. | David Robillard | 1 | -4/+6 |
2009-11-14 | Object extension. | David Robillard | 2 | -15/+18 |
2009-11-12 | String port support. | David Robillard | 1 | -1/+8 |
2009-11-04 | Remove orphan cruft. | David Robillard | 2 | -24/+3 |
2009-10-31 | Remove connections in the GUI before ports, preventing missed lookups. | David Robillard | 1 | -6/+5 |
2009-10-31 | Fire signals on add_property as well as set_property (fix ticket #389). | David Robillard | 2 | -3/+12 |
2009-10-19 | Fix spelling. | David Robillard | 1 | -8/+8 |
2009-10-19 | Move pointlessley inlined virtual methods to implementation file. | David Robillard | 2 | -9/+18 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -1/+1 |
2009-06-04 | Don't treat non-plugin metadata as plugin data. | David Robillard | 1 | -3/+11 |
2009-06-03 | Update bindings. | David Robillard | 1 | -0/+1 |
2009-06-03 | Remove vestigial interface. | David Robillard | 3 | -28/+17 |
2009-06-02 | Fix crash on copy/paste. | David Robillard | 1 | -1/+1 |
2009-05-29 | HTTP move and set_property client->engine support. | David Robillard | 1 | -0/+8 |
2009-05-29 | Fix reconnecting to engine via various protocols (inferred from user URI) in ... | David Robillard | 4 | -37/+62 |
2009-05-29 | DELETE via HTTP. | David Robillard | 1 | -2/+6 |