Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 2 | -2/+2 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 2 | -10/+3 | |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -0/+3 | |
2017-02-27 | Update glade file | David Robillard | 1 | -122/+19 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 2 | -3/+7 | |
2017-02-18 | Kludge around broken clipboard on MacOS | David Robillard | 1 | -1/+5 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -2/+3 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 23 | -89/+86 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 7 | -15/+15 | |
2016-12-04 | Fix initialization order warning | David Robillard | 1 | -1/+1 | |
2016-10-29 | Remove useless warning | David Robillard | 1 | -1/+0 | |
2016-10-29 | Fix minor memory issues | David Robillard | 1 | -0/+1 | |
2016-10-14 | Don't request plugins until necessary | David Robillard | 1 | -2/+0 | |
2016-10-14 | Fix initial display of embedded GUIs | David Robillard | 2 | -1/+26 | |
2016-10-14 | Simplify port model code | David Robillard | 3 | -31/+26 | |
2016-10-06 | Add plugin state saving | David Robillard | 2 | -10/+23 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. | |||||
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 |