summaryrefslogtreecommitdiffstats
path: root/src/gui/Controls.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-5/+5
2011-05-24Move appropriate client headers to public include directory.David Robillard1-3/+3
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-3/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-7/+11
2011-05-13Make models const in client code.David Robillard1-4/+4
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-2/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-28/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-18Use port name from SLV2 for labels where possible (fix ticket #636).David Robillard1-7/+7
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard1-2/+2
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-5/+7
2010-01-28Shrink code (generic Control::enable and Control::disable by iterating over b...David Robillard1-50/+18
2010-01-28Trim cruft.David Robillard1-8/+1
2010-01-28Universal properties window.David Robillard1-4/+4
2010-01-07Tidy.David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-3/+4
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-84/+9
2009-11-14Object extension.David Robillard1-15/+13
2009-11-12Factor out common Control code.David Robillard1-27/+9
2009-11-12String port support.David Robillard1-1/+79
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-2/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-24/+24
2009-05-13The great ID refactoring of 2009.David Robillard1-4/+5
2008-12-21Fix control range stuff (fix ticket #298).David Robillard1-3/+8
2008-12-16Trim include dependency tree.David Robillard1-2/+0
2008-11-22Tolerate plugins with nonsense ranges (fix ticket #268).David Robillard1-0/+2
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard1-2/+2
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+467