summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2013-07-31fix merge conflict from masterPaul Davis
2013-07-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-15simplify meter-type context menuRobin Gareus
2013-07-15move ardour meter globals into dedicated namespace (TODO meter_patters typedef)Robin Gareus
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-07-11amend cb7bcb6d - locked-solo button styleRobin Gareus
2013-07-11replace Lock^Wshopping-bag icon with button-sensitivityRobin Gareus
2013-07-11update mixer-meter (width) and panner if channel count changesRobin Gareus
2013-07-10save width of mixer-strip when changing _all_ stripsRobin Gareus
2013-07-10slimming diet for the narrow-mixer stripRobin Gareus
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10show track-ID in mixerRobin Gareus
2013-07-10add convenience functions to switch meter-types.. (maybe too much?!)Robin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10ignore state-changes during [meter] context-menu popup (gtkmm bug?)Robin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-06-23fix caching of Audio+Midi metricsRobin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-03-07fix problem with display of panner when adding instrument to a MIDI trackPaul Davis
2013-01-24fix labels and time-of-labelling for iso+lock buttons in mixer stripPaul Davis
2013-01-21more cleanup of crazy (?) stuff regarding gain display and peak display in Ga...Paul Davis
2013-01-21fix/revert/modify changes from 13617 that hide the gain + peak display from a...Paul Davis
2013-01-12narrow-mixer strip tweak:Robin Gareus
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2012-12-07crash fix. looks like narrow mixer strips need more work againBen Loftis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-27try another fix for the crash created by rev 13547Paul Davis
2012-11-27avoid crash caused by referencing non-existent route in mixer strip button na...Paul Davis
2012-11-26some tweaks to make narrow mixer strips actually narrowPaul Davis
2012-11-19markup-escape track/playlist titles in tooltips.Robin Gareus
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-06-19Fix logic for setting mixer strip name button widths (#4448).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-01-24Remove some never-seen tooltips (overridden by otherCarl Hetherington
2012-01-24don't offer to save master bus as a route templatePaul Davis
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2011-12-01cleanup vertical spacing a bit in mixer strip; rename new send options to be ...Paul Davis
2011-12-01expose Pango::Layout member of ArdourButton; set ellipsizing behaviour for mi...Paul Davis