summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-20Remove vestigial Builder class.David Robillard1-5/+6
2013-06-09Fix zero minimum for float property values (#895).David Robillard1-2/+10
2013-06-09Support removing properties from the properties dialog.David Robillard2-18/+44
2013-06-08Show right-click menu regradless of modifier state.David Robillard1-1/+1
2013-05-31Remove zoom toolbar buttons.David Robillard3-38/+0
2013-05-26Fix port menu to allow disconnecting a single port from everything.David Robillard1-1/+0
2013-03-25Don't show menu if other buttons or modifiers are down (fix #890).David Robillard1-1/+1
2013-03-25Fix preset loading.David Robillard2-32/+36
2013-02-25Tidy.David Robillard1-1/+1
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard2-5/+23
2013-02-23Make Atom always have an LV2_Atom so it can be used in-place.David Robillard1-6/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard9-22/+21
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard28-85/+85
2013-02-09Use default float protocol for UI float controls (fix #885).David Robillard2-13/+17
2013-02-04Replace Raul::thread with std::thread.David Robillard2-9/+12
2013-02-03Port control performance improvements (further improvement for #879).David Robillard2-8/+3
2013-02-03Check for required boost headers.David Robillard2-4/+0
2013-02-03Fix compilation with Clang 3.1.David Robillard1-0/+4
2013-02-03Fix compilation with GCC 4.6.David Robillard2-27/+37
2013-02-02GUI support for integer controls.David Robillard2-8/+19
2013-02-02Show check box for toggle ports and ellipsis for enumeration (menu) ports.David Robillard1-0/+5
2013-02-02More generic Atom class.David Robillard17-70/+70
2013-02-02Fix truncation of atom events sent to plugin UIs.David Robillard2-13/+3
2013-02-02Fix drag connecting.David Robillard1-2/+2
2013-02-02Fix default status bar text when engine is local.David Robillard1-4/+9
2013-02-02Fix status bar hover text.David Robillard5-52/+19
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard4-628/+735
2013-01-22Support directly passing any type of atom to plugin UIs.David Robillard1-10/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard52-462/+452