summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchView.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-22De-singleton-ify GUI.David Robillard1-9/+15
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-21Load UI file from window level (fixes unparented widget warnings).David Robillard1-1/+2
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-2/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-4/+4
2011-05-13Make models const in client code.David Robillard1-5/+6
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-4/+7
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-13/+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-4/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-1/+1
2010-02-14Merge LoadPatchWindow and LoadSubpatchWindow.David Robillard1-1/+0
2010-02-14Remove voice specific control setting.David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+6
2010-01-28Universal properties window.David Robillard1-1/+0
2010-01-06Do all logging output via Raul streams.David Robillard1-13/+3
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-9/+0
2009-05-28Rename 'request_object' 'get'.David Robillard1-1/+1
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-4/+4
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-3/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-8/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-9/+9
2009-05-13The great ID refactoring of 2009.David Robillard1-3/+6
2009-05-11* New ontology.David Robillard1-2/+13
2009-05-10Show current value for all ports (not just plugin node ports) in status bar o...David Robillard1-3/+1
2008-11-27Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the ...David Robillard1-3/+3
2008-11-27Replace "modes" with boolean "edit controls" in tooltips etc.David Robillard1-2/+7
2008-11-27Make use of status bar.David Robillard1-8/+20
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard1-1/+26
2008-11-17Fix initial active state of created subpatches.David Robillard1-2/+6
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+194