Age | Commit message (Expand) | Author | Files | Lines |
2008-08-20 | Make distcheck fixes. | David Robillard | 2 | -7/+3 |
2008-08-20 | Fix Blob atom copy contruction/size/etc stuff. | David Robillard | 1 | -4/+10 |
2008-08-19 | Slightly more reliable OSC comms. Still not really up to the task of receivi... | David Robillard | 3 | -11/+17 |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 11 | -26/+35 |
2008-08-19 | Remove weird virtual inheritance interface overlay thing from client in favou... | David Robillard | 3 | -22/+18 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 1 | -2/+2 |
2008-08-19 | Kill more API/code - replace enable_port_broadcast and disable_port_broadcast... | David Robillard | 1 | -2/+2 |
2008-08-19 | Write lv2:index for patch ports. | David Robillard | 1 | -3/+3 |
2008-08-18 | Fix copy/paste of internal nodes. | David Robillard | 1 | -2/+2 |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 2 | -8/+5 |
2008-08-18 | Fix loading / importing patches at root and in subpatches. | David Robillard | 3 | -6/+27 |
2008-08-18 | More copy/paste and serialisation work. | David Robillard | 5 | -18/+31 |
2008-08-17 | Copy/paste of patch ports. | David Robillard | 2 | -1/+21 |
2008-08-17 | Copy/paste of connections. | David Robillard | 2 | -6/+11 |
2008-08-17 | Select pasted objects. | David Robillard | 1 | -0/+9 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 2 | -1/+20 |
2008-08-17 | Fix copy/paste. | David Robillard | 1 | -1/+1 |
2008-08-17 | Serialise connections as proper resources. | David Robillard | 1 | -1/+1 |
2008-08-17 | More serialization work. | David Robillard | 9 | -31/+92 |
2008-08-17 | Tidy. | David Robillard | 2 | -2/+2 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 6 | -22/+20 |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 3 | -3/+5 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 10 | -30/+51 |
2008-08-17 | Rename 'Loader' 'Parser'. | David Robillard | 3 | -12/+9 |
2008-08-17 | There! | David Robillard | 7 | -73/+33 |
2008-08-17 | Cloooser... | David Robillard | 2 | -6/+3 |
2008-08-16 | Closer... | David Robillard | 2 | -3/+3 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 2 | -3/+10 |
2008-08-16 | Fix ingen -c | David Robillard | 3 | -9/+12 |
2008-08-16 | Remove outdated message about set_dev_environment.sh | David Robillard | 1 | -4/+2 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 4 | -27/+24 |
2008-08-16 | Fix 'ingen -egl'. | David Robillard | 1 | -1/+2 |
2008-08-16 | Factor out common store functionality. | David Robillard | 3 | -4/+2 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 9 | -8/+9 |
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 |