summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-8/+8
2011-04-29LilvValue => LilvNode.David Robillard1-8/+8
2011-04-29Don't hide pointers behind typedefs.David Robillard1-14/+17
2011-04-28Switch to Lilv from SLV2.David Robillard1-21/+21
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
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-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
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/+12
2011-03-17Tidy.David Robillard1-63/+65
2011-03-11Shhh.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard1-0/+6
2011-03-09Update for new SLV2 API.David Robillard1-2/+2
2011-02-19Partially working copy/paste.David Robillard1-14/+18
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-2/+4
2011-02-18Trim more cruft.David Robillard1-2/+1
2011-02-16Drop redlandmm for sordmm.David Robillard1-4/+3
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard1-4/+14
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-3/+4
2010-03-04Scroll to origin on Home key press.David Robillard1-0/+3
2010-03-04Cascade when several objects are added via keyboard in sequence.David Robillard1-9/+15
2010-03-04Pop up patch context menu on space or menu key press (i.e. ability to add stu...David Robillard1-3/+29
2010-03-04Fix non-canvas key bindings (alt-f for file and such).David Robillard1-2/+2
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard1-26/+10
2010-02-26Add center parameter to FlowCanvas::Canvas::arrange with default value trueDavid Robillard1-2/+2
2010-02-25Work on contexts and polymorphic ports.David Robillard1-6/+1
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-2/+2
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-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-2/+2
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-10/+10
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-18/+25
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-4/+4
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-4/+4
2010-01-06Do all logging output via Raul streams.David Robillard1-18/+11
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-1/+1
2009-12-03Clean up interface headers.David Robillard1-1/+1
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard1-9/+22
2009-11-14Object extension.David Robillard1-1/+1
2009-06-03Hide empty classes in plugin context menu (ticket #295).David Robillard1-9/+17
2009-06-03Organize ingen_module like other modules.David Robillard1-1/+0
2009-06-02Fix crash on copy/paste.David Robillard1-2/+2
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-1/+1
2009-05-28Speed/clean up plugin menu generation a bit.David Robillard1-24/+24
2009-05-28Generic plugin property mechanism.David Robillard1-1/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-28/+8
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-2/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-38/+20