Age | Commit message (Expand) | Author | Files | Lines |
2010-09-30 | Declare single-argument constructors explicit (except where implicit conversi... | David Robillard | 16 | -16/+16 |
2010-09-30 | Trim include tree. | David Robillard | 4 | -6/+3 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 10 | -23/+23 |
2010-09-22 | LV2_MessageContext => LV2_Contexts_MessageContext. | David Robillard | 2 | -2/+2 |
2010-09-04 | My name is David. :) | David Robillard | 288 | -289/+289 |
2010-07-05 | Move common files (e.g. waf) to /common subdirectory to ease checking out pro... | David Robillard | 3 | -3/+3 |
2010-06-04 | Fix module loading on non-Apple (oops). | David Robillard | 1 | -1/+1 |
2010-06-04 | Give patch window a default width and height for inferior window managers. | David Robillard | 1 | -0/+2 |
2010-06-04 | Run unit tests even if lcov is unavailable. | David Robillard | 1 | -2/+9 |
2010-06-01 | Clean up configuration output. | David Robillard | 1 | -1/+0 |
2010-05-12 | Add missing atom.lv2 | David Robillard | 1 | -0/+1 |
2010-05-04 | LV2Object => LV2Atom. | David Robillard | 7 | -14/+14 |
2010-05-04 | Rename "object" extension "atom" extension. | David Robillard | 21 | -78/+77 |
2010-04-02 | Fix crashes on exit. | David Robillard | 2 | -5/+10 |
2010-03-10 | Add #include "ingen-config.h" to files that use config #ifdefs that were miss... | David Robillard | 3 | -0/+3 |
2010-03-10 | Remove unused USE_BLANK_NODES stuff. | David Robillard | 1 | -5/+0 |
2010-03-10 | Trim unnecessary includes. | David Robillard | 1 | -9/+1 |
2010-03-07 | Fix module context menus (only steal patch window events for key events). | David Robillard | 1 | -1/+6 |
2010-03-07 | Fix possible premature LV2 features array termination (patch from larsl, fix ... | David Robillard | 1 | -2/+5 |
2010-03-06 | Fully load patch in LV2 instantiate method. | David Robillard | 4 | -22/+39 |
2010-03-06 | Sshh. | David Robillard | 1 | -3/+0 |
2010-03-06 | Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491). | David Robillard | 2 | -3/+5 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 115 | -776/+1251 |
2010-03-06 | Add missing files. | David Robillard | 2 | -0/+90 |
2010-03-05 | Add missing file. | David Robillard | 1 | -0/+24 |
2010-03-05 | Remove ingen.lv2 subdirectory (isn't a bundle and only had ingen_lv2.cpp in i... | David Robillard | 1 | -0/+0 |
2010-03-05 | Move (old) scripts from /src/scripts to /scripts. | David Robillard | 8 | -0/+0 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 7 | -18/+25 |
2010-03-04 | Scroll to origin on Home key press. | David Robillard | 1 | -0/+3 |
2010-03-04 | Cascade when several objects are added via keyboard in sequence. | David Robillard | 2 | -9/+18 |
2010-03-04 | Keyboard mnemonics for port add menuitems. | David Robillard | 1 | -6/+6 |
2010-03-04 | Pop up patch context menu on space or menu key press (i.e. ability to add stu... | David Robillard | 2 | -4/+32 |
2010-03-04 | Fix non-canvas key bindings (alt-f for file and such). | David Robillard | 2 | -6/+3 |
2010-03-04 | Use portable path construction. | David Robillard | 4 | -8/+11 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 4 | -55/+19 |
2010-03-04 | Fix Cancel button of quit confirmation dialog (don't hide the last patch wind... | David Robillard | 1 | -1/+1 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 5 | -39/+66 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 8 | -8/+8 |
2010-02-28 | Fix internal node path translation kludges for loading .om patches. | David Robillard | 1 | -24/+15 |
2010-02-28 | Just always allocate destination port buffers on connect, since being clever ... | David Robillard | 1 | -6/+7 |
2010-02-28 | Automatically assign a port index if one isn't given on port creation. | David Robillard | 1 | -1/+3 |
2010-02-28 | Fix loading LADSPA plugins from .om patches. | David Robillard | 2 | -6/+18 |
2010-02-26 | Update stub support for liblo bundle handlers (for patch lo_bundle_receive_su... | David Robillard | 2 | -13/+18 |
2010-02-26 | Remove unused AllNotesOff event. | David Robillard | 4 | -128/+0 |
2010-02-26 | Remove unused Note event. | David Robillard | 4 | -180/+0 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 17 | -175/+16 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 14 | -153/+2 |
2010-02-26 | Add missing file. | David Robillard | 1 | -0/+281 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 4 | -5/+5 |
2010-02-26 | Tinker subpatch polyphony logic. | David Robillard | 1 | -1/+1 |