fix compilation with newer version of *mm and gcc-6.2 (RefPtr<> cast)
[ardour.git] / libs / canvas / wave_view.cc
2016-11-30 Robin Gareusfix compilation with newer version of *mm and gcc-6...
2016-03-01 Robin Gareusremove debug output
2016-03-01 Robin Gareusfix waveform flickering during recording
2016-03-01 Robin GareusNO OP, whitespace
2016-03-01 Robin Gareusprotect current_request with request_queue_lock
2016-03-01 Robin Gareususe glib mutex API
2016-02-28 Robin Gareusforce waveform images to be least 1px wide
2016-02-27 Robin Gareustry to narrow down #6478
2016-02-21 Paul Davismake threaded waveview rendering a configure time optio...
2016-02-19 Robin GareusRevert "disable threaded waveform rendering for 4.7"
2016-02-18 Paul Davisdisable threaded waveform rendering for 4.7
2016-01-16 Robin GareusThe return of threaded waveform rendering and related...
2015-12-16 Paul Davisdisable threaded waveview rendering.
2015-10-22 Robin Gareusremove invalid assertion - #6634
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-02 Paul Davisa couple of debug output statements to help diagnose...
2015-09-02 Paul Davisa couple of debug output statements to help diagnose...
2015-09-02 Robin Gareuswaveform, mutex for _current_image
2015-09-01 Robin Gareushandle waveform drawing thread shutdown
2015-08-20 Robin Gareusclear out some SessionHandleRef's on close.
2015-08-20 Robin Gareusclear waveform cache when shape changes - fixes #6525
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davistry using threaded waveviews in tracks also
2015-06-29 Paul Davisnever use threaded waveview rendering for Tracks
2015-06-29 Paul Davisclip level is adjusted only by region amplitude (which...
2015-06-29 Paul Davisattempt to correctly respond to changes in _amplitude_a...
2015-06-25 Robin Gareusfix windows debug builds:
2015-06-24 Paul Davisshow zero line when a DC offset moves waveform so that... 4.1
2015-06-23 Paul Davisdo not draw waveform outline at x-positions where the...
2015-06-23 Paul Davisseveral changes, major and minor, to improve threaded...
2015-06-23 Paul Daviscreate sortable, linear list for cache clearing on...
2015-06-23 Paul Davischange location for initialization of static WaveView...
2015-06-23 Paul Davisstop endless loop in WaveViewCache::cache_flush()
2015-06-19 Paul Davistwo more corrections to waveform zooming changes
2015-06-19 Paul Davisfix call to consolidate image cache to use the informat...
2015-06-19 Paul Davisstop pixel jitter when changing waveview height.
2015-06-19 Paul Davisattempt to correctly respond to changes in _amplitude_a...
2015-06-19 John EmmasCorrectly re-start an iteration (if we delete one of...
2015-06-11 Paul Davismore refactoring of WaveView threaded code to try to...
2015-06-11 Paul Davisdon't queue a callback with the idle event for waveview...
2015-06-11 Paul Davispossible fix for crashes related to vanishing waveviews...
2015-06-10 Paul Davisfix basic error with computation of partial image width...
2015-06-04 Paul Davisuse existing partial existing waveview images (if they...
2015-06-04 Paul Davisuse existing partial existing waveview images (if they...
2015-06-02 Paul Davisdon't use the return value from AudioRegion::read_peaks...
2015-06-02 John EmmasAmend WaveView::send_request() such that it'll compile...
2015-06-02 Paul Davisreinstate absent image.
2015-06-01 Paul Davisremove debug output and get logic correct to cause...
2015-06-01 Paul Davisdrop in threaded waveview changes via the two affected...
2015-04-29 Robin Gareusfix double precision abs value computation
2015-04-29 Paul Davismanually apply grygorii's waveform amplitude implementation
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-16 nick_mAmend ac1f7e0b
2015-04-16 nick_mIndicate all clips on rectified view.
2015-04-16 nick_mImprove waveview height and scaling.
2015-03-31 Robin Gareusfix OSX/PPC 10.4 long maths
2015-03-30 John EmmasFor the canvas library, #include 'gtkmm2ext/gui_thread...
2015-03-30 nick_mBetter fix for 6183.
2015-03-29 John EmmasFor the canvas library, #include 'gtkmm2ext/gui_thread...
2015-03-28 nick_mBetter fix for 6183.
2015-03-24 nick_mFix 0006183 (waveview crash).
2015-03-21 nick_mRevert mistaken change in e7b0e67bc8e1b546b587ffd803b81...
2015-03-21 nick_mProvide an image if there are no peaks.
2015-03-10 nick_mManual merge of the drawing component of waveview branch.
2015-02-20 nick_mThe commit 3da9c3b7403dd57984e1f0d090c7bd902f933225
2015-02-12 Paul Davisremove naive attempt to avoid drawing first vertical...
2015-02-11 Paul Davisadd a sort-of hack to allow us to avoid drawing the...
2015-01-21 Robin Gareusapply Theme > “Show waveform clipping”
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-25 David RobillardRemove dead code.
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-12 Robin GareusNOOP, remove trailing whitespace
2014-09-12 Robin Gareuswaveform drawing details:
2014-09-12 Robin Gareuswaveform: really draw 1px lines.
2014-09-12 Robin Gareusupdate waveform drawing for zoomed-in, non-overlapping...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-03 Paul Davisactually do something in WaveView::region_resized(...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-23 Paul Davisreturn of the zero line
2014-06-23 Paul Davisrevert drawing of rectified waves back to previous...
2014-06-23 Paul Daviscompletely rethink waveform rendering (again)
2014-06-23 Paul Davisfix logic error that meant one side of the waveform...
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Paul Davisrefactor Canvas so that all Items have children; add...
2014-06-17 Paul DavisMerge branch 'cache_fixes' of https://github.com/nmains...
2014-06-17 nick_mCache entries are now region colour aware.
2014-06-12 Paul Davischange Canvas heirarchy and constructors
2014-06-08 Paul Davisfix borked logic controlling whether/when to draw clip...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 nick_mUse global clip level from prefs. Restore clip colour, \
2014-06-07 nick_mUse a dumb cache for waveview ImageSurfaces. This halve...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-31 Robin Gareusdon't allow waveform to bleed into TimeAxisViewItem...
next