Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Don't build against unused LV2 OSC stuff. | David Robillard | 2 | -3/+0 |
2008-08-22 | Fix compilation when build doesn't include Ingen GTK client. | David Robillard | 1 | -0/+3 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 1 | -2/+0 |
2008-08-20 | Fix building without libsoup. Again. | David Robillard | 2 | -8/+10 |
2008-08-20 | Make distcheck fixed (ingen standalone build). | David Robillard | 1 | -2/+0 |
2008-08-20 | Make distcheck fixes. | David Robillard | 5 | -12/+6 |
2008-08-20 | Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with a... | David Robillard | 1 | -0/+13 |
2008-08-20 | Only warn about split bundles for bundles (which should be atomic), not trans... | David Robillard | 1 | -1/+1 |
2008-08-20 | Fix Blob atom copy contruction/size/etc stuff. | David Robillard | 2 | -6/+11 |
2008-08-19 | Move one whole line. | David Robillard | 1 | -1/+1 |
2008-08-19 | Gracefully handle full event queue on the engine side (fix loading massive pa... | David Robillard | 4 | -26/+38 |
2008-08-19 | Fix loading nested patches. | David Robillard | 1 | -1/+6 |
2008-08-19 | Slightly more reliable OSC comms. Still not really up to the task of receivi... | David Robillard | 6 | -37/+32 |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 39 | -132/+819 |
2008-08-19 | Remove weird virtual inheritance interface overlay thing from client in favou... | David Robillard | 6 | -47/+47 |
2008-08-19 | Remove redundant prototypes. | David Robillard | 2 | -11/+4 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 17 | -25/+25 |
2008-08-19 | Remove more API/code: num_plugins (unused legacy of the really crap OSC days). | David Robillard | 8 | -106/+0 |
2008-08-19 | Kill more API/code - replace enable_port_broadcast and disable_port_broadcast... | David Robillard | 15 | -221/+16 |
2008-08-19 | Return human-readable error messages in content of error responses. | David Robillard | 1 | -2/+11 |
2008-08-19 | Write lv2:index for patch ports. | David Robillard | 2 | -4/+4 |
2008-08-18 | Remove pointless predicates that are duplicates of exist well-known ones. | David Robillard | 3 | -23/+33 |
2008-08-18 | Fix loading patches and importing patches inside nested patches. | David Robillard | 2 | -11/+21 |
2008-08-18 | Fix double destruction notification (annoying message popup on delete). | David Robillard | 1 | -3/+1 |
2008-08-18 | Fix serialisation of patcthes with internal nodes. | David Robillard | 1 | -4/+2 |
2008-08-18 | Fix copy/paste of internal nodes. | David Robillard | 9 | -18/+23 |
2008-08-18 | Debarf. | David Robillard | 1 | -1/+0 |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 6 | -42/+63 |
2008-08-18 | Fix loading / importing patches at root and in subpatches. | David Robillard | 9 | -39/+94 |
2008-08-18 | Tolerate attempts to create patches with illegal paths. | David Robillard | 2 | -11/+23 |
2008-08-18 | More copy/paste and serialisation work. | David Robillard | 16 | -104/+166 |
2008-08-17 | Copy/paste of patch ports. | David Robillard | 6 | -12/+80 |
2008-08-17 | Copy/paste of connections. | David Robillard | 14 | -79/+363 |
2008-08-17 | Select pasted objects. | David Robillard | 6 | -13/+13 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 11 | -19/+68 |
2008-08-17 | Fix copy/paste. | David Robillard | 2 | -9/+3 |
2008-08-17 | Fix OSC. | David Robillard | 1 | -4/+4 |
2008-08-17 | Don't pollute patch files with useless <foo> a :Plugin triples. | David Robillard | 1 | -5/+0 |
2008-08-17 | Serialise connections as proper resources. | David Robillard | 5 | -117/+48 |
2008-08-17 | More serialization work. | David Robillard | 27 | -250/+658 |
2008-08-17 | Add missing files. | David Robillard | 2 | -0/+177 |
2008-08-17 | Copyable models. | David Robillard | 5 | -31/+49 |
2008-08-17 | Tidy. | David Robillard | 9 | -17/+18 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 11 | -112/+238 |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 7 | -41/+17 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 44 | -316/+219 |
2008-08-17 | Rename 'Loader' 'Parser'. | David Robillard | 11 | -56/+53 |
2008-08-17 | There! | David Robillard | 37 | -373/+261 |
2008-08-17 | Cloooser... | David Robillard | 32 | -563/+344 |
2008-08-16 | Clooser... | David Robillard | 17 | -67/+56 |