summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2014-03-10tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)Paul Davis
2014-03-10missing iterator advancePaul Davis
2014-03-09stupid hack to fix rectangle damage noisePaul Davis
2014-03-07use fill transparency detection to avoid rendering transparent (invisible) re...Paul Davis
2014-03-07if a Fill object is given a zero-alpha (transparent) color, note thatPaul Davis
2014-03-07alter ArdourCanvas::Rect::expand() to not clamp to all-positive values becaus...Paul Davis
2014-03-07slightly optimize bounding box computation for ArdourCanvas::PolyItem by avoi...Paul Davis
2014-03-07move an assert to cover only cases where it is neededPaul Davis
2014-03-06tweak Polygon::render() to work whether or not fill or outline are unsetPaul Davis
2014-03-05manually revert change to canvas expose handling in fee026c5ef7107d5d594159f5...Paul Davis
2014-03-05use a centripetal catmull-rom curve to smooth ArdourCanvas::CurvePaul Davis
2014-03-04"correct" curve drawing (no artifacts during redraw)Paul Davis
2014-03-04tentative intermediate state for ArdourCanvas::CurvePaul Davis
2014-03-04only queue an item redraw from Item::show() or Item::Hide() if the call chang...Paul Davis
2014-03-04break down GdkEventExpose into distinct rectangles for canvas expose rather t...Paul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01fix compilation of libcanvas so that when built as a shared lib (the default)...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-27remove unneeded extra methods in ArdourCanvas::CurvePaul Davis
2014-02-25fix canvas enter/leave bug when point is over a group/ignore-event item and w...Paul Davis
2014-02-25add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave e...Paul Davis
2014-02-25tweak canvas rect drawing to correctly place bottom edge of rectangle inside ...Paul Davis
2014-02-20allow per-line configurability of the threshold used to determine if a PolyLi...Paul Davis
2014-02-19fix error in canvas PolyLine::covers(), so that the mouse can actually enter/...Paul Davis
2014-02-17make stateful image canvas item actually compilePaul Davis
2014-02-17new canvas item to allow image-based GUI constructionPaul Davis
2014-02-14fix up problems with patch change flgs not changing height correctlyPaul Davis
2014-02-14since we now expand rectangles to the right always, adjust the bounding box c...Paul Davis
2014-02-13remove debug messagePaul Davis
2014-02-13fix up some issues with precise placement of ArdourCanvas::Rectangle frame/ou...Paul Davis
2014-02-13make Item::set_position() do nothing if the position doesn't changePaul Davis
2014-02-13Guard some Debug output so that it only appears when applicable ('Item::name'...John Emmas
2014-02-12slight code tidy for Line::render() ... don't use 0.5 pixel adjustment if the...Paul Davis
2014-02-12fix up major thinko's in ArdourCanvas::Group's handling of deletion (both its...Paul Davis
2014-02-11fix major thinko in ArdourCanvas::Group::clear()Paul Davis
2014-02-11when delivering canvas events, if an item is grabbed, use it in preference to...Paul Davis
2014-02-11fix text placement in ArdourCanvas::FlagPaul Davis
2014-01-26remove unused _wave_color member from waveview canvas item; use outline color...Paul Davis
2014-01-20a better, more general fix for the previous Canvas::item_going_away() issue. ...Paul Davis
2014-01-20When removing an item which is event-insensitive, there is no need to repick ...Paul Davis
2014-01-16add event type string function to canvas (since it does not use gtkmm2ext)Paul Davis
2014-01-13pixel-align canvas PolyItems with single-pixel outlines, for crispnessPaul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-10final (?) tweaks to rectangle renderingPaul Davis
2014-01-10clamp expose (queue_redraw()) requests to visible window area, some extra deb...Paul Davis
2014-01-10make no-zero-line be the default for wave views (still shown for normal audio...Paul Davis
2014-01-10fix up thinko in recent raise_to_top/lower_to_bottom optimizationPaul Davis