Age | Commit message (Expand) | Author | Files | Lines |
2014-09-02 | Fix polyphonic subgraph outputs in a monophonic parent graph. | David Robillard | 8 | -15/+46 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 40 | -200/+630 |
2014-08-30 | Disable sprung layout initially. | David Robillard | 3 | -8/+2 |
2014-08-30 | Fix renaming symbol and label at the same time. | David Robillard | 1 | -6/+6 |
2014-08-29 | Add compile-time feature to log URID mapping. | David Robillard | 1 | -2/+10 |
2014-08-29 | Use complete Gtk style from file for embedded UIs. | David Robillard | 4 | -20/+169 |
2014-08-28 | Clean up code documentation. | David Robillard | 4 | -27/+22 |
2014-08-28 | Don't show value menu items for control outputs. | David Robillard | 1 | -5/+6 |
2014-08-10 | Fix memory errors when destroying graph view. | David Robillard | 2 | -0/+7 |
2014-08-10 | Fix some memory leaks. | David Robillard | 5 | -1/+14 |
2014-08-09 | Support plugins which require lv2:isLive. | David Robillard | 1 | -0/+4 |
2014-08-09 | Fix initial size of properties window. | David Robillard | 1 | -7/+6 |
2014-08-09 | Improve object context menu. | David Robillard | 5 | -52/+80 |
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 10 | -39/+53 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 9 | -19/+15 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 4 | -9/+9 |
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -2/+2 |
2014-08-08 | Don't pass dynamic string as format string to log printf. | David Robillard | 1 | -3/+3 |
2014-07-13 | Only use old 2-argument version of Glib::build_filename (fix #971). | David Robillard | 1 | -3/+5 |
2014-07-13 | Fix building against Lilv in a non-standard location (fix #972). | David Robillard | 1 | -1/+1 |
2014-05-05 | Add support for Jack CV via metadata. | David Robillard | 2 | -2/+71 |
2014-05-04 | Fix compilation error (missing serd flags) (fix #970). | David Robillard | 1 | -1/+1 |
2014-04-27 | Add support for sprung layout to Patchage. | David Robillard | 1 | -2/+2 |
2014-04-26 | Fix library dependencies. | David Robillard | 2 | -3/+3 |
2014-04-26 | Clean up Ganv API. | David Robillard | 1 | -1/+1 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 8 | -2/+65 |
2014-03-31 | Add zoom full and font size commands to Ingen. | David Robillard | 3 | -4/+93 |
2014-03-31 | Yet another attempt at fixing event deadlock issues. | David Robillard | 2 | -26/+32 |
2014-03-31 | Fix running GUI remotely and as an LV2 plugin. | David Robillard | 1 | -9/+2 |
2014-03-30 | Hopefully fix dead lock issues with locked events. | David Robillard | 2 | -17/+24 |
2014-03-29 | Eliminate long-term lock from Get event. | David Robillard | 2 | -77/+124 |
2014-03-17 | Tidy up draw dialog code. | David Robillard | 1 | -13/+9 |
2014-03-16 | Allow user to enable or disable sprung layout. | David Robillard | 5 | -9/+64 |
2014-03-15 | Clean up public canvas interface. | David Robillard | 1 | -1/+1 |
2014-03-15 | Hopefully fix potential deadlocks with mass deletes (fix #962). | David Robillard | 1 | -3/+10 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 5 | -17/+9 |
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 2 | -16/+31 |
2014-02-01 | Set correct size for sequence output buffers. | David Robillard | 1 | -1/+1 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-02-01 | Always monitor sequence ports that are explicitly monitored. | David Robillard | 1 | -1/+3 |
2014-02-01 | Check to make sure plugin matches for ui:notifications to avoid redundant mes... | David Robillard | 1 | -0/+11 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 6 | -36/+81 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 69 | -208/+176 |
2014-01-24 | Show toggle ports with checkboxes initially. | David Robillard | 1 | -1/+1 |
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -4/+3 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 14 | -302/+96 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 10 | -71/+111 |
2014-01-18 | Fix some minor issues found by clang. | David Robillard | 3 | -7/+6 |