Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-04-26 | Save properties with pretty numbers so normal LV2 tools can read patches. | David Robillard | 1 | -1/+1 |
2012-04-26 | Fix undefined reference. | David Robillard | 1 | -3/+3 |
2012-04-25 | Move more functionality down to C canvas. | David Robillard | 1 | -2/+2 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 3 | -22/+22 |
2012-04-24 | Move more implementation to C GanvCanvas. | David Robillard | 1 | -1/+1 |
2012-04-24 | Give canvas focus by default so keyboard commands work. | David Robillard | 5 | -17/+7 |
2012-04-24 | Fix downward signal flow display (i.e. port labels disabled). | David Robillard | 2 | -11/+2 |
2012-04-24 | Update copyright stuff in about dialog. | David Robillard | 1 | -3/+3 |
2012-04-23 | Fix polyphony widgets (fix #664). | David Robillard | 2 | -3/+10 |
2012-04-23 | Edge deletion via select and keyboard delete. | David Robillard | 1 | -2/+14 |
2012-04-23 | Remove vestigial edit mode stuff. | David Robillard | 2 | -26/+0 |
2012-04-23 | Fire signal and update GUI correctly when renaming ports. | David Robillard | 1 | -1/+2 |