Age | Commit message (Expand) | Author | Files | Lines |
2011-09-23 | Fix patch port canvas positioning across save/load. | David Robillard | 1 | -7/+5 |
2011-09-06 | Fix crash when clicking patch modules (fix #769). | David Robillard | 1 | -1/+4 |
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 | -4/+5 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 1 | -4/+4 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -13/+3 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -17/+16 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -3/+3 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 1 | -8/+8 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -4/+4 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -3/+1 |
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 | -7/+8 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -7/+9 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -1/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -2/+2 |
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-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 | -1/+14 |
2011-02-22 | Tidy. | David Robillard | 1 | -16/+30 |
2011-02-22 | Better PluginUI abstraction. | David Robillard | 1 | -11/+5 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -3/+1 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -1/+0 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491). | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -1/+1 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -3/+3 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 1 | -5/+1 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -4/+7 |
2010-02-04 | Consistent name (property_changed) for ObjectModel::signal_property handlers. | David Robillard | 1 | -4/+4 |
2010-02-04 | Follow lv2:name for nodes as well (when human names are visible). | David Robillard | 1 | -3/+13 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -1/+1 |
2010-02-03 | Make human names work with LADSPA plugins as well (fix ticket #477). | David Robillard | 1 | -9/+14 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -2/+3 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -29/+27 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 1 | -6/+6 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -6/+6 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -5/+6 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -3/+15 |
2009-11-12 | String port support. | David Robillard | 1 | -10/+13 |
2009-06-06 | Fix window titles. | David Robillard | 1 | -0/+1 |
2009-05-30 | Set plugin GUI window's role to "plugin_ui" (for WM kludges etc). | David Robillard | 1 | -0/+1 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 1 | -1/+0 |
2009-05-28 | Fix property saving to/from file (e.g. module locations). | David Robillard | 1 | -0/+1 |
2009-05-28 | Send both coordinates of a module move as a single PUT. | David Robillard | 1 | -2/+4 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -8/+7 |