Age | Commit message (Expand) | Author | Files | Lines |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 9 | -41/+38 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 1 | -1/+1 |
2008-08-14 | Support toggle controls on module ports. | David Robillard | 1 | -0/+3 |
2008-08-14 | Support for toggle ports in control window (shown as a checkbox). | David Robillard | 8 | -642/+719 |
2008-08-14 | Only show GUI menu items for nodes with available GUIs. | David Robillard | 1 | -1/+5 |
2008-08-14 | Don't load engine module twice. | David Robillard | 1 | -17/+14 |
2008-08-14 | Don't present (or even load widgets from XML) connection window until some ti... | David Robillard | 2 | -57/+120 |
2008-08-14 | Shave some more time off startup (send commands off before updating GUI thing... | David Robillard | 2 | -21/+24 |
2008-08-14 | Don't wait for plugins from ingen, show root patch window as soon as possible... | David Robillard | 1 | -40/+16 |
2008-08-14 | Defer menu creation until it is actually requested (speeds up startup time-to... | David Robillard | 4 | -49/+86 |
2008-08-14 | Fix deadlock. | David Robillard | 1 | -3/+1 |
2008-08-14 | Lock RDF world mutex in all places slv2 or redland is accessed (fix random se... | David Robillard | 1 | -1/+1 |
2008-08-14 | Clamp range of voice selector in node control window. | David Robillard | 4 | -8/+27 |
2008-08-14 | Fix crash when attempting to pop up the GUI of a node with no plugin. | David Robillard | 1 | -1/+1 |
2008-08-14 | Fix crash when showing control window for root patch. | David Robillard | 1 | -1/+1 |
2008-08-14 | Fix initial stacked border state of modules on patch importing. | David Robillard | 1 | -2/+1 |
2008-08-13 | Fix crash on 'clear' in plugin selector window. | David Robillard | 1 | -4/+9 |
2008-08-13 | Fix new node default naming from both plugin window and patch context menu. | David Robillard | 2 | -10/+21 |
2008-08-13 | Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t... | David Robillard | 3 | -229/+0 |
2008-08-13 | Move crap (now) only used internally by deprecated loader to DeprecatedLoader... | David Robillard | 5 | -5/+0 |
2008-08-13 | Remove control modifier which conflicted with multi-select in FlowCanvas. | David Robillard | 2 | -22/+18 |
2008-08-12 | Fix plugin selection window (adding the same plugin twice in a row works, nic... | David Robillard | 1 | -8/+12 |
2008-07-30 | Allow loading multiple subpatches at once (in Load Patch dialog from context ... | David Robillard | 1 | -2/+12 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 1 | -2/+0 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 9 | -69/+52 |
2008-06-23 | Move widget embedding down to FlowCanvas. | David Robillard | 2 | -88/+22 |
2008-06-23 | Formatting. | David Robillard | 1 | -1/+1 |
2008-06-10 | Spell kludge correctly :) | David Robillard | 1 | -1/+1 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 9 | -15/+38 |
2008-06-09 | Fix prompting for filename when patch is loaded from command line. | David Robillard | 2 | -6/+1 |
2008-06-09 | Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in... | David Robillard | 4 | -20/+61 |
2008-06-09 | Fix lingering breadcrumbs of destroyed subpatches (ticket #80). | David Robillard | 6 | -17/+17 |
2008-06-09 | Fix port control slider synchronization issues. | David Robillard | 3 | -5/+4 |
2008-06-09 | Fix compilation. | David Robillard | 1 | -3/+3 |
2008-06-09 | Bump liblo dependency to 0.25 (SVN). | David Robillard | 2 | -10/+11 |
2008-06-09 | Store information from patch properties window. | David Robillard | 2 | -8/+10 |
2008-06-09 | Make sure plugin window isn't modal (hopefully...). | David Robillard | 1 | -0/+1 |
2008-06-09 | Add quick context menu for Internal 'plugins'. | David Robillard | 2 | -2/+30 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 6 | -12/+16 |
2008-05-19 | Better global (engine/client) LV2 feature sharing. | David Robillard | 1 | -2/+2 |
2008-05-19 | More (but not yet completely) type safe value_changed notification. | David Robillard | 5 | -11/+15 |
2008-05-19 | Fix multiple ports showing up when attempting to add a MIDI output to a patch. | David Robillard | 1 | -1/+1 |
2008-05-15 | Show error messages from engine in a pop-up dialog. | David Robillard | 2 | -2/+16 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 1 | -1/+1 |
2008-04-12 | LV2 event/MIDI fixed for Ingen from larsl. | David Robillard | 1 | -2/+2 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -3/+3 |
2008-01-23 | Remove unnecessary subst vars. | David Robillard | 1 | -2/+0 |
2008-01-23 | More LV2 extension work. | David Robillard | 3 | -0/+28 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 3 | -7/+11 |
2008-01-07 | Fix building. | David Robillard | 1 | -0/+2 |