summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-15Shutup.David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebasePaul Davis
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
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