summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Install pkg-config files for libraries.David Robillard1-1/+5
2008-09-30Install modules (mostly) the same place as autohell.David Robillard7-14/+14
2008-09-30Working ingen when built/installed via waf.David Robillard5-5/+23
2008-09-30Fix building (both autohell and waf) with simpler ingen tree layout.David Robillard17-85/+83
2008-09-30Remove old directories.David Robillard4-9/+3
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard322-0/+0
2008-09-30Install ingen executable.David Robillard1-3/+1
2008-09-30Wafify ingen.David Robillard15-8/+308
2008-09-30More waf.David Robillard1-1/+0
2008-09-29More context extension work.David Robillard14-18/+117
2008-09-29Fix crash when using ingen -gl to load a patch (because the plugin hasn't arr...David Robillard1-3/+3
2008-09-29 * Context extension work.David Robillard7-18/+53
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard14-188/+28
2008-09-28Update contexts extension.David Robillard7-7/+87
2008-09-28Fix #202 but in the other direction and for modules too (show symbols when th...David Robillard1-0/+4
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard28-83/+100
2008-09-28Fix last fix :)David Robillard1-3/+2
2008-09-28Fix unlocked access to plugin RDF (possible segfault with -eg).David Robillard1-0/+2
2008-09-28Fix potential crash when port blinkenports activity is followed by port destr...David Robillard4-3/+19
2008-09-28Select all support (from kfoltman).David Robillard5-0/+34
2008-09-28Add valgrind wrapper script.David Robillard1-0/+5
2008-09-27Fix building w/o soup.David Robillard1-0/+6
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