summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Separate URIs from LV2URIMap.David Robillard1-4/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-2/+2
2011-10-21Use Builder::connectDavid Robillard1-9/+1
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-1/+1
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-6/+11
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-8/+11
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-47/+35
2011-06-06Use sane typedefs for collections.David Robillard1-2/+2
2011-06-04Make all Canvas data members private.David Robillard1-22/+13
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-13/+4
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-4/+4
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-7/+0
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-1/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-14/+17
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