summaryrefslogtreecommitdiffstats
path: root/src/gui/PortPropertiesWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+6
2011-10-22De-singleton-ify GUI.David Robillard1-4/+4
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+2
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-1/+2
2011-05-24Move appropriate client headers to public include directory.David Robillard1-2/+2
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-2/+3
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-5/+8
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-8/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-6/+2
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-4/+7
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-06-06Fix window titles.David Robillard1-1/+1
2009-05-28Send port ranges and new subpatches as single PUTs.David Robillard1-5/+4
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-11/+5
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-12/+12
2009-05-13The great ID refactoring of 2009.David Robillard1-6/+10
2008-12-21Don't allow setting port range to values that don't include the current port ...David Robillard1-4/+16
2008-12-21Fix control range stuff (fix ticket #298).David Robillard1-12/+15
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard1-6/+6
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+156