summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-14Fix crash on wacky plugins of some unknown variety... ticket #367.David Robillard1-0/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-43/+43
2009-05-13Remove 'using' declarations from headers.David Robillard1-0/+2
2009-05-13The great ID refactoring of 2009.David Robillard1-7/+7
2009-05-11Remove unused flag.David Robillard1-3/+0
2009-05-11O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi...David Robillard1-29/+37
2009-05-11* New ontology.David Robillard1-31/+43
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-20Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f...David Robillard1-1/+1
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard1-11/+35
2008-11-27Fix menu mnemonics.David Robillard1-2/+2
2008-11-22Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord...David Robillard1-4/+4
2008-11-22Add option to hide port labels.David Robillard1-0/+13
2008-11-22Finer grained locking on RDF world lock when parsing: prevents deadlock on lo...David Robillard1-3/+9
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard1-1/+11
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2