summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-12Lint.David Robillard3-4/+4
2013-01-11Use range-based for loops where possible.David Robillard14-118/+99
2013-01-11Use type safe enumerations.David Robillard11-39/+39
2013-01-11C++11-safe conversions.David Robillard9-16/+28
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard2-2/+7
2013-01-08Re-enable node documentation.David Robillard8-57/+66
2013-01-08Don't highlight fill colour on mouse hover.David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard6-163/+347
2012-12-29"edge" => "arc".David Robillard5-51/+51
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard2-7/+7
2012-12-22Add mirror input for patch control inputs so they are controllable from the c...David Robillard1-0/+5
2012-12-22More sophisticated domain and range handling for properties dialog.David Robillard1-51/+98
2012-12-21Show properties with no domain in add selector of properties dialog.David Robillard1-2/+3
2012-12-21Provide access to properties window for Graphs from canvas menu.David Robillard4-6/+32
2012-12-21Strip trailing whitespace.David Robillard2-2/+2
2012-12-21Add canvas menu items for adding CV ports.David Robillard3-1/+31
2012-12-21Fix UI operation via socket.David Robillard1-1/+1