Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-02 | Fix status bar text for subgraph ports | David Robillard | 1 | -3/+4 | |
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 1 | -1/+1 | |
2016-10-02 | Fix whitespace | David Robillard | 2 | -1/+2 | |
2016-10-02 | Fix display of initial port values | David Robillard | 2 | -1/+9 | |
2016-10-02 | Fix unit test responses and ensure events succeed | David Robillard | 1 | -1/+1 | |
2016-10-02 | Show audio and load information in status line | David Robillard | 6 | -44/+170 | |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 5 | -7/+50 | |
2016-10-01 | Fix flushing many message window lines at once | David Robillard | 1 | -15/+17 | |
2016-09-18 | Fix undo of large pastes | David Robillard | 1 | -0/+4 | |
2016-09-18 | Add fancy communication logging | David Robillard | 2 | -0/+26 | |
2016-09-11 | Use URIDs for prototypes | David Robillard | 3 | -10/+6 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 3 | -7/+7 | |
2016-08-01 | Show colorized log output in messages window | David Robillard | 4 | -19/+117 | |
2016-07-30 | Add undo support | David Robillard | 4 | -3/+55 | |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 3 | -31/+10 | |
Fix the semantics of PUT events for existing objects to match the documentation. | |||||
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 1 | -1/+0 | |
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 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 4 | -4/+33 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use URIDs almost everywhere | David Robillard | 4 | -18/+12 | |
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 | |||||
2015-10-25 | Fix explicit sequence port monitoring | David Robillard | 1 | -0/+5 | |
Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 2 | -9/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Remove excess toolbar buttons | David Robillard | 5 | -55/+23 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5773 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-23 | Fix errors on C-a Delete | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5772 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-02 | Don't connect twice to server on initial load. | David Robillard | 1 | -1/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5734 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-29 | Fix more URI conversion issues. | David Robillard | 1 | -1/+1 | |
Fixes #1088. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5733 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-17 | Fix plugin GUI controls in separate windows. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5731 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-04 | Fix various atom conversion issues. | David Robillard | 2 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5719 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Fix crash when clicking activate before connection. | David Robillard | 2 | -0/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5716 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Avoid map::emplace to accomodate old GCC. | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5714 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 1 | -4/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5709 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -1/+1 | |
Fixes issue #1074. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5704 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 5 | -62/+98 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 3 | -5/+5 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 3 | -6/+28 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-11 | Fix crash on failed plugin UI instantiation. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5674 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Hide close/quit menu items in plugin GUI. | David Robillard | 5 | -6/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5669 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Add mnemonics for value menu. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5665 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Allow editing generic properties. | David Robillard | 2 | -11/+34 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5664 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Fix whitespace. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5654 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 58 | -58/+58 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 2 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-01 | Support adding datatype properties. | David Robillard | 4 | -35/+126 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5649 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 11 | -349/+548 | |
This shows the fancy URI selector for URI properties, and can show numeric controls for the property-to-add. The ontologies need some work, along with smarter widget creation, before the latter will actually be useful. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5648 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Improve properties window. | David Robillard | 5 | -53/+220 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-16 | Fix launching GUI with no engine. | David Robillard | 3 | -112/+165 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5640 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-15 | Bevel edges of sequence ports. | David Robillard | 2 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5633 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-15 | Brighten light theme for printing. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5632 a436a847-0d15-0410-975c-d299462d15a1 |