summaryrefslogtreecommitdiff
path: root/libs/canvas/wave_view.cc
AgeCommit message (Expand)Author
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-06-26Reimplementation of large parts of the WaveView classTim Mayberry
2017-05-14Fix out-of-bounds waveform image rendering.5.9Robin Gareus
2017-04-19Use PBD::to_string from pbd/string_convert.h in WaveView debug codeTim Mayberry
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2016-11-30fix compilation with newer version of *mm and gcc-6.2 (RefPtr<> cast)Robin Gareus
2016-03-01remove debug outputRobin Gareus
2016-03-01fix waveform flickering during recordingRobin Gareus
2016-03-01NO OP, whitespaceRobin Gareus
2016-03-01protect current_request with request_queue_lockRobin Gareus
2016-03-01use glib mutex APIRobin Gareus
2016-02-28force waveform images to be least 1px wideRobin Gareus
2016-02-27try to narrow down #6478Robin Gareus
2016-02-21make threaded waveview rendering a configure time option (enabled by default)Paul Davis
2016-02-19Revert "disable threaded waveform rendering for 4.7"Robin Gareus
2016-02-18disable threaded waveform rendering for 4.7Paul Davis
2016-01-16The return of threaded waveform rendering and related crashes.Robin Gareus
2015-12-16disable threaded waveview rendering.Paul Davis
2015-10-22remove invalid assertion - #6634Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-02a couple of debug output statements to help diagnose a crash, part 2Paul Davis
2015-09-02a couple of debug output statements to help diagnose a crashPaul Davis
2015-09-02waveform, mutex for _current_imageRobin Gareus
2015-09-02handle waveform drawing thread shutdownRobin Gareus
2015-08-20clear out some SessionHandleRef's on close.Robin Gareus
2015-08-20clear waveform cache when shape changes - fixes #6525Robin Gareus
2015-06-29try using threaded waveviews in tracks alsoPaul Davis
2015-06-29never use threaded waveview rendering for TracksPaul Davis
2015-06-29clip level is adjusted only by region amplitude (which is audible), not by _a...Paul Davis
2015-06-29attempt to correctly respond to changes in _amplitude_above_axis in ArdourCan...Paul Davis
2015-06-25fix windows debug builds:Robin Gareus
2015-06-24show zero line when a DC offset moves waveform so that it doesn't intersect w...4.1Paul Davis
2015-06-23do not draw waveform outline at x-positions where the waveform "spread" would...Paul Davis
2015-06-23several changes, major and minor, to improve threaded waveview renderingPaul Davis
2015-06-23create sortable, linear list for cache clearing on demand, rather than trying...Paul Davis
2015-06-23change location for initialization of static WaveView image cache, and provid...Paul Davis
2015-06-22stop endless loop in WaveViewCache::cache_flush()Paul Davis
2015-06-19two more corrections to waveform zooming changesPaul Davis
2015-06-19fix call to consolidate image cache to use the information held in the requestPaul Davis
2015-06-19stop pixel jitter when changing waveview height.Paul Davis
2015-06-19attempt to correctly respond to changes in _amplitude_above_axis in ArdourCan...Paul Davis
2015-06-19Correctly re-start an iteration (if we delete one of the items being iterated)John Emmas
2015-06-11more refactoring of WaveView threaded code to try to get to heart of crash bugPaul Davis
2015-06-11don't queue a callback with the idle event for waveview image generation if o...Paul Davis
2015-06-10possible fix for crashes related to vanishing waveviews (and if it doesn't fi...Paul Davis
2015-06-10fix basic error with computation of partial image width; add use of DEBUG_TRA...Paul Davis
2015-06-04use existing partial existing waveview images (if they exist) while waiting f...Paul Davis
2015-06-02don't use the return value from AudioRegion::read_peaks() because it is eithe...Paul Davis