summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard1-11/+2
2012-04-05Fix subpatch creation (fix #826).David Robillard1-14/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-0/+1
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-638/+9
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-1/+3
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-08Make canvas direction a property.David Robillard1-2/+2
2011-12-03Don't expose canvas data structures.David Robillard1-1/+1
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard1-1/+1
2011-10-22Remove remote patch stuff (doesn't work anyway).David Robillard1-22/+0
2011-10-22De-singleton-ify GUI.David Robillard1-41/+49
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
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