summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-28Add File->Draw to render patch to graphviz (which can then be used to draw to...David Robillard1-0/+46
2008-11-27...David Robillard1-2/+0
2008-11-27Replace "modes" with boolean "edit controls" in tooltips etc.David Robillard1-19/+28
2008-11-27Make use of status bar.David Robillard1-10/+30
2008-11-24Fix crash on mouse over of subpatches.David Robillard1-1/+2
2008-11-22Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord...David Robillard1-6/+4
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard1-0/+50
2008-11-22Add option to hide port labels.David Robillard1-0/+18
2008-11-16Remember patch save file location in client (fix ticket #239).David Robillard1-13/+7
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+556