summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-17Fix RingBuffer underrun and consequent execution of uninitialized Notification.David Robillard1-1/+1
2011-09-17Fix "Disconnect" in port context menu (i.e. disconnect_all for ports).David Robillard1-2/+7
2011-09-15Fix control bindings (MIDI learn).David Robillard15-93/+154
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 Robillard14-28/+104
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-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-25Actually fix compilation against reference extensionDavid Robillard2-7/+7
2011-07-25Update for move of "blob" functionality from atom to reference extension (tic...David Robillard1-0/+1
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-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-27Don't install private headersDavid Robillard5-15/+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-650/+492
2011-05-24Move appropriate client headers to public include directory.David Robillard62-1239/+113
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard12-68/+72
2011-05-24Tidy up headers.David Robillard22-83/+61
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 Robillard4-12/+46
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 Robillard52-901/+859
2011-05-20Upate for new Raul APIDavid Robillard1-0/+2
2011-05-20Add missing includeDavid Robillard1-0/+1
2011-05-19Convey put context parameter via OSC.David Robillard4-6/+13
2011-05-19Fix some crashiness in last commit.David Robillard2-5/+11
2011-05-19Fix delta via OSC (OSC bindings should be fully functional again).David Robillard6-3/+144
2011-05-18Remove unnecessary non-portable includes.David Robillard5-16/+23