Age | Commit message (Expand) | Author | Files | Lines |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 4 | -9/+7 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -1/+3 |
2011-02-15 | Trim more redlandmm API. | David Robillard | 2 | -2/+0 |
2011-02-15 | Remove SPARQL query stuff from Redlandmm. | David Robillard | 1 | -0/+3 |
2011-01-31 | Non-SPARQL LV2 presets implementation (compile against new slv2). | David Robillard | 1 | -27/+58 |
2011-01-08 | Support via waf for running from the build directory. | David Robillard | 3 | -16/+34 |
2010-12-25 | Trim raul/Atom.hpp include tree. | David Robillard | 1 | -2/+1 |
2010-12-17 | Use an actual wrapper for query results (instead of building a Bindings and r... | David Robillard | 1 | -5/+4 |
2010-12-16 | Fix use of conf.define and subsequent check in conf.env (no longer works with... | David Robillard | 1 | -1/+1 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-12-15 | Fix broken disabling of rename window OK button (fix ticket #502). | David Robillard | 2 | -20/+6 |
2010-12-14 | Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). | David Robillard | 2 | -5/+17 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 3 | -5/+5 |
2010-11-26 | Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ... | David Robillard | 1 | -1/+1 |
2010-10-28 | Add missing local library dependencies. | David Robillard | 1 | -1/+1 |
2010-10-28 | OSX compilation fix: #include missing <math.h> and use std::isnan. | David Robillard | 1 | -2/+3 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 4 | -9/+11 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 1 | -2/+2 |
2010-09-04 | My name is David. :) | David Robillard | 66 | -67/+67 |
2010-06-04 | Give patch window a default width and height for inferior window managers. | David Robillard | 1 | -0/+2 |
2010-03-10 | Add #include "ingen-config.h" to files that use config #ifdefs that were miss... | David Robillard | 2 | -0/+2 |
2010-03-07 | Fix module context menus (only steal patch window events for key events). | David Robillard | 1 | -1/+6 |
2010-03-06 | Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491). | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 10 | -55/+54 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 4 | -11/+14 |
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 | 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 | 4 | -37/+53 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 1 | -1/+1 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 1 | -1/+1 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 3 | -4/+4 |
2010-02-26 | Arrange at the top left and scroll to top left corner by default. | David Robillard | 1 | -2/+0 |
2010-02-26 | Show control ports in control dialog (fix regression from r2492). | David Robillard | 1 | -1/+2 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 11 | -77/+70 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -2/+2 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 7 | -18/+12 |
2010-02-20 | Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s... | David Robillard | 2 | -6/+17 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 5 | -8/+11 |
2010-02-18 | Use property_visible instead of set_visible which is apparently missing from ... | David Robillard | 1 | -5/+5 |
2010-02-14 | Ssshh. | David Robillard | 1 | -3/+0 |
2010-02-14 | Toggle sensitivity of voices spinbutton according to radio buttons. | David Robillard | 2 | -21/+6 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 13 | -576/+203 |
2010-02-14 | Set unique keyboard mnemonics for widgets. | David Robillard | 2 | -86/+31 |
2010-02-14 | Fix plugin and subpatch name offsets. | David Robillard | 2 | -13/+7 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 8 | -302/+332 |