summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-04Fix various atom conversion issues.David Robillard2-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5719 a436a847-0d15-0410-975c-d299462d15a1
2015-08-29Fix crash when clicking activate before connection.David Robillard2-0/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5716 a436a847-0d15-0410-975c-d299462d15a1
2015-08-29Avoid map::emplace to accomodate old GCC.David Robillard1-7/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5714 a436a847-0d15-0410-975c-d299462d15a1
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard1-4/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5709 a436a847-0d15-0410-975c-d299462d15a1
2015-08-12Fix URI comparison issues.David Robillard1-1/+1
Fixes issue #1074. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5704 a436a847-0d15-0410-975c-d299462d15a1
2015-08-12Server-side presets.David Robillard5-62/+98
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard3-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-23Prevent concurrent Sord access.David Robillard3-6/+28
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1
2015-04-11Fix crash on failed plugin UI instantiation.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5674 a436a847-0d15-0410-975c-d299462d15a1
2015-04-05Hide close/quit menu items in plugin GUI.David Robillard5-6/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5669 a436a847-0d15-0410-975c-d299462d15a1
2015-04-05Add mnemonics for value menu.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5665 a436a847-0d15-0410-975c-d299462d15a1
2015-04-05Allow editing generic properties.David Robillard2-11/+34
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5664 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Fix whitespace.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5654 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard58-58/+58
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
2015-04-01Support adding datatype properties.David Robillard4-35/+126
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5649 a436a847-0d15-0410-975c-d299462d15a1
2015-03-28Unify value widgets in properties dialog.David Robillard11-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-28Improve properties window.David Robillard5-53/+220
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1