summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Remove annoying/obvious/pointless tooltip from plugin selector list.David Robillard1-1/+0
2008-09-15Fix hotkeys involving the 'e' key (don't steal for edit mode unless no modifi...David Robillard1-5/+9
2008-09-15Tidy edit menu.David Robillard1-15/+10
2008-09-15Fix connecting when human names are visible.David Robillard1-5/+10
2008-09-15Make view togglable between symbols and human names (just LV2 plugins for now).David Robillard10-12/+106
2008-09-15More HiGgey menu.David Robillard1-525/+543
2008-09-14Fix crash on load location.David Robillard1-1/+1
2008-09-14Don't print to the console when unrecognized MIDI is received.David Robillard1-2/+2
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
2008-09-06Voodoo debugging.David Robillard1-2/+2
2008-09-05Don't build against unused LV2 OSC stuff.David Robillard2-3/+0
2008-09-05Don't use pkg-config to check for LV2_OSC.David Robillard1-1/+6
2008-08-22Fix compilation when build doesn't include Ingen GTK client.David Robillard2-187/+71
2008-08-22Add distorted sin octave synth + dubdelay patch.David Robillard1-0/+564
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-2/+0
2008-08-20Working example patch (simple 4 saw oscillator + lowpass thing).David Robillard1-218/+830
2008-08-20Fix building without libsoup. Again.David Robillard3-11/+15
2008-08-20Make distcheck fixed (ingen standalone build).David Robillard1-2/+0
2008-08-20Make distcheck fixes.David Robillard5-12/+6
2008-08-20Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with a...David Robillard1-0/+13
2008-08-20Only warn about split bundles for bundles (which should be atomic), not trans...David Robillard1-1/+1
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard2-6/+11
2008-08-19Move one whole line.David Robillard1-1/+1
2008-08-19Gracefully handle full event queue on the engine side (fix loading massive pa...David Robillard4-26/+38
2008-08-19Fix loading nested patches.David Robillard1-1/+6
2008-08-19Slightly more reliable OSC comms. Still not really up to the task of receivi...David Robillard6-37/+32
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard39-132/+819
2008-08-19Remove weird virtual inheritance interface overlay thing from client in favou...David Robillard6-47/+47
2008-08-19Remove redundant prototypes.David Robillard2-11/+4
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard17-25/+25
2008-08-19Remove more API/code: num_plugins (unused legacy of the really crap OSC days).David Robillard8-106/+0
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard15-221/+16
2008-08-19Return human-readable error messages in content of error responses.David Robillard1-2/+11
2008-08-19Write lv2:index for patch ports.David Robillard2-4/+4
2008-08-18Remove pointless predicates that are duplicates of exist well-known ones.David Robillard3-23/+33
2008-08-18Fix loading patches and importing patches inside nested patches.David Robillard2-11/+21
2008-08-18Fix double destruction notification (annoying message popup on delete).David Robillard1-3/+1
2008-08-18Fix serialisation of patcthes with internal nodes.David Robillard1-4/+2
2008-08-18Fix copy/paste of internal nodes.David Robillard9-18/+23
2008-08-18Debarf.David Robillard1-1/+0
2008-08-18Fix copy/paste between different patches.David Robillard6-42/+63
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard9-39/+94
2008-08-18Tolerate attempts to create patches with illegal paths.David Robillard2-11/+23
2008-08-18More copy/paste and serialisation work.David Robillard16-104/+166
2008-08-17Copy/paste of patch ports.David Robillard6-12/+80
2008-08-17Copy/paste of connections.David Robillard14-79/+363
2008-08-17Select pasted objects.David Robillard6-13/+13
2008-08-17Set/send/etc properties through the engine.David Robillard11-19/+68
2008-08-17Fix copy/paste.David Robillard2-9/+3
2008-08-17Fix OSC.David Robillard1-4/+4