Age | Commit message (Expand) | Author | Files | Lines |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -9/+9 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -3/+3 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -4/+2 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -1/+1 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 1 | -1/+0 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -3/+7 |
2012-04-14 | Update URIs. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -2/+2 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -2/+5 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -2/+2 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -1/+3 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -4/+6 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+2 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+1 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -1/+1 |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -2/+2 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 1 | -2/+0 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 1 | -9/+0 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -30/+40 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -1/+1 |
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 | -1/+1 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -18/+22 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -3/+3 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -10/+11 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -1/+27 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -3/+4 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -4/+4 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 1 | -4/+1 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -7/+1 |
2011-05-21 | Fix Gtk warnings (avoid loading top level of UI file). | David Robillard | 1 | -6/+4 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -6/+6 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -2/+4 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -4/+4 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -3/+3 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -4/+5 |
2011-04-18 | Saner module loading API. | 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 | -21/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-02-17 | Jack session support for ingen. | David Robillard | 1 | -2/+5 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 1 | -2/+2 |
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 | -14/+14 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 1 | -2/+0 |