summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-1/+1
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-1/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-5/+5
2011-06-04Make all Canvas data members private.David Robillard1-1/+0
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-3/+5
2011-05-13Make models const in client code.David Robillard1-11/+14
2011-04-29Don't hide pointers behind typedefs.David Robillard1-6/+6
2011-04-28Switch to Lilv from SLV2.David Robillard1-4/+4
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+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
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard1-1/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-04Cascade when several objects are added via keyboard in sequence.David Robillard1-0/+3
2010-03-04Pop up patch context menu on space or menu key press (i.e. ability to add stu...David Robillard1-1/+3
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard1-3/+1
2010-02-26Add center parameter to FlowCanvas::Canvas::arrange with default value trueDavid Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+1
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard1-17/+18
2009-06-03Hide empty classes in plugin context menu (ticket #295).David Robillard1-1/+8
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-2/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-12/+12
2009-05-11Remove unused flag.David Robillard1-1/+0
2009-05-11O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi...David Robillard1-3/+5
2009-05-11* New ontology.David Robillard1-3/+8
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-16Trim include dependency tree.David Robillard1-4/+5
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard1-0/+1
2008-11-22Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord...David Robillard1-0/+1
2008-11-22Add option to hide port labels.David Robillard1-5/+2
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-4/+4
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard1-4/+0
2008-10-07Add support for plugin class multiple inheritance (multiple menu entires for ...David Robillard1-1/+1
2008-10-07Separate building skeleton plugin menu from adding plugins, and add plugins o...David Robillard1-3/+13
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+155