Age | Commit message (Expand) | Author | Files | Lines |
2012-04-24 | Give canvas focus by default so keyboard commands work. | David Robillard | 1 | -11/+2 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 1 | -14/+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 | -0/+1 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -638/+9 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -1/+3 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-12-08 | Make canvas direction a property. | David Robillard | 1 | -2/+2 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -1/+1 |
2011-11-29 | Remove all centering stuff. Nothing but trouble. | David Robillard | 1 | -1/+1 |
2011-10-22 | Remove remote patch stuff (doesn't work anyway). | David Robillard | 1 | -22/+0 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -41/+49 |
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-01 | Tidy. | David Robillard | 1 | -9/+10 |
2011-10-01 | Hide documentation pane on initial show. | David Robillard | 1 | -2/+2 |
2011-10-01 | Support scrolling in HTML view. | David Robillard | 1 | -7/+7 |
2011-10-01 | Saner default size for initial show of documentation pane. | David Robillard | 1 | -0/+8 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -10/+43 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 1 | -1/+3 |
2011-08-20 | Fix port and node menus | David Robillard | 1 | -4/+4 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -6/+5 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -2/+2 |
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 |