summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-01Tidy.David Robillard1-9/+10
2011-10-01Hide documentation pane on initial show.David Robillard1-2/+2
2011-10-01Support scrolling in HTML view.David Robillard1-7/+7
2011-10-01Saner default size for initial show of documentation pane.David Robillard1-0/+8
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-10/+43
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard1-1/+3
2011-08-20Fix port and node menusDavid Robillard1-4/+4
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-6/+5
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-1/+2
2011-05-13Make models const in client code.David Robillard1-16/+18
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-6/+6
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-40/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard1-0/+1
2011-03-16Font-based sizing (implement ticket #374).David Robillard1-0/+31
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-07Fix module context menus (only steal patch window events for key events).David Robillard1-1/+6
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard1-5/+6
2010-03-04Fix non-canvas key bindings (alt-f for file and such).David Robillard1-4/+1
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard1-24/+7
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard1-34/+49
2010-02-26Add center parameter to FlowCanvas::Canvas::arrange with default value trueDavid Robillard1-1/+1
2010-02-26Arrange at the top left and scroll to top left corner by default.David Robillard1-2/+0
2010-02-25Work on contexts and polymorphic ports.David Robillard1-12/+11
2010-02-14Merge LoadPatchWindow and LoadSubpatchWindow.David Robillard1-1/+0
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-5/+7
2010-01-28Universal properties window.David Robillard1-1/+0
2010-01-22Use FlowCanvas centering code.David Robillard1-6/+2
2010-01-07Quit cleanly from connect dialog when not connected to engine.David Robillard1-37/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-10/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-23/+41
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-06-06Fix window titles.David Robillard1-1/+1
2009-06-03Put breadcrumb stuff all in one place.David Robillard1-11/+11
2009-06-03BreadCrumbBox => BreadCrumbs.David Robillard1-1/+1
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-9/+8
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-32/+32
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+2
2009-05-13The great ID refactoring of 2009.David Robillard1-3/+3
2009-05-11* New ontology.David Robillard1-29/+49
2009-05-10Show current value for all ports (not just plugin node ports) in status bar o...David Robillard1-8/+11
2008-12-20Fix window closing stuff (fix ticket #296).David Robillard1-14/+37
2008-11-30Some support for bundle saving.David Robillard1-21/+23