Age | Commit message (Expand) | Author | Files | Lines |
2010-02-04 | Consistent name (property_changed) for ObjectModel::signal_property handlers. | David Robillard | 10 | -19/+19 |
2010-02-04 | Follow lv2:name for nodes as well (when human names are visible). | David Robillard | 1 | -3/+13 |
2010-02-04 | Change patch port label when human name changes (e.g. update label when chang... | David Robillard | 3 | -10/+15 |
2010-02-04 | Fix crash on port rename (fix ticket #478). | David Robillard | 1 | -1/+1 |
2010-02-04 | ... but not in python :) | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 19 | -44/+43 |
2010-02-04 | Use full URIs where necessary (fix lost properties bugs). | David Robillard | 1 | -4/+4 |
2010-02-04 | MIDI feedback. | David Robillard | 8 | -135/+273 |
2010-02-03 | Responder => Request, and handle EventSource unblocking from Request (simplif... | David Robillard | 54 | -389/+381 |
2010-02-03 | Make human names work with LADSPA plugins as well (fix ticket #477). | David Robillard | 8 | -87/+81 |
2010-02-03 | Fix connecting via HTTP (partially, GUI shows up at least...). | David Robillard | 1 | -4/+1 |
2010-02-03 | Consistent message style. | David Robillard | 1 | -3/+3 |
2010-02-03 | Only bind notes to toggle controls, so it is possible to bind non-toggle cont... | David Robillard | 2 | -2/+10 |
2010-02-03 | Binding of MIDI notes to toggle parameters. | David Robillard | 5 | -9/+43 |
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 | 9 | -13/+33 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 76 | -549/+619 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 78 | -396/+586 |
2010-02-02 | Use Glib quarks to implement LV2 URI Map extension. | David Robillard | 2 | -27/+9 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 36 | -196/+29 |
2010-02-01 | Fix leaks and an iterator error found by cppcheck. | David Robillard | 4 | -3/+15 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 159 | -474/+473 |
2010-01-30 | Tidy. | David Robillard | 1 | -2/+2 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 24 | -75/+204 |
2010-01-29 | Remove references to deleted ports with control bindings (fix crash when appl... | David Robillard | 4 | -19/+58 |
2010-01-29 | Send binding information to client. | David Robillard | 17 | -8/+310 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 47 | -145/+365 |
2010-01-28 | Don't load ingen:node and lv2:port as properties (so they don't show up in pr... | David Robillard | 2 | -0/+14 |
2010-01-28 | Shrink code (generic Control::enable and Control::disable by iterating over b... | David Robillard | 2 | -63/+20 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 9 | -38/+38 |
2010-01-28 | Trim cruft. | David Robillard | 1 | -8/+1 |
2010-01-28 | Ssshhh. | David Robillard | 1 | -1/+0 |
2010-01-28 | Universal properties window. | David Robillard | 18 | -746/+553 |
2010-01-22 | Use FlowCanvas centering code. | David Robillard | 1 | -6/+2 |
2010-01-18 | Make path and URI selectable in node properties window (fix ticket #473). | David Robillard | 1 | -0/+6 |
2010-01-07 | Add missing base class virtual destructor stubs. | David Robillard | 5 | -3/+4 |
2010-01-07 | Remove cruft. | David Robillard | 1 | -21/+0 |
2010-01-07 | Fix compilation with ancient boost intrusive_ptr (fix ticket #467). | David Robillard | 2 | -2/+4 |
2010-01-07 | Virtual destructor for EventSource. | David Robillard | 1 | -1/+1 |
2010-01-07 | Better log output. | David Robillard | 7 | -25/+26 |
2010-01-07 | Remove excessive debug output of compiled patch order. | David Robillard | 1 | -12/+0 |
2010-01-07 | Fix HTTP and OSC (make EventSource::activate_source virtual again). | David Robillard | 1 | -2/+2 |
2010-01-07 | Consistent debug output for LV2URIMap. | David Robillard | 1 | -2/+4 |
2010-01-07 | Quit cleanly from connect dialog when not connected to engine. | David Robillard | 6 | -72/+50 |
2010-01-07 | Fix compilation with --log-debug. | David Robillard | 6 | -8/+19 |
2010-01-07 | Shrink ClientBroadcaster code via macro. | David Robillard | 3 | -149/+47 |
2010-01-07 | Make ClientBroadcaster itself a ClientInterface. | David Robillard | 10 | -39/+94 |
2010-01-07 | Merge QueuedEventSource and EventSource. | David Robillard | 18 | -132/+69 |
2010-01-07 | Tidy. | David Robillard | 23 | -171/+30 |
2010-01-06 | Fix warnings about ScrolledWindow / ViewPort. | David Robillard | 1 | -11/+3 |