summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-12-20Port level meters to trunkDoug McLain
2007-09-05dont fill the initial gm rec, since it gets overdrawn by the metrics pixmap a...Doug McLain
2007-07-07finish show() stuff for mixer strip and friendsDoug McLain
2007-07-07more show() stuff, and replaced strip->show_all(); untill its actually finishedDoug McLain
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27Big ol' automation refactor.David Robillard
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-20Made plugin input/output counts multi-typed (towards MIDI plugins, instrument...David Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-05-26add missing png files for 2 new crossfade presets per r1889Doug McLain
2007-05-26Better method for redrawing gain meter pixmaps upon theme changeDoug McLain
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-02make session restore work by using explicit data types when creating new play...Paul Davis
2007-05-01initial fixes to get build to work without new JACK MIDI, and to get it runni...Paul Davis
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-31Merged with trunk R874.David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-07-28Merged with trunk R708David Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 610David Robillard
2006-05-24Fixed some valgrind errors from using uninitialized variables in Sampo Savolainen
2006-05-22Mixer pane can be collapsed again, some cleanup, give up and go back to 'Off'...Nick Mainsbridge
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-04-24a) completely refactor abstract UI codePaul Davis
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-03-15remove debug codeDoug McLain
2006-03-15fix for meter_point_buttonDoug McLain
2006-03-15pixbufs instead of pixmaps; function-scope local fd's for reading from a File...Paul Davis
2006-03-14created get_bogus_drawable() when I realized it was needed by FastMeter as we...Doug McLain
2006-03-14moved gain rail and sliders to files. The previously unused 'from_files' port...Doug McLain
2006-03-14improvements (!) to waveform display for destructive tracks, plus a generic f...Paul Davis
2006-03-12remove varispeed control; shuttle controller now has a context menu with max ...Paul Davis
2006-02-13fix style overwriting done by fastmeter, and lack of clip mask/clip origin re...Paul Davis