summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.h
AgeCommit message (Expand)Author
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-06-27fix eternal valgrind complaint about GainMeter::_width not being initialized;...Paul Davis
2008-06-17some cleanups after the last commit/changesPaul Davis
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring a...Paul Davis
2008-04-04Fix resetting of peak display and metersDoug McLain
2008-04-04Integrate level meters into the mixerstrip gain meters for real this time. Th...Doug McLain
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-03-21Undo 3160 for now. The canvas stops updating when the mixer is open (but only...Doug McLain
2008-03-20build the meters in GainMeter from the LevelMeters class instead of doing it ...Doug McLain
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
2008-02-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-01-10Remove unused functionDoug McLain
2007-12-04Make level meter colors user definable. Base, Mid, Top, and Clip colors are d...Doug McLain
2007-11-19Fix connect/disconnect of meter updating, and keep meters visible for now, to...Doug McLain
2007-11-17Level meters added to editor tracks, smaller and aboveDoug McLain
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-27fix #1394 - The 'narrow strip' option in the mixer does not take extra width ...Paul Davis
2006-11-30frame for fader belt; better focus behaviour for gain display text entry (gen...Paul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
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-05-21This should fix the options editor crasher i just made.. thanks NostarNick Mainsbridge
2006-05-21Mixer strip layout, emsure correct column expands on treeviews, 'Manual' auto...Nick Mainsbridge
2006-05-19Mixer strip & ui layout changesNick Mainsbridge
2006-03-15pixbufs instead of pixmaps; function-scope local fd's for reading from a File...Paul Davis
2006-03-12remove varispeed control; shuttle controller now has a context menu with max ...Paul Davis
2005-12-24some more "std::string" to "const char *" conversations.Karsten Wiese
2005-11-29remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realiz...Paul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin