summaryrefslogtreecommitdiffstats
path: root/src/gui/PropertiesWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-10/+13
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-3/+3
2019-03-08Pass World everywhere by referenceDavid Robillard1-21/+20
2018-09-23Use lowercase namespace namesDavid Robillard1-19/+19
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-24/+26
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-7/+6
2017-12-25Use auto for iteratorsDavid Robillard1-2/+2
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2016-09-11Use URIDs for prototypesDavid Robillard1-8/+4
2015-10-26Use URIDs almost everywhereDavid Robillard1-13/+8
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-01Support adding datatype properties.David Robillard1-28/+87
2015-03-28Unify value widgets in properties dialog.David Robillard1-278/+207
2015-03-28Improve properties window.David Robillard1-44/+158
2015-02-07Fix crash when properties window object goes away.David Robillard1-0/+1
2014-08-09Fix initial size of properties window.David Robillard1-7/+6
2014-01-24Fix various whitespace and formatting issues.David Robillard1-20/+20
2013-11-01Remove unused typedefs.David Robillard1-1/+0
2013-06-09Fix zero minimum for float property values (#895).David Robillard1-2/+10
2013-06-09Support removing properties from the properties dialog.David Robillard1-7/+30
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-8/+8
2013-02-02More generic Atom class.David Robillard1-6/+6
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-1/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-18/+18
2013-01-11C++11-safe conversions.David Robillard1-1/+2
2013-01-08Add support for URID ports.David Robillard1-163/+36
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 Robillard1-0/+4
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-12/+9
2012-08-16Remove all 'using namespace Raul'.David Robillard1-8/+7
2012-08-15Clean up includes.David Robillard1-1/+0
2012-08-14Update for latest Raul.David Robillard1-7/+7
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-3/+3
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-12/+12
2012-07-29Add UI for adding arbitrary object properties to properties dialog.David Robillard1-25/+269
2012-05-11Avoid including gtkmm.hDavid Robillard1-0/+3
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-1/+1
2012-04-28Remove using declarations from headers.David Robillard1-0/+4
2012-04-23Fix polyphony widgets (fix #664).David Robillard1-2/+1