summaryrefslogtreecommitdiff
path: root/gtk2_ardour/analysis_window.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-08-07fix typoRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-05adjust color API for RouteUI to use PresentationInfo's colorPaul Davis
2016-05-22overhaul region/range spectrum analysisRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-03-23fix some memory leaksRobin Gareus
2013-04-05Fix display of Spectral Analysis when no tracks are selected.Colin Fletcher
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-30Fix spectral analysis of regions.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2007-07-06show() widgets explicitly in gtk2_ardour/ardour_ui.ccDoug McLain
2007-07-06show() widgets explicitly in gtk2_ardour/analysis_window.ccDoug McLain
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-17a better version of: fix compile with FFT_ANALYSIS=1, problem caused by a cha...Paul Davis
2007-01-17fix compile with FFT_ANALYSIS=1, problem caused by a change in the type of Re...Paul Davis
2006-12-14Fix small compile issue due to shared_ptr<> fixesSampo Savolainen
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25shared_ptr<Region> fixesSampo Savolainen
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27shared_ptr fixesSampo Savolainen
2006-07-06Fixed compile warnings.Sampo Savolainen
2006-06-21the return of VST supportPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-27"The In-Flight Hack, 2006"Paul Davis
2006-03-12Make FFT easier to use. right click on a range selection or a region andSampo Savolainen
2006-03-12First commit on FFT analysis window. Still some functionality missing,Sampo Savolainen