summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2015-04-09Position (and size) canvas tooltips such that they better resemble Gtk tooltipsJohn Emmas
2015-04-09Delete a canvas tooltip after we've finished with itJohn Emmas
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-29For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_a...John Emmas
2015-03-29Better fix for 6183.nick_m
2015-03-24Fix 0006183 (waveview crash).nick_m
2015-03-22Revert mistaken change in e7b0e67bc8e1b546b587ffd803b81ad5e67c171anick_m
2015-03-22Provide an image if there are no peaks.nick_m
2015-03-20fix redraw of automation ControlPointsRobin Gareus
2015-03-14Move PC flags to avoid obscuring region name.David Robillard
2015-03-10Manual merge of the drawing component of waveview branch.nick_m
2015-02-20The commit 3da9c3b7403dd57984e1f0d090c7bd902f933225nick_m
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-11remove naive attempt to avoid drawing first vertical pixel line of Canvas::Wa...Paul Davis
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-09correct drawing of rectangle borders.Paul Davis
2015-02-09canvas items must be able to use fractional positions when rendering.Paul Davis
2015-02-03tweak to help with uncoalesced rendersBen Loftis
2015-02-03render canvas using the GDK region rather than the GDK area.Paul Davis
2015-01-24ScrollGroup::covers_{window,canvas}() need to account for possible non-zero p...Paul Davis
2015-01-24ScrollGroups are kept in their own list, so ::window_to_canvas() does not nee...Paul Davis
2015-01-21apply Theme > “Show waveform clipping”Robin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
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
2015-01-16Update arrow bbox when geometry changes.David Robillard
2015-01-16Fix clipping for scroll groups an offset bbox.David Robillard
2015-01-12Fix mouse event position offset bug.David Robillard
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-08Fix bounding box of rectangles with wide outlines.David Robillard
2015-01-08Close polygon borders (fix partially drawn hits).David Robillard
2014-12-31Fix alleged use of uninitialized variable.David Robillard
2014-12-24Fix crash when getting width of item with no bbox.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-15fix typoPaul Davis
2014-12-15more fixes to SVAModifier constructor(s)Paul 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-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-05experimental drawing optimization.Robin Gareus
2014-12-05include alpha-delta computation in HSV::delta()Paul Davis