summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-02-02More generic Atom class.David Robillard1-6/+6
2013-02-02Fix default status bar text when engine is local.David Robillard1-4/+9
2013-02-02Fix status bar hover text.David Robillard1-5/+0
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-0/+12
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-10/+10
2013-01-11Use range-based for loops where possible.David Robillard1-6/+4
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-0/+1
2013-01-08Re-enable node documentation.David Robillard1-21/+24
2012-11-22Configuration file saving.David Robillard1-1/+2
2012-11-21Move most recent graph open directory to Configuration.David Robillard1-3/+6
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-8/+8
2012-11-21Move human name and port label options to main configuration.David Robillard1-6/+14
2012-08-19Patch => GraphDavid Robillard1-0/+706