Age | Commit message (Expand) | Author | Files | Lines |
2011-12-02 | Connection => Edge. | David Robillard | 6 | -11/+11 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 3 | -5/+5 |
2011-12-01 | Use consistent property wrappers for x and y coordinates. | David Robillard | 1 | -1/+1 |
2011-12-01 | FlowCanvas::Item => FlowCanvas::Shape. | David Robillard | 2 | -2/+2 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 3 | -1/+31 |
2011-12-01 | Remove width and height stuff from Item (not generic). | David Robillard | 1 | -1/+1 |
2011-11-30 | Remove redundant Connection::_source and Connection::_dest. | David Robillard | 2 | -4/+4 |
2011-11-30 | Connectable => Joinable. | David Robillard | 2 | -14/+14 |
2011-11-30 | Remove old Connection handle stuff. | David Robillard | 1 | -1/+0 |
2011-11-29 | Remove all centering stuff. Nothing but trouble. | David Robillard | 2 | -3/+2 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 2 | -5/+3 |
2011-11-28 | Make Item no longer a Gnome::Canvas::Group. | David Robillard | 1 | -1/+1 |
2011-11-28 | Add missing include. | David Robillard | 1 | -0/+1 |
2011-11-27 | Add missing include (#788). | David Robillard | 1 | -1/+2 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 3 | -3/+3 |
2011-11-27 | Document public API. | David Robillard | 6 | -12/+12 |
2011-11-26 | Mac integration. | David Robillard | 3 | -7/+33 |
2011-11-26 | Fix potential crash on exit. | David Robillard | 1 | -1/+3 |
2011-11-26 | Remove spurious comma. | David Robillard | 1 | -1/+1 |
2011-11-26 | Add missing file. | David Robillard | 1 | -0/+156 |
2011-11-26 | Handle adding and removing connections internally like with items. | David Robillard | 1 | -1/+1 |
2011-11-26 | Don't expose non-const references to internal canvas collections. | David Robillard | 2 | -2/+2 |
2011-11-25 | Remove Raul dependency. | David Robillard | 10 | -40/+9 |
2011-11-25 | Move more logging into the messages window. | David Robillard | 4 | -28/+18 |
2011-11-25 | Remove cruft. | David Robillard | 3 | -6/+4 |
2011-11-25 | Fix OSX bundle. | David Robillard | 1 | -3/+3 |
2011-11-25 | Fix Mac bundle environment stuff. | David Robillard | 1 | -2/+2 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 11 | -453/+144 |
2011-11-25 | Make it possible to remove connections by middle-clicking on their handle, or | David Robillard | 2 | -0/+56 |
2011-11-25 | Remove property which causes a warning in GTK2. | David Robillard | 1 | -1/+0 |
2011-11-25 | Add fontconfig configuration file to bundle. | David Robillard | 1 | -0/+3 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 23 | -168/+807 |
2011-11-25 | Remove unused DBus class. | David Robillard | 2 | -180/+0 |
2011-11-25 | Remove LASH stuff. | David Robillard | 17 | -2518/+173 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 2 | -3/+3 |
2011-11-07 | Fix warning. | David Robillard | 1 | -4/+2 |
2011-10-18 | Clang warning fixes. | David Robillard | 3 | -8/+8 |
2011-08-20 | Fix compilation of Jack DBus driver (probably doesn't work correctly, though). | David Robillard | 2 | -58/+38 |
2011-07-04 | Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721). | David Robillard | 2 | -7/+15 |
2011-06-20 | Fix crashes on jack client exit. | David Robillard | 3 | -4/+14 |
2011-06-19 | Remove module from canvas when Jack clients exit. | David Robillard | 2 | -5/+3 |
2011-06-17 | Support C-+ as well as C-= for zoom in (for non-US keyboards with unshifted `... | David Robillard | 1 | -0/+1 |
2011-06-15 | Remove 'zoom full' menu item | David Robillard | 3 | -19/+0 |
2011-06-11 | Remove dead code. | David Robillard | 2 | -17/+0 |
2011-06-09 | Clean up show/hide (gnomecanvas items are visible by default). | David Robillard | 1 | -1/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 5 | -38/+1 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 11 | -233/+197 |
2011-06-08 | Fix double-add of items to canvas (fixing rect select, among other things) | David Robillard | 1 | -2/+1 |
2011-06-07 | Avoid including gtkmm.h (which brings several megs of header into the compila... | David Robillard | 9 | -11/+46 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 14 | -189/+228 |