Age | Commit message (Expand) | Author | Files | Lines |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 3 | -7/+7 |
2012-08-12 | Fix loading patches from GUI (fix #851). | David Robillard | 1 | -2/+2 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 2 | -3/+17 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -1/+1 |
2012-08-10 | Fix various const violations. | David Robillard | 2 | -5/+5 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -1/+1 |
2012-07-31 | Request plugins and root patch on LV2 UI startup. | David Robillard | 2 | -2/+6 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 24 | -91/+76 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -1/+1 |
2012-07-29 | Add UI for adding arbitrary object properties to properties dialog. | David Robillard | 3 | -27/+342 |
2012-07-27 | Sshh. | David Robillard | 1 | -2/+0 |
2012-07-26 | Fix creation of polyphonic nodes from plugin dialog. | David Robillard | 1 | -4/+3 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 3 | -4/+10 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 2 | -0/+25 |
2012-07-16 | Tidy. | David Robillard | 1 | -1/+1 |
2012-06-30 | Fix occasional crashes after node deletion (fix #843). | David Robillard | 1 | -0/+4 |
2012-06-12 | Tidy. | David Robillard | 1 | -14/+11 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 4 | -31/+70 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 3 | -5/+0 |
2012-05-23 | Fix creation of event ports via GUI. | David Robillard | 1 | -0/+4 |
2012-05-23 | Update status bar only for control ports with the pointer over them. | David Robillard | 2 | -7/+11 |
2012-05-23 | Fix crash when loading polyphonic patches. | David Robillard | 1 | -4/+9 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -1/+2 |
2012-05-14 | Remove useless abs and fix compilation error on some platforms (fix ticket #8... | David Robillard | 1 | -1/+1 |
2012-05-14 | Clean up Thread interface. | David Robillard | 1 | -3/+2 |
2012-05-13 | Handle exception by reference. | David Robillard | 3 | -6/+6 |
2012-05-13 | Initialize all members on construction. | David Robillard | 2 | -8/+21 |
2012-05-12 | Fix memory errors when running as LV2 plugin. | David Robillard | 1 | -1/+5 |
2012-05-12 | Select newly pasted objects so they can be easily moved. | David Robillard | 4 | -3/+12 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 3 | -22/+0 |
2012-05-12 | Get copy and paste working again. | David Robillard | 1 | -27/+42 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 30 | -27/+99 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 3 | -4/+4 |
2012-05-11 | Add missing includes. | David Robillard | 22 | -7/+45 |
2012-05-11 | Lint. | David Robillard | 2 | -18/+18 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 4 | -32/+28 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 3 | -13/+12 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 21 | -109/+105 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 3 | -5/+5 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 19 | -48/+41 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 2 | -5/+12 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 2 | -2/+2 |
2012-05-10 | Don't double initialize Jack when running ingen -eg | David Robillard | 1 | -5/+4 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 1 | -13/+4 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 2 | -2/+2 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 22 | -1135/+5 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 2 | -0/+36 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 4 | -44/+38 |
2012-04-28 | Lint. | David Robillard | 19 | -47/+69 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 44 | -283/+304 |