Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Fix crash when loading polyphonic patches. | David Robillard | 1 | -4/+9 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -4/+4 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+1 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
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 | -0/+3 |
2012-04-23 | Fix polyphony widgets (fix #664). | David Robillard | 1 | -1/+9 |
2012-04-22 | Remove edit mode. | David Robillard | 1 | -28/+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/+7 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -6/+8 |
2011-12-05 | Move event handling down to C level. | David Robillard | 1 | -2/+2 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 1 | -2/+2 |
2011-11-28 | Make Item no longer a Gnome::Canvas::Group. | David Robillard | 1 | -0/+4 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -9/+15 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-21 | Load UI file from window level (fixes unparented widget warnings). | David Robillard | 1 | -1/+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 | -4/+4 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -5/+6 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -4/+7 |
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-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -4/+0 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -1/+1 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 1 | -1/+0 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 1 | -1/+1 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -3/+6 |
2010-01-28 | Universal properties window. | David Robillard | 1 | -1/+0 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -13/+3 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -9/+0 |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 1 | -1/+1 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -4/+4 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -3/+2 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 1 | -8/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -9/+9 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -3/+6 |
2009-05-11 | * New ontology. | David Robillard | 1 | -2/+13 |
2009-05-10 | Show current value for all ports (not just plugin node ports) in status bar o... | David Robillard | 1 | -3/+1 |
2008-11-27 | Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the ... | David Robillard | 1 | -3/+3 |
2008-11-27 | Replace "modes" with boolean "edit controls" in tooltips etc. | David Robillard | 1 | -2/+7 |
2008-11-27 | Make use of status bar. | David Robillard | 1 | -8/+20 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 1 | -1/+26 |
2008-11-17 | Fix initial active state of created subpatches. | David Robillard | 1 | -2/+6 |