summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Make only control inputs controllable by user.David Robillard1-0/+2
2013-05-26Fix port menu to allow disconnecting a single port from everything.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-6/+6
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-7/+2
2013-02-02GUI support for integer controls.David Robillard1-8/+18
2013-02-02Show check box for toggle ports and ellipsis for enumeration (menu) ports.David Robillard1-0/+5
2013-02-02More generic Atom class.David Robillard1-11/+11
2013-02-02Fix drag connecting.David Robillard1-2/+2
2013-02-02Fix status bar hover text.David Robillard1-3/+6
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-23/+23
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-5/+5
2013-01-08Re-enable node documentation.David Robillard1-6/+2
2013-01-08Add support for URID ports.David Robillard1-0/+64
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-2/+2
2012-11-21Move human name and port label options to main configuration.David Robillard1-11/+19
2012-08-19Patch => GraphDavid Robillard1-13/+13
2012-08-18Node => BlockDavid Robillard1-9/+9
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+2
2012-08-16Remove all 'using namespace Raul'.David Robillard1-3/+2
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-08-11Reset peaks on disconnected inputs on the client side, reducing bandwidth and...David Robillard1-3/+16
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+1
2012-05-23Update status bar only for control ports with the pointer over them.David Robillard1-7/+10
2012-05-11Add missing includes.David Robillard1-2/+5
2012-05-11Clean up and better document World interface.David Robillard1-2/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-6/+6
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-1/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard1-0/+33
2012-04-23Remove cruft.David Robillard1-25/+0
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-5/+0
2012-04-05Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).David Robillard1-6/+3
2012-04-05Fix wonky controls when plugin GUI is open (fix #822).David Robillard1-6/+9
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+4
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-13/+13
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+2
2012-03-12Make port controls actually do something.David Robillard1-34/+34
2011-12-08Clean up port event stuff.David Robillard1-7/+29
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-8/+8
2011-12-03Don't expose canvas data structures.David Robillard1-6/+6
2011-12-01Fix compilation.David Robillard1-3/+3
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-0/+9
2011-11-28Independent control of corner radiuses.David Robillard1-1/+3
2011-11-28Implement port boxes as a custom gnomecanvas C widget.David Robillard1-5/+3
2011-11-09Update for changes in LV2 SVN.David Robillard1-1/+1
2011-10-22De-singleton-ify GUI.David Robillard1-25/+26