summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2017-03-26Add properties parameter to delete interfacenodelessDavid Robillard2-2/+2
2017-03-26Remove Node::path() and Node::symbol()David Robillard1-2/+3
2017-03-26Make Store keyed by URI instead of PathDavid Robillard1-7/+9
2017-03-26Remove Node::base_uri() methodDavid Robillard1-1/+6
2017-03-20Fix round-trip preservation of property contextsDavid Robillard3-10/+14
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard2-2/+2
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard2-10/+3
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-0/+3
2017-02-27Update glade fileDavid Robillard1-122/+19
2017-02-26Fix filtering by type in plugin selectorDavid Robillard2-3/+7
2017-02-18Kludge around broken clipboard on MacOSDavid Robillard1-1/+5
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-2/+3
2017-02-15Move Properties out of ResourceDavid Robillard23-89/+86
2017-02-15Move static path stuff to its own headerDavid Robillard7-15/+15
2016-12-04Fix initialization order warningDavid Robillard1-1/+1
2016-10-29Remove useless warningDavid Robillard1-1/+0
2016-10-29Fix minor memory issuesDavid Robillard1-0/+1
2016-10-14Don't request plugins until necessaryDavid Robillard1-2/+0
2016-10-14Fix initial display of embedded GUIsDavid Robillard2-1/+26
2016-10-14Simplify port model codeDavid Robillard3-31/+26
2016-10-06Add plugin state savingDavid Robillard2-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-02Fix status bar text for subgraph portsDavid Robillard1-3/+4
2016-10-02Fix saving and loading subgraphsDavid Robillard1-1/+1
2016-10-02Fix whitespaceDavid Robillard2-1/+2
2016-10-02Fix display of initial port valuesDavid Robillard2-1/+9
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-10-02Show audio and load information in status lineDavid Robillard6-44/+170
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard5-7/+50
2016-10-01Fix flushing many message window lines at onceDavid Robillard1-15/+17
2016-09-18Fix undo of large pastesDavid Robillard1-0/+4
2016-09-18Add fancy communication loggingDavid Robillard2-0/+26
2016-09-11Use URIDs for prototypesDavid Robillard3-10/+6
2016-08-17Rename main graph and control/notify portsDavid Robillard3-7/+7
2016-08-01Show colorized log output in messages windowDavid Robillard4-19/+117
2016-07-30Add undo supportDavid Robillard4-3/+55
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard3-31/+10
Fix the semantics of PUT events for existing objects to match the documentation.
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-1/+0
2016-03-14Add key binding for moving to parent graphDavid Robillard3-3/+31
2016-03-14Fix context menu position when using keyboardDavid Robillard2-17/+31
2016-03-14Update external graph ports when name is changedDavid Robillard1-4/+4
More generally, track property changes for all ports, not just controllable ports.
2016-03-14Enable graph port menu items in external viewDavid Robillard2-7/+8
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard4-4/+33
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1
2015-10-26Use URIDs almost everywhereDavid Robillard4-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-25Fix explicit sequence port monitoringDavid Robillard1-0/+5
Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard2-9/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Remove excess toolbar buttonsDavid Robillard5-55/+23
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5773 a436a847-0d15-0410-975c-d299462d15a1
2015-10-23Fix errors on C-a DeleteDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5772 a436a847-0d15-0410-975c-d299462d15a1
2015-10-02Don't connect twice to server on initial load.David Robillard1-1/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5734 a436a847-0d15-0410-975c-d299462d15a1
2015-09-29Fix more URI conversion issues.David Robillard1-1/+1
Fixes #1088. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5733 a436a847-0d15-0410-975c-d299462d15a1
2015-09-17Fix plugin GUI controls in separate windows.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5731 a436a847-0d15-0410-975c-d299462d15a1