summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
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
2015-02-09canvas items must be able to use fractional positions when rendering.Paul Davis
2015-01-16Revert "Kludgey fix for invisible playhead when scrolled."David Robillard
2015-01-16Compute arrow bbox manually to appease crazy canvas.David Robillard
2015-01-16Kludgey fix for invisible playhead when scrolled.David Robillard
2015-01-16Put playhead on top of everything.David Robillard
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
2014-12-18change Item::visible() to Item::self_visible(); add Item::visible() which ret...Paul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ap...Paul Davis
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-02first pass at optimization for low-level canvas codePaul Davis
2014-11-28Show discrete/toggled automation as stepped line.David Robillard