Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-01 | Use consistent feature test macros | David Robillard | 2 | -2/+2 | |
2016-08-01 | Fix compilation on OSX | David Robillard | 3 | -6/+8 | |
2016-08-01 | Show colorized log output in messages window | David Robillard | 7 | -20/+133 | |
2016-08-01 | Implement LV2 log extension as host | David Robillard | 8 | -35/+160 | |
Only print color logs if output is a terminal. | |||||
2016-07-31 | Support thread-safe state restoration | David Robillard | 8 | -26/+80 | |
2016-07-31 | Reduce duplicated code | David Robillard | 4 | -23/+12 | |
2016-07-30 | Add undo support | David Robillard | 54 | -98/+1167 | |
2016-07-30 | Fix stall by making PreProcessor tick periodically | David Robillard | 1 | -1/+5 | |
I am not sure exactly what scenarios cause this to happen, every event should post to the semaphore, but having the PreProcessor thread tick idly doesn't hurt anything and resolves the issue. | |||||
2016-07-30 | Fix mismatched include guard | David Robillard | 1 | -3/+3 | |
2016-07-30 | Use consistent prefix order | David Robillard | 2 | -4/+4 | |
2016-07-30 | Clean up tests | David Robillard | 4 | -25/+33 | |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 2 | -12/+12 | |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 5 | -47/+15 | |
Fix the semantics of PUT events for existing objects to match the documentation. | |||||
2016-07-29 | Save bundled graphs to graph.ttl by default | David Robillard | 4 | -16/+10 | |
This avoids a lot of hassle with filename construction and renaming, while ensuring that the internal structure of any graph bundle is the same. | |||||
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 6 | -23/+7 | |
2016-07-27 | Add unit tests for Copy | David Robillard | 4 | -1/+33 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 4 | -25/+16 | |
2016-07-24 | Fix test suite when run recursively | David Robillard | 1 | -1/+2 | |
2016-07-24 | Fix crash when initial test graph does not exist | David Robillard | 1 | -5/+11 | |
2016-07-11 | Improve test framework | David Robillard | 1 | -4/+4 | |
2016-07-09 | Clean up test output | David Robillard | 1 | -3/+7 | |
2016-07-09 | Upgrade to waf 1.8.22 and autowaf 93d0926 | David Robillard | 1 | -7/+7 | |
2016-03-14 | Add key binding for moving to parent graph | David Robillard | 3 | -3/+31 | |
2016-03-14 | Fix context menu position when using keyboard | David Robillard | 2 | -17/+31 | |
2016-03-14 | Update external graph ports when name is changed | David Robillard | 1 | -4/+4 | |
More generally, track property changes for all ports, not just controllable ports. | |||||
2016-03-14 | Enable graph port menu items in external view | David Robillard | 2 | -7/+8 | |
2016-03-14 | Load default plugin state | David Robillard | 5 | -0/+25 | |
Based on a patch from Hanspeter Portner. | |||||
2016-03-14 | Remove arcs in client store on object deletion | David Robillard | 1 | -16/+18 | |
Fix #1120. | |||||
2016-03-14 | Add missing client store debug dumps | David Robillard | 1 | -0/+13 | |
2016-01-17 | Fix CPU overload with some CV to control arcs | David Robillard | 1 | -11/+11 | |
2016-01-16 | Fix CV to control connections | David Robillard | 1 | -9/+21 | |
This needs a more sophisticated fix, since splitting cycles on every CV value change isn't feasible much/most of the timel | |||||
2015-12-04 | Omit extension from default doap:name for graphs | David Robillard | 1 | -1/+2 | |
2015-11-30 | Use jack_port_rename() if available | David Robillard | 2 | -0/+10 | |
Closes #1075. | |||||
2015-11-30 | Fix Node::uri_is_path() | David Robillard | 1 | -3/+1 | |
This prevented the GUI from starting at all since the root graph could not be found, not sure how this one slipped through... | |||||
2015-11-23 | Fix parsing prefixed names in response stream | David Robillard | 1 | -2/+22 | |
Fixes #1054 | |||||
2015-11-23 | Fix crash when request contains invalid path URI | David Robillard | 2 | -3/+14 | |
Fixes #1108 | |||||
2015-11-08 | Fix Raul configure check (oops) | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5816 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-11-08 | Add support for instance-access and data-access | David Robillard | 6 | -2/+122 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-11-08 | Gracefully handle UNIX socket after a crash | David Robillard | 1 | -3/+59 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5814 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-11-08 | Fix ingenish for Python 3 | David Robillard | 2 | -4/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5811 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 23 | -186/+395 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Add protocol for loading and unloading bundles | David Robillard | 5 | -2/+69 | |
Currently this is only really useful for refreshing updated bundles. It will trigger the appropriate load and unload in the Lilv world, but the set of plugins and presets is not updated and clients will not be notified of any changes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5807 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Remove unused variable | David Robillard | 1 | -4/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5806 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Make ingen.py and ingenish able to control anything | David Robillard | 2 | -45/+64 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5805 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix bypass where mixing is required | David Robillard | 1 | -0/+6 | |
Fixes #1058 git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5804 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-27 | Remove unused variable | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5794 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Fix uninitialized buffer pointer | David Robillard | 1 | -0/+1 | |
Fixes #1103. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5793 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use a set for providers and dependants | David Robillard | 3 | -19/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5790 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use consistant names for incident ports | David Robillard | 2 | -53/+53 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5789 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use URIDs almost everywhere | David Robillard | 11 | -39/+24 | |
This fixes some issues where types are lost after saving and re-loading many times. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5788 a436a847-0d15-0410-975c-d299462d15a1 |