fix crash when copy'ing latent plugins
[ardour.git] / libs / canvas / canvas /
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-04 Robin Gareusadd fill-area feature to poly-line
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-09-06 Robin Gareusconsistent pango-text layout size - fixes #6490
2015-09-02 Robin Gareuswaveform, mutex for _current_image
2015-08-20 Robin Gareusclear waveform cache when shape changes - fixes #6525
2015-07-16 Ben Loftismerge fix
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-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-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-10 Paul Davisadd PBD::DEBUG::WaveView
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-01 Paul Davisdrop in threaded waveview changes via the two affected...
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 Davismanually apply grygorii's API to manage a correction...
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
2015-04-29 Paul Davisadd API to Ruler to optionally draw a divider (2 single...
2015-04-29 Paul Davisadd Rectangle::vertical_fraction() as a convenience...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 nick_mBetter fix for 6183.
2015-03-28 nick_mBetter fix for 6183.
2015-03-21 nick_mProvide an image if there are no peaks.
2015-03-14 David RobillardMove PC flags to avoid obscuring region name.
2015-02-12 Ben Loftisadd accessor methods for single_exposure
2015-02-12 Ben Loftis_single_exposure is now a member variable for each...
2015-02-12 Paul Davissimplify Canvas::Rectangle rendering to avoid unnecessa...
2015-02-12 Paul DavisCanvas::Rect::contains() should treat its right/left...
2015-02-11 Paul Davisadd a sort-of hack to allow us to avoid drawing the...
2015-02-09 Paul Daviscanvas items must be able to use fractional positions...
2015-01-17 David RobillardRevert "Kludgey fix for invisible playhead when scrolled."
2015-01-17 David RobillardCompute arrow bbox manually to appease crazy canvas.
2015-01-17 David RobillardKludgey fix for invisible playhead when scrolled.
2015-01-17 David RobillardPut playhead on top of everything.
2014-12-19 Paul Davisadd ArdourCanvas::change_alpha()
2014-12-18 Paul Davischange Item::visible() to Item::self_visible(); add...
2014-12-15 Paul Davisadd getters for SVAModifier
2014-12-15 Paul Davisfix up SVAModifier constructors
2014-12-15 Paul Davisadd SVAModifier to ArdourCanvas color code
2014-12-09 Paul Davislots more color work, closer and closer to being ready...
2014-12-06 David RobillardFix inappropriately massive flag font.
2014-12-02 Paul Davisfirst pass at optimization for low-level canvas code
2014-11-29 David RobillardShow discrete/toggled automation as stepped line.
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-25 David RobillardRemove dead code.
2014-11-15 David RobillardFix MIDI region keyboard editing (add key handling...
2014-11-11 Paul Davisfurther work on new color manipulation code
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-07 Paul Davismove canvas colors code into its own file(s)
2014-11-07 Paul Davisadd API to extract color from ArdourCanvas::Text and...
2014-11-06 Paul Davisadd Rect::shrink(Distance) even though it arguably...
2014-11-06 Paul Davisadd some more outline enums to ArdourCanvas::Rectangle
2014-11-06 Paul Davisallow derived classes to access Item::{scroll,position...
2014-11-05 Paul Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-11-04 Paul Davisadd new TimeRectangle to ArdourCanvas
2014-10-28 Robin Gareusallow to use cairo-image/software surface for canvas...
2014-10-28 Robin Gareusremove unused old API
2014-10-24 Paul Davisadd #include that had gone unnoticed before
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-26 Paul Davisfurther tweaks to canvas tooltip mechanism
2014-09-26 Paul Davisdisplay and position canvas tooltip window
2014-09-26 Paul Davisbasic design of Canvas item tooltip mechanism.
2014-09-07 Paul Davisadd Canvas::Ruler::set_metric() to allow ruler metrics...
2014-09-07 Paul Davischange Metric element of a Canvas::Ruler item into...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Paul Davisverbose cursor text is always outlined
2014-06-30 Paul Davismove contrasting_text_color() into ArdourCanvas
2014-06-29 John EmmasChange some declarations from 'struct' to 'class' ...
2014-06-26 Paul Davisnew API for TrackingText and similar items
2014-06-26 Paul Davisnew TrackingText canvas item, to resolve conceptual...
2014-06-24 Ben Loftisadd scroll wheel handler to canvas
2014-06-23 Paul Daviscompletely rethink waveform rendering (again)
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul Davisadd missing new files for canvas redesign
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.
next