Age | Commit message (Expand) | Author | Files | Lines |
2008-11-22 | Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord... | David Robillard | 5 | -13/+12 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 13 | -38/+135 |
2008-11-22 | Add option to hide port labels. | David Robillard | 8 | -499/+534 |
2008-11-22 | Better handling of large patch loading. | David Robillard | 1 | -3/+5 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 3 | -20/+47 |
2008-11-22 | Fix event loss for outputs connected directly to several inputs (fix ticket #... | David Robillard | 4 | -10/+15 |
2008-11-22 | Tolerate plugins with nonsense ranges (fix ticket #268). | David Robillard | 2 | -0/+5 |
2008-11-22 | Hide polyphonic menu entry for event ports (fix ticket #270). | David Robillard | 1 | -0/+3 |
2008-11-22 | Fix subpatch loading (fix ticket #271). | David Robillard | 4 | -17/+20 |
2008-11-17 | Update year. | David Robillard | 1 | -1/+1 |
2008-11-17 | Don't warn about LADSPA junk. | David Robillard | 1 | -3/+1 |
2008-11-17 | Barf less to the console. | David Robillard | 1 | -3/+1 |
2008-11-17 | Fix recursive connection loading (fix ticket #250). | David Robillard | 1 | -1/+4 |
2008-11-17 | Tidy up console output. | David Robillard | 4 | -8/+5 |
2008-11-17 | Fix crash. | David Robillard | 1 | -1/+1 |
2008-11-17 | Mix down subpatch inputs when necessary (fix ticket #246). | David Robillard | 1 | -0/+2 |
2008-11-17 | Always copy when destination port has fixed buffers. | David Robillard | 1 | -1/+1 |
2008-11-17 | Fix initial active state of created subpatches. | David Robillard | 2 | -3/+7 |
2008-11-17 | Use LV2 MIDI event type from map instead of hardcoded. | David Robillard | 3 | -10/+17 |
2008-11-16 | Remember patch save file location in client (fix ticket #239). | David Robillard | 3 | -18/+11 |
2008-11-16 | Accelerators for all context menu entries (ticket #264). | David Robillard | 1 | -492/+492 |
2008-11-16 | Fix clashing menu accelerators (fix ticket #263). | David Robillard | 1 | -2/+6 |
2008-11-16 | Fix loading errors. | David Robillard | 3 | -16/+38 |
2008-11-16 | Fix shitty LADSPA name clash avoidance (fix ticket #226). | David Robillard | 1 | -25/+29 |
2008-11-16 | Set new patch window non-resizeable so it's sized sanely in tiling WMs. | David Robillard | 1 | -486/+487 |
2008-11-16 | Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fi... | David Robillard | 3 | -2/+8 |
2008-11-16 | Shutup. | David Robillard | 1 | -3/+1 |
2008-11-16 | Hide subpatch module ports on destruction (fix ticket #254). | David Robillard | 9 | -49/+67 |
2008-11-16 | Shut down JACK cleanly. | David Robillard | 2 | -14/+8 |
2008-11-16 | Always report buffer size of control ports as 1 (fix ticket #260). | David Robillard | 1 | -1/+1 |
2008-11-16 | Use higher level object sending interface internally in engine. | David Robillard | 6 | -58/+5 |
2008-11-16 | More HTTP. | David Robillard | 22 | -67/+92 |
2008-11-16 | Control port value tracking via HTTP. | David Robillard | 2 | -2/+27 |
2008-11-16 | Track connecting over HTTP. | David Robillard | 2 | -19/+32 |
2008-11-16 | Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi... | David Robillard | 5 | -12/+53 |
2008-11-16 | Follow new object creation via HTTP (serialising/parsing RDF to communicate b... | David Robillard | 28 | -33/+255 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 23 | -109/+252 |
2008-11-15 | Stubs for HTTP streaming. | David Robillard | 10 | -10/+553 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 23 | -38/+38 |
2008-11-10 | Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ... | David Robillard | 3 | -24/+12 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 22 | -120/+229 |
2008-11-09 | Move patch to /patch via HTTP to give a place for RESTful access to other thi... | David Robillard | 18 | -180/+205 |
2008-11-08 | Don't die if serialisation returns a NULL string. | David Robillard | 1 | -2/+4 |
2008-10-20 | Add missing files. | David Robillard | 3 | -0/+129 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 8 | -18/+22 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 8 | -15/+14 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 10 | -27/+30 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 10 | -45/+62 |
2008-10-18 | Remove mandatory libjack dependency (just for typedefs). | David Robillard | 1 | -5/+4 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 163 | -293/+286 |