summaryrefslogtreecommitdiffstats
path: root/src/gui/PropertiesWindow.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Clean up includes in guiDavid Robillard1-10/+27
2020-12-14Fix unnecessary parameter copying overheadDavid Robillard1-2/+2
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-18/+17
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-5/+7
2018-09-23Use override specifiersDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-8/+8
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-11/+11
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-01Support adding datatype properties.David Robillard1-0/+5
2015-03-28Unify value widgets in properties dialog.David Robillard1-17/+12
2015-03-28Improve properties window.David Robillard1-2/+11
2013-06-09Support removing properties from the properties dialog.David Robillard1-11/+14
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-5/+5
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-18/+17
2012-08-18Node => BlockDavid Robillard1-1/+1
2012-07-29Add UI for adding arbitrary object properties to properties dialog.David Robillard1-2/+22
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+6
2012-05-11Add missing includes.David Robillard1-0/+2
2012-04-28Remove using declarations from headers.David Robillard1-12/+13
2012-04-22Fix crash when showing properties window (fix #828).David Robillard1-17/+4
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-4/+6
2011-05-13Make models const in client code.David Robillard1-11/+12
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+0
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-20Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...David Robillard1-0/+1
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-0/+3
2010-01-28Universal properties window.David Robillard1-0/+96