Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -1/+2 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -16/+18 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -6/+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 | -40/+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/+1 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 1 | -0/+31 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-07 | Fix module context menus (only steal patch window events for key events). | David Robillard | 1 | -1/+6 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 1 | -5/+6 |
2010-03-04 | Fix non-canvas key bindings (alt-f for file and such). | David Robillard | 1 | -4/+1 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 1 | -24/+7 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 1 | -34/+49 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 1 | -1/+1 |
2010-02-26 | Arrange at the top left and scroll to top left corner by default. | David Robillard | 1 | -2/+0 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -12/+11 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 1 | -1/+0 |
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 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -5/+7 |
2010-01-28 | Universal properties window. | David Robillard | 1 | -1/+0 |
2010-01-22 | Use FlowCanvas centering code. | David Robillard | 1 | -6/+2 |
2010-01-07 | Quit cleanly from connect dialog when not connected to engine. | David Robillard | 1 | -37/+1 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -1/+0 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -10/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -23/+41 |
2009-11-16 | Make all windows respond to ctrl+w. | David Robillard | 1 | -1/+1 |
2009-06-06 | Fix window titles. | David Robillard | 1 | -1/+1 |
2009-06-03 | Put breadcrumb stuff all in one place. | David Robillard | 1 | -11/+11 |
2009-06-03 | BreadCrumbBox => BreadCrumbs. | David Robillard | 1 | -1/+1 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -9/+8 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -32/+32 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -0/+2 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -3/+3 |
2009-05-11 | * New ontology. | David Robillard | 1 | -29/+49 |
2009-05-10 | Show current value for all ports (not just plugin node ports) in status bar o... | David Robillard | 1 | -8/+11 |
2008-12-20 | Fix window closing stuff (fix ticket #296). | David Robillard | 1 | -14/+37 |
2008-11-30 | Some support for bundle saving. | David Robillard | 1 | -21/+23 |
2008-11-28 | Add File->Draw to render patch to graphviz (which can then be used to draw to... | David Robillard | 1 | -0/+46 |
2008-11-27 | ... | David Robillard | 1 | -2/+0 |
2008-11-27 | Replace "modes" with boolean "edit controls" in tooltips etc. | David Robillard | 1 | -19/+28 |
2008-11-27 | Make use of status bar. | David Robillard | 1 | -10/+30 |
2008-11-24 | Fix crash on mouse over of subpatches. | David Robillard | 1 | -1/+2 |
2008-11-22 | Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord... | David Robillard | 1 | -6/+4 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 1 | -0/+50 |
2008-11-22 | Add option to hide port labels. | David Robillard | 1 | -0/+18 |
2008-11-16 | Remember patch save file location in client (fix ticket #239). | David Robillard | 1 | -13/+7 |