summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-6/+7
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+5
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2017-12-25Always use bracesDavid Robillard1-2/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2017-02-15Move static path stuff to its own headerDavid Robillard1-1/+1
2016-03-14Enable graph port menu items in external viewDavid Robillard1-5/+5
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2014-08-28Don't show value menu items for control outputs.David Robillard1-5/+6
2014-08-09Improve object context menu.David Robillard1-0/+4
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-4/+4
2014-01-24Fix various whitespace and formatting issues.David Robillard1-3/+2
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-16/+8
2014-01-18Consolidate URIs.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-16/+16
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-9/+9
2012-08-18Node => BlockDavid Robillard1-14/+14
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-5/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+0
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-1/+1
2012-06-12Tidy.David Robillard1-14/+11
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-21/+55
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+0
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-10/+10
2012-05-10LV2URIMap => URIMap.David Robillard1-2/+3
2012-04-28Lint.David Robillard1-1/+1
2012-04-28Remove using declarations from headers.David Robillard1-0/+4
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-25Update for latest atom extension.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+6
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard1-6/+6
2011-10-22Fix menus.David Robillard1-0/+4
2011-10-22De-singleton-ify GUI.David Robillard1-13/+13
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-4/+4
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+3
2011-08-20Fix port and node menusDavid Robillard1-5/+1
2011-07-04Eliminate weird-looking empty menus on non-control portsDavid Robillard1-12/+14
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-5/+3
2011-05-24Move appropriate client headers to public include directory.David Robillard1-2/+2
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-11/+12