summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2009-03-11final (?) fix for editor mixer strip handling when route is removedPaul Davis
2009-03-05fix kludgy assumption about item ordering in ops menuPaul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-04properly tear-down route_ops_menu in mixer strip when route is changed, and m...Paul Davis
2008-11-30clarify ownership and management of RouteUI::remote_control_menuPaul Davis
2008-11-07Fix (OSX only) for dirty redraws in adjacent mixer strips when resizing.Nick Mainsbridge
2008-11-04more tooltips; better tooltip colors for dark themesPaul Davis
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-27Show rec enable button in editor mixer, make mixer strip capitalisation consi...Nick Mainsbridge
2008-10-11fix mixup of input/output selectors after a mixer strip has its Route/IO resetPaul Davis
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-06-18patch from colinf for #2304 to reset meter peaks when meter point is reset. N...Paul Davis
2008-02-21minor fixes from OS X landPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-01-06return the width request to its orginal size now that the meter drawing over ...Doug McLain
2008-01-04Create a better Narrow MixerStrip, and fix a bug where when enough routes are...Doug McLain
2007-11-26more ongoing SAE-driven changes (too many too list here)Paul Davis
2007-09-06more fixups for the gain meter metricsDoug McLain
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
2007-04-26fix mixer-strip-width-not-restored, hopefully foreverPaul Davis
2007-04-26no renaming tracks that are record-enabledPaul Davis
2007-02-27fix #1394 - The 'narrow strip' option in the mixer does not take extra width ...Paul Davis
2007-02-23fixed incorrect restore of mixer strip visibilityPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-14make mixer strip rec-enable button behave like othersPaul Davis
2007-02-13give mixer (R|M|S) buttons back their special statusPaul Davis
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-02-08Missed a deprecated gtkmm API.Taybin Rutkin
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-17fixes for MIDI port setup; options editor now sets trace options correctly (s...Paul Davis
2006-11-16small changes to the mixer strip from thorwilPaul Davis
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ...Paul Davis
2006-11-13Fixed refresh of strip and track hide buttons.Taybin Rutkin
2006-11-11use thorsten's hide iconPaul Davis
2006-11-08use track colour to set comment button background rather than use active butt...Nick Mainsbridge
2006-11-06Comment button hilighted when comments exist. Thanks Brian!Taybin Rutkin
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-05-27Changes to the Configuration object to properly handle radio actions as well ...Doug McLain
2006-05-21Mixer strip layout, emsure correct column expands on treeviews, 'Manual' auto...Nick Mainsbridge
2006-05-20Fix bus rec enable bug introduced in last commitNick Mainsbridge
2006-05-19Mixer strip & ui layout changesNick Mainsbridge