summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/Port.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-1/+1
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard1-1/+2
2008-06-09Fix lingering breadcrumbs of destroyed subpatches (ticket #80).David Robillard1-2/+0
2008-06-09Fix port control slider synchronization issues.David Robillard1-0/+2
2008-05-20Fix various problems with control port values.David Robillard1-6/+9
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard1-1/+1
2007-10-21Fix various client-side variable state problems.David Robillard1-3/+2
2007-10-13Fix crash when control dragging on MIDI or OSC ports.David Robillard1-0/+4
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-2/+2
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-1/+1
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard1-0/+5
2007-10-01Blink MIDI ports on message transmission.David Robillard1-0/+9
2007-09-24Avoid thread creation and glade stuff on module/port creation (defer until me...David Robillard1-6/+11
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-1/+2
2007-09-22Type oblivious set_port_value interface.David Robillard1-1/+1
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard1-18/+14
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard1-3/+3
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard1-22/+25
2007-07-27Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat...David Robillard1-1/+4
2007-07-27Track control values for port 'sliders' (module sliders move in sync with nod...David Robillard1-10/+26
2007-07-27Control port slider functionality (when not in edit more, or holding down con...David Robillard1-0/+22
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-0/+9
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-7/+7
2007-06-06Nicer Flowcanvas naming.David Robillard1-2/+2
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-0/+61