summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Store location passed in signal rather than the current oneDavid Robillard1-2/+1
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-4/+4
2020-11-27Use enum classesDavid Robillard1-4/+4
2020-11-27Always initialize variablesDavid Robillard1-1/+1
2020-11-27Always use braces around statementsDavid Robillard1-3/+5
2020-11-27Use auto where appropriateDavid Robillard1-1/+1
2020-11-27Fix redundant smart pointer getDavid Robillard1-1/+1
2020-11-27Use nullptrDavid Robillard1-4/+4
2020-02-09Use range-based for loops in more placesDavid Robillard1-4/+5
2020-02-09Format all code with clang-formatDavid Robillard1-23/+21
2019-12-29Clean up includesDavid Robillard1-1/+2
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-2/+3
2014-03-31Make port colours configurable.David Robillard1-4/+4
2014-03-30StateManager => Configuration.David Robillard1-4/+4
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-16/+3
2013-03-17Update copyright date.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2011-12-10Fix event handling.David Robillard1-4/+7
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-4/+4
2011-12-06Death to Module.cpp.David Robillard1-0/+1
2011-12-05Remove cruft.David Robillard1-0/+1
2011-12-04Move module port management stuff down to C level.David Robillard1-3/+5
2011-12-04Move module ports down to C level.David Robillard1-3/+3
2011-12-03Don't expose canvas data structures.David Robillard1-0/+12
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard1-0/+2
2011-12-01Use consistent property wrappers for x and y coordinates.David Robillard1-1/+1
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-0/+9
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard1-2/+2
2011-11-28Make Item no longer a Gnome::Canvas::Group.David Robillard1-1/+1
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-6/+13
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-2/+2
2011-06-06Use sane typedefs for collections.David Robillard1-2/+2
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-7/+3
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-01-09Code cleanups (cpplint).David Robillard1-5/+5
2010-12-15Don't show `split' menu item for modules with only inputs or outputs (ticket ...David Robillard1-0/+39
2010-12-15Add file missing from last commit.David Robillard1-0/+98