new API for route solo/mute state mgmt
[ardour.git] / libs / canvas /
2016-05-28 nick_mHopefully finally fix tempo curve flickering.
2016-05-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-27 nick_mTempo ramps - finally fix flicker in framed curve.
2016-05-27 nick_mYr,[p ramps - fix flickering tempo curves when zoomed in.
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...
2016-05-27 nick_mTempo ramps - revert earlier change to Canvas::Curve
2016-05-27 nick_mTempo ramps - add visualtempo curve, dragging bbt or...
2016-05-27 nick_mCrapola - this is an experimental performance hack...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-04-26 Robin Gareuscanvas tooltips, too
2016-04-04 John EmmasModify our MSVC projects to build liblua as a DLL rathe...
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 Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusforce waveform images to be least 1px wide
2016-02-27 Robin Gareustry to narrow down #6478
2016-02-27 John EmmasAccommodate 'lua' search paths in various projects...
2016-02-22 Adrian KnothSpelling correction patch from Debian
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-12-01 Tim MayberryMove PBD symbol demangle functions into pbd/demangle...
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
2015-10-22 Robin Gareusremove invalid assertion - #6634
2015-10-06 Tim MayberryInclude button number in canvas button press/release...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-14 Robin Gareusamend previous commit.
2015-09-14 Robin Gareusfix short x-fade rendering
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-09-06 Robin Gareusconsistent pango-text layout size - fixes #6490
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-30 Robin GareusReplace "%z" modifier with glib macro for portability.
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-29 Paul Daviscopy all XCode project files from Tracks.
2015-06-29 Paul Davisconditionalize background fades depending on whether...
2015-06-29 Paul Davistweak for static library build
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 Paul Davisfix compiler const-cast warning
2015-06-19 John EmmasCorrectly re-start an iteration (if we delete one of...
2015-06-16 Paul Davisfixes for canvas text display on Retina (from Valeriy)
2015-06-13 Robin GareusNOOP, reindent code.
2015-06-13 Robin Gareusfix crash on OSX displaying MIDI sysex, or similar...
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
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-10 Paul Davisadd PBD::DEBUG::WaveView
2015-06-09 John EmmasAdd the new (UINTSDEFINED) preprocessor directive to...
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-05-23 nick_mMerge branch 'relative_snap'
2015-05-19 Robin Gareusfix x-fade display access beyond array boundaries
2015-05-02 Robin Gareusgfx-card & performance testing
2015-04-29 Robin Gareusfix double precision abs value computation
2015-04-29 Robin Gareusenable fade-out display by default in A4.
2015-04-29 Paul DavisNOOP: fix indentation
2015-04-29 GZharun[Summary] Should have been committed with previous...
2015-04-29 Paul Davisfix issue with manual merge conflict
2015-04-29 Paul Davismake computation of OS X pango text width correction...
2015-04-29 Paul Davismanually apply grygorii's API to manage a correction...
2015-04-29 Paul Davismanually apply grygorii's waveform amplitude implementation
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davischange placement of ruler divider so that the lower...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
next