Age | Commit message (Expand) | Author | Files | Lines |
2011-12-08 | Fix node moving (inform user via "moved" signal). | David Robillard | 2 | -2/+2 |
2011-12-07 | Remove cruft from public API. | David Robillard | 1 | -2/+6 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 11 | -64/+68 |
2011-12-06 | Death to Module.cpp. | David Robillard | 2 | -3/+5 |
2011-12-05 | Remove cruft. | David Robillard | 3 | -17/+5 |
2011-12-04 | Move module port management stuff down to C level. | David Robillard | 2 | -4/+6 |
2011-12-04 | Move module ports down to C level. | David Robillard | 2 | -11/+15 |
2011-12-04 | Store C items in Canvas. | David Robillard | 2 | -3/+3 |
2011-12-04 | Store C edges in Canvas. | David Robillard | 2 | -0/+3 |
2011-12-04 | Move Port::_module down to C level (Port is now a stateless wrapper). | David Robillard | 2 | -2/+2 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 5 | -46/+103 |
2011-12-02 | Remove Shape typedef. | David Robillard | 2 | -2/+2 |
2011-12-02 | Joinable => Node. | David Robillard | 2 | -14/+14 |
2011-12-02 | Remove Shape::store_location() in favour of Joinable::signal_moved. | David Robillard | 1 | -0/+2 |
2011-12-02 | Use Joinable shape and remove Node::_circle. | David Robillard | 1 | -1/+1 |
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 | 3 | -7/+5 |
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 | Rename ChangeLog to NEWS, which is what it really is. | David Robillard | 1 | -13/+10 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -2/+2 |
2011-11-26 | Mac integration. | David Robillard | 7 | -415/+100 |
2011-11-26 | Fix potential crash on exit. | David Robillard | 1 | -1/+3 |
2011-11-26 | Fix OSX bundling with auto-arrange enabled. | David Robillard | 2 | -11/+22 |
2011-11-26 | Fix whitespace. | David Robillard | 1 | -1/+1 |
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 | 12 | -43/+11 |
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 JACK checking so compilation works with old Jack (just without session su... | David Robillard | 1 | -8/+6 |
2011-11-25 | Fix OSX bundle. | David Robillard | 3 | -8/+17 |
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 | 3 | -0/+64 |
2011-11-25 | Remove property which causes a warning in GTK2. | David Robillard | 1 | -1/+0 |