Age | Commit message (Expand) | Author | Files | Lines |
2007-09-23 | Embedded LV2 GUI resizing. | David Robillard | 2 | -11/+28 |
2007-09-23 | LV2 GUI embedding w/ proper sizing. | David Robillard | 1 | -10/+20 |
2007-09-23 | Fix liblo thing for real this time. | David Robillard | 1 | -2/+6 |
2007-09-23 | Fix some weird liblo problem, probably in a breakey and/or leakey way. | David Robillard | 1 | -1/+1 |
2007-09-23 | Working LV2 GUI embedding, except for size issues... | David Robillard | 5 | -474/+550 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 4 | -6/+9 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 2 | -3/+3 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 4 | -8/+55 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 3 | -10/+3 |
2007-09-21 | Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse... | David Robillard | 14 | -144/+409 |
2007-09-20 | Fix RDF threading problems (random messy crashes on patch loading). | David Robillard | 2 | -0/+4 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 5 | -9/+23 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 1 | -2/+2 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 14 | -388/+16 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 11 | -27/+27 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 4 | -19/+47 |
2007-09-19 | Always enable polyphonic checkbutton. | David Robillard | 1 | -3/+2 |
2007-09-19 | Make polyphony spinner editable. | David Robillard | 1 | -3/+2 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 3 | -458/+468 |
2007-09-16 | More obvious visual representation of polyphonic nodes. | David Robillard | 1 | -3/+2 |
2007-09-14 | Remove useless 'controls' items from canvas context menu. | David Robillard | 3 | -502/+464 |
2007-09-12 | Disable sensitivity of patch poly spinner. | David Robillard | 1 | -0/+3 |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 5 | -19/+13 |
2007-09-08 | Serialisation of patch enabled status. | David Robillard | 1 | -4/+4 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -2/+2 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -2/+3 |
2007-08-02 | Actually move canvas items on move_to (fix ticket 74). | David Robillard | 2 | -10/+10 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 3 | -13/+10 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -3/+4 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 1 | -1/+2 |
2007-07-31 | SWIG building fixes. | David Robillard | 8 | -20/+36 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 1 | -0/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 9 | -11/+9 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 4 | -26/+32 |
2007-07-27 | Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat... | David Robillard | 1 | -1/+4 |
2007-07-27 | Track control values for port 'sliders' (module sliders move in sync with nod... | David Robillard | 4 | -71/+35 |
2007-07-27 | Control port slider functionality (when not in edit more, or holding down con... | David Robillard | 2 | -0/+24 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 11 | -11/+11 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 3 | -13/+8 |
2007-07-26 | Make canvas grab events. | David Robillard | 4 | -4/+79 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 4 | -1/+14 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 9 | -30/+48 |
2007-07-25 | Build against local SLV2 too. | David Robillard | 3 | -457/+526 |
2007-07-25 | Distcheck fixes. | David Robillard | 6 | -42/+53 |
2007-07-25 | Set signal emission timeout frequencer to a saner value. | David Robillard | 1 | -4/+4 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 10 | -48/+52 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 1 | -4/+5 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -2/+1 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 72 | -366/+367 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 3 | -9/+12 |