Age | Commit message (Expand) | Author | Files | Lines |
2015-02-14 | Fix quit via window close. | David Robillard | 5 | -16/+17 |
2015-02-14 | Fix save issues. | David Robillard | 2 | -8/+13 |
2015-02-14 | Clean up save dialog stuff. | David Robillard | 2 | -35/+41 |
2015-02-14 | Confirm quit on last window close. | David Robillard | 2 | -1/+9 |
2015-02-14 | Fix close and quit keybindings. | David Robillard | 1 | -2/+2 |
2015-02-14 | Use the same border width for ports and modules. | David Robillard | 1 | -1/+0 |
2015-02-14 | Build method documentation page. | David Robillard | 1 | -1/+2 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 10 | -60/+38 |
2015-02-09 | Stable sort update only by depth to preserve port order. | David Robillard | 2 | -6/+10 |
2015-02-08 | Don't complain about missing ports when deleting things. | David Robillard | 4 | -6/+8 |
2015-02-08 | Add man page. | David Robillard | 2 | -0/+82 |
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 5 | -30/+48 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 50 | -461/+848 |
2015-02-08 | Update embedded Gtk style to match blocks. | David Robillard | 1 | -8/+8 |
2015-02-07 | Add missing files. | David Robillard | 2 | -0/+173 |
2015-02-07 | Fix crash when properties window object goes away. | David Robillard | 1 | -0/+1 |
2015-02-07 | Add configure options for stripped down builds. | David Robillard | 2 | -36/+56 |
2015-02-07 | Demodularize socket stuff. | David Robillard | 17 | -318/+114 |
2015-02-06 | Portable pthread flags checks. | David Robillard | 1 | -0/+10 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 12 | -70/+61 |
2015-02-05 | Fix events at end of cycle. | David Robillard | 1 | -4/+8 |
2015-02-05 | Fix sequence=>sequence connections. | David Robillard | 2 | -1/+3 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 2 | -3/+10 |
2015-01-25 | Upgrade to r100/autowaf. | David Robillard | 2 | -5/+7 |
2015-01-16 | Upgrade to r99/autowaf (fix documentation paths). | David Robillard | 1 | -4/+4 |
2015-01-16 | Add standard version flag. | David Robillard | 2 | -0/+15 |
2015-01-16 | Prevent build directory path clashes. | David Robillard | 2 | -2/+2 |
2015-01-16 | Fix socket module compilation. | David Robillard | 1 | -1/+1 |
2015-01-15 | Node bypass. | David Robillard | 8 | -9/+94 |
2015-01-09 | Add --no-python configure option. | David Robillard | 1 | -2/+6 |
2015-01-09 | Don't use pointless autowaf.check_header wrapper. | David Robillard | 1 | -4/+4 |
2015-01-03 | Fix Ingen Python configuration. | David Robillard | 1 | -0/+1 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 4 | -13/+15 |
2014-11-19 | Make ingenams work with Python3 and other versions of rdflib. | David Robillard | 2 | -6/+7 |
2014-11-17 | Add support for pitch bend and channel/note pressure. | David Robillard | 3 | -3/+61 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 7 | -15/+41 |
2014-11-17 | Add support for MCV and ADVMCV in ingenams. | David Robillard | 1 | -12/+27 |
2014-11-17 | Fix broken call for scala modules. | David Robillard | 1 | -3/+2 |
2014-11-10 | Fix help text. | David Robillard | 1 | -1/+1 |
2014-11-06 | Fix compilation with compilers that fail to convert boost::optional to bool (... | David Robillard | 1 | -3/+3 |
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 | 2 | -2/+14 |
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 |