Age | Commit message (Expand) | Author | Files | Lines |
2012-11-12 | Fix edge restoration in subgraphs (fix #864). | David Robillard | 1 | -4/+5 |
2012-11-12 | Fix typo. | David Robillard | 1 | -1/+1 |
2012-08-19 | GraphObject => Node | David Robillard | 2 | -99/+99 |
2012-08-19 | Patch => Graph | David Robillard | 2 | -83/+83 |
2012-08-18 | Node => Block | David Robillard | 2 | -92/+97 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 2 | -45/+29 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 2 | -50/+49 |
2012-08-16 | Fix broken lv2:default saving and save current value as the lv2:default for c... | David Robillard | 1 | -3/+11 |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 1 | -10/+8 |
2012-08-14 | Update for latest Raul. | David Robillard | 2 | -28/+29 |
2012-08-13 | Remove dead code. | David Robillard | 1 | -28/+0 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 2 | -15/+29 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 2 | -8/+9 |
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -0/+3 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -17/+0 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -5/+7 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -3/+3 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 4 | -54/+52 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -70/+53 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -6/+10 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -11/+14 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -5/+2 |
2012-05-17 | Remove pointless state and constructor from Parser. | David Robillard | 2 | -6/+1 |
2012-05-17 | Eliminate static variable. | David Robillard | 3 | -17/+36 |
2012-05-15 | Fix parsing of nested patches. | David Robillard | 1 | -1/+4 |
2012-05-12 | Get copy and paste working again. | David Robillard | 2 | -62/+79 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+3 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 1 | -18/+18 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 2 | -8/+8 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -7/+7 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 2 | -6/+6 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 2 | -4/+4 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 1 | -2/+2 |
2012-04-28 | Lint. | David Robillard | 1 | -1/+1 |
2012-04-26 | Save properties with pretty numbers so normal LV2 tools can read patches. | David Robillard | 1 | -1/+3 |
2012-04-23 | Use URI defines where possible. | David Robillard | 2 | -3/+5 |
2012-04-22 | "Connection" => "Edge" and related terminology stuff. | David Robillard | 2 | -31/+31 |
2012-04-22 | Fix crash when saving patches with subpatches. | David Robillard | 1 | -2/+1 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 2 | -10/+7 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -1/+1 |
2012-03-27 | Squeeze blank lines. | David Robillard | 2 | -4/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 3 | -48/+45 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -1/+1 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 3 | -910/+2 |
2012-03-20 | Sshh. | David Robillard | 1 | -6/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 5 | -93/+1002 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 2 | -26/+26 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 2 | -1/+3 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -31/+0 |