summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-15TidyDavid Robillard2-16/+13
2011-09-15Fix crash on client event post-processing (e.g. when rapidly manipulating con...David Robillard2-18/+20
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard16-31/+108
2011-09-06Fix crash when clicking patch modules (fix #769).David Robillard1-1/+4
2011-09-06Report serialisation errorsDavid Robillard1-1/+5
2011-09-01Add C-s hotkey for File->SaveDavid Robillard1-0/+1
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-20Remove cruft.David Robillard1-17/+0
2011-08-20Fix port and node menusDavid Robillard8-1888/+2230
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard15-382/+168
2011-08-20Fix node control windows (ticket #733).David Robillard2-5/+5
2011-07-25Build against new versioned flowcanvas library.David Robillard1-2/+2
2011-07-25Actually fix compilation against reference extensionDavid Robillard2-7/+7
2011-07-25Update for move of "blob" functionality from atom to reference extension (tic...David Robillard2-0/+2
2011-07-07Upgrade to waf 1.6.6David Robillard2-8/+10
2011-07-07Obey "special" properties on object creation (patch from Paul Giblock, ticket...David Robillard1-8/+5
2011-07-06Fix errors in UI file (ticket #722)David Robillard1-11/+5
2011-07-05Install common interface headers (fix ticket #700).David Robillard1-1/+1
2011-07-04Eliminate weird-looking empty menus on non-control portsDavid Robillard3-17/+16
2011-07-04Fix inability to create subpatches (ticket #722).David Robillard1-0/+2
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard8-26/+27
2011-06-11Remove dead code.David Robillard4-7/+3
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard8-27/+30
2011-06-09Automatically resize modules at update time as necessary.David Robillard3-18/+5
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard10-108/+95
2011-06-06Use sane typedefs for collections.David Robillard2-5/+5
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-1/+0
2011-06-04Make all Canvas data members private.David Robillard2-23/+13
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard9-46/+36
2011-06-03Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory.David Robillard1-2/+2
2011-05-30From 4c3bf5cdacc7072b96794e873a41047f00ae6126 Mon Sep 17 00:00:00 2001David Robillard1-4/+0
2011-05-27Don't install private headersDavid Robillard6-17/+3
2011-05-25Fix building documentation as part of recursive build.David Robillard1-0/+0
2011-05-25Fix crash on popping up node menu.David Robillard1-5/+7
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard19-488/+500
2011-05-24Move appropriate client headers to public include directory.David Robillard62-123/+142
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard12-68/+72
2011-05-24Tidy up headers.David Robillard23-86/+65
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard24-142/+44
2011-05-24Update for new Sord APIDavid Robillard3-4/+4
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard9-21/+23
2011-05-21Load UI file from window level (fixes unparented widget warnings).David Robillard2-5/+7
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard11-41/+34
2011-05-21Fix patch loading.David Robillard5-18/+51
2011-05-20Correctly set initial value of control ports at creation time.David Robillard2-3/+5
2011-05-20Fix multiple put replies on port creation.David Robillard3-11/+18
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard53-907/+861
2011-05-20Upate for new Raul APIDavid Robillard1-0/+2
2011-05-20Add missing includeDavid Robillard1-0/+1