summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-09-27provide ArdourCanvas::Text::{width,height}()Paul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
2016-09-27add variant of Rect::expand() that allows different amounts in each directionPaul Davis
2016-09-27make inclusion/exclusion of hidden children optional in Item::add_child_bound...Paul Davis
2016-09-27add Item::add_front()Paul Davis
2016-09-27make Item::child_changed() virtualPaul Davis
2016-09-27a slew of unconnected mostly minor tweaks to get Push2 support back to where ...Paul Davis
2016-09-13Add missing header include guards in canvas libraryTim Mayberry
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-05add fill-area feature to poly-lineRobin Gareus
2016-05-27Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.nick_m
2016-05-17backport canvas color functions from MixbusRobin Gareus
2015-11-02fix crash when cleaning up canvas itemsRobin 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-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-09-06consistent pango-text layout size - fixes #6490Robin Gareus
2015-09-02waveform, mutex for _current_imageRobin Gareus
2015-08-20clear waveform cache when shape changes - fixes #6525Robin Gareus
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-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-19fix compiler const-cast warningPaul Davis
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
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-10add PBD::DEBUG::WaveViewPaul Davis
2015-06-04use existing partial existing waveview images (if they exist) while waiting f...Paul Davis
2015-06-01drop in threaded waveview changes via the two affected files.Paul Davis
2015-04-29NOOP: fix indentationPaul Davis
2015-04-29[Summary] Should have been committed with previous: made background fade opti...GZharun
2015-04-29fix issue with manual merge conflictPaul Davis
2015-04-29manually apply grygorii's API to manage a correction for pango errors in text...Paul Davis
2015-04-29[Summary] Fixed issue when width request from Cavas text returned old width v...GZharun
2015-04-29do the right thing when TrackingText::offset is changedPaul Davis
2015-04-29Fix method hiding in Canvas::TextPaul Davis
2015-04-29add API to Ruler to optionally draw a divider (2 single pixel horizontal line...Paul Davis
2015-04-29add Rectangle::vertical_fraction() as a convenience methodPaul Davis
2015-03-29Better fix for 6183.nick_m
2015-03-22Provide an image if there are no peaks.nick_m
2015-03-14Move PC flags to avoid obscuring region name.David Robillard
2015-02-12add accessor methods for single_exposureBen Loftis
2015-02-12_single_exposure is now a member variable for each GtkCanvas.Ben Loftis
2015-02-11simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remov...Paul Davis
2015-02-11Canvas::Rect::contains() should treat its right/left coordinates as exclusivePaul Davis
2015-02-10add a sort-of hack to allow us to avoid drawing the first pixel of a waveview...Paul Davis