summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Fix broadcasting to several clients.David Robillard1-1/+1
2015-02-08Don't complain about missing ports when deleting things.David Robillard1-1/+1
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard5-30/+48
2015-02-08Server-side copy paste with LV2 state support.David Robillard4-61/+94
2015-02-08Update embedded Gtk style to match blocks.David Robillard1-8/+8
2015-02-07Fix crash when properties window object goes away.David Robillard1-0/+1
2015-02-07Add configure options for stripped down builds.David Robillard1-1/+16
2015-01-15Node bypass.David Robillard4-0/+32
2014-11-17Fix a few minor/unlikely memory errors.David Robillard3-0/+22
2014-08-31Use float sequences for sample-accurate control ports.David Robillard4-2/+16
2014-08-30Disable sprung layout initially.David Robillard3-8/+2
2014-08-30Fix renaming symbol and label at the same time.David Robillard1-6/+6
2014-08-29Use complete Gtk style from file for embedded UIs.David Robillard4-20/+169
2014-08-28Don't show value menu items for control outputs.David Robillard1-5/+6
2014-08-10Fix memory errors when destroying graph view.David Robillard2-0/+7
2014-08-09Fix initial size of properties window.David Robillard1-7/+6
2014-08-09Improve object context menu.David Robillard5-52/+80
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard10-39/+53
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-8/+8
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-5/+5
2014-07-13Fix building against Lilv in a non-standard location (fix #972).David Robillard1-1/+1
2014-05-04Fix compilation error (missing serd flags) (fix #970).David Robillard1-1/+1
2014-04-27Add support for sprung layout to Patchage.David Robillard1-2/+2
2014-04-26Fix library dependencies.David Robillard1-1/+1
2014-04-26Clean up Ganv API.David Robillard1-1/+1
2014-03-31Add zoom full and font size commands to Ingen.David Robillard3-4/+93
2014-03-17Tidy up draw dialog code.David Robillard1-13/+9
2014-03-16Allow user to enable or disable sprung layout.David Robillard4-9/+63
2014-03-15Clean up public canvas interface.David Robillard1-1/+1
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-1/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard30-127/+123
2014-01-24Show toggle ports with checkboxes initially.David Robillard1-1/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard6-254/+22
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard3-6/+22
2014-01-18Fix some minor issues found by clang.David Robillard1-1/+0
2014-01-18Consolidate URIs.David Robillard9-18/+20
2014-01-07Factor out plugin menu code into a separate class.David Robillard5-176/+265
2014-01-07Remove unused plugin icon stuff.David Robillard3-73/+0
2014-01-07Distinguish Ingen graphs in Plugin menu with a gear.David Robillard2-35/+41
2014-01-04Set documentation pane position to maximum to hide in LV2 GUI.David Robillard1-0/+7
2014-01-04Fix documentation pane.David Robillard2-8/+14
2014-01-04Fix control updating with animated canvas.David Robillard2-9/+3
2014-01-04Fast path for Port::on_value_changed when value is non-float or unchanged.David Robillard1-6/+13
2014-01-04Make only control inputs controllable by user.David Robillard1-0/+2
2014-01-03Make graph input ports controllable outputs and remove double port kludge.David Robillard1-7/+5
2013-12-31Disallow connecting to control inputs.David Robillard1-1/+2
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-0/+3
2013-11-01Don't notify UIs about null atom port values (partially address #935).David Robillard1-1/+1
2013-11-01Remove unused typedefs.David Robillard1-1/+0
2013-08-20Remove unused class members.David Robillard1-1/+0