Age | Commit message (Expand) | Author | Files | Lines |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -1/+1 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -25/+26 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+2 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -1/+1 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -3/+2 |
2011-09-24 | Fix crash when plugin model is not available. | David Robillard | 1 | -1/+1 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 1 | -3/+56 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -7/+15 |
2011-08-20 | Fix port and node menus | David Robillard | 1 | -1/+1 |
2011-07-04 | Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721). | David Robillard | 1 | -7/+5 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 1 | -2/+2 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -9/+8 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -1/+0 |
2011-06-03 | Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory. | David Robillard | 1 | -2/+2 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -2/+2 |
2011-05-21 | Fix Gtk warnings (avoid loading top level of UI file). | David Robillard | 1 | -2/+1 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -2/+2 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -19/+17 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -4/+6 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -13/+0 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 1 | -0/+24 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 1 | -2/+0 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -3/+2 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -18/+11 |
2010-02-04 | Change patch port label when human name changes (e.g. update label when chang... | David Robillard | 1 | -1/+6 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 1 | -3/+3 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -5/+5 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -10/+40 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -2/+2 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 1 | -2/+4 |
2010-01-28 | Universal properties window. | David Robillard | 1 | -1/+0 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -2/+2 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -14/+57 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 1 | -0/+33 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -2/+2 |
2009-11-14 | Object extension. | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -2/+2 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -2/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -8/+8 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -0/+1 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -7/+11 |
2008-11-16 | Hide subpatch module ports on destruction (fix ticket #254). | David Robillard | 1 | -13/+13 |
2008-10-12 | Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c... | David Robillard | 1 | -3/+3 |
2008-10-02 | Make --build-docs at configure time trigger documentation building at build t... | David Robillard | 1 | -1/+1 |