Age | Commit message (Expand) | Author | Files | Lines |
2012-04-23 | Remove cruft. | David Robillard | 1 | -25/+0 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -5/+0 |
2012-04-05 | Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827). | David Robillard | 1 | -6/+3 |
2012-04-05 | Fix wonky controls when plugin GUI is open (fix #822). | David Robillard | 1 | -6/+9 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -4/+4 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -13/+13 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -2/+2 |
2012-03-12 | Make port controls actually do something. | David Robillard | 1 | -34/+34 |
2011-12-08 | Clean up port event stuff. | David Robillard | 1 | -7/+29 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -8/+8 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -6/+6 |
2011-12-01 | Fix compilation. | David Robillard | 1 | -3/+3 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 1 | -0/+9 |
2011-11-28 | Independent control of corner radiuses. | David Robillard | 1 | -1/+3 |
2011-11-28 | Implement port boxes as a custom gnomecanvas C widget. | David Robillard | 1 | -5/+3 |
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 |