summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Explicit copy constructor for Ingen::Client::ObjectModel.David Robillard3-4/+19
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-28Add missing local library dependencies.David Robillard1-1/+1
2010-10-28OSX compilation fix: #include missing <math.h> and use std::isnan.David Robillard1-2/+3
2010-10-27Update for new Atom extension.David Robillard10-31/+30
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard4-5/+62
2010-10-17Fix raul include to use quotes.David Robillard1-1/+1
2010-10-17Don't log every port resize.David Robillard1-3/+3
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard20-66/+85
2010-10-06Add scheme to LV2 URI-based includes.David Robillard22-28/+28
2010-10-06Use URI-based LV2 header includes.David Robillard28-34/+28
2010-10-04Gracefully handle UIs that try to write to illegal port indices.David Robillard1-1/+8
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard16-16/+16
2010-09-30Trim include tree.David Robillard4-6/+3
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard8-20/+20
2010-09-22LV2_MessageContext => LV2_Contexts_MessageContext.David Robillard2-2/+2
2010-09-04My name is David. :)David Robillard284-285/+285
2010-06-04Fix module loading on non-Apple (oops).David Robillard1-1/+1
2010-06-04Give patch window a default width and height for inferior window managers.David Robillard1-0/+2
2010-06-04Run unit tests even if lcov is unavailable.David Robillard1-2/+9
2010-05-12Add missing atom.lv2David Robillard1-0/+1
2010-05-04LV2Object => LV2Atom.David Robillard7-14/+14
2010-05-04Rename "object" extension "atom" extension.David Robillard21-78/+77
2010-04-02Fix crashes on exit.David Robillard2-5/+10
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard3-0/+3
2010-03-10Remove unused USE_BLANK_NODES stuff.David Robillard1-5/+0
2010-03-10Trim unnecessary includes.David Robillard1-9/+1
2010-03-07Fix module context menus (only steal patch window events for key events).David Robillard1-1/+6
2010-03-07Fix possible premature LV2 features array termination (patch from larsl, fix ...David Robillard1-2/+5
2010-03-06Fully load patch in LV2 instantiate method.David Robillard4-22/+39
2010-03-06Sshh.David Robillard1-3/+0
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard2-3/+5
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard115-776/+1251
2010-03-06Add missing files.David Robillard2-0/+90
2010-03-05Add missing file.David Robillard1-0/+24
2010-03-05Remove ingen.lv2 subdirectory (isn't a bundle and only had ingen_lv2.cpp in i...David Robillard1-0/+0
2010-03-05Move (old) scripts from /src/scripts to /scripts.David Robillard8-2106/+0
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard7-18/+25
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 Robillard2-9/+18
2010-03-04Keyboard mnemonics for port add menuitems.David Robillard1-6/+6
2010-03-04Pop up patch context menu on space or menu key press (i.e. ability to add stu...David Robillard2-4/+32
2010-03-04Fix non-canvas key bindings (alt-f for file and such).David Robillard2-6/+3
2010-03-04Use portable path construction.David Robillard4-8/+11
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard4-55/+19
2010-03-04Fix Cancel button of quit confirmation dialog (don't hide the last patch wind...David Robillard1-1/+1
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard5-39/+66
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard8-8/+8
2010-02-28Fix internal node path translation kludges for loading .om patches.David Robillard1-24/+15
2010-02-28Just always allocate destination port buffers on connect, since being clever ...David Robillard1-6/+7