Remove unused ifdef gunk.
[ardour.git] / libs / canvas /
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 Davisremove naive attempt to avoid drawing first vertical...
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 Daviscorrect drawing of rectangle borders.
2015-02-09 Paul Daviscanvas items must be able to use fractional positions...
2015-02-03 Ben Loftistweak to help with uncoalesced renders
2015-02-03 Paul Davisrender canvas using the GDK region rather than the...
2015-01-24 Paul DavisScrollGroup::covers_{window,canvas}() need to account...
2015-01-24 Paul DavisScrollGroups are kept in their own list, so ::window_to...
2015-01-21 Robin Gareusapply Theme > “Show waveform clipping”
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
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.
2015-01-17 David RobillardUpdate arrow bbox when geometry changes.
2015-01-17 David RobillardFix clipping for scroll groups an offset bbox.
2015-01-12 David RobillardFix mouse event position offset bug.
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-08 David RobillardFix bounding box of rectangles with wide outlines.
2015-01-08 David RobillardClose polygon borders (fix partially drawn hits).
2014-12-31 David RobillardFix alleged use of uninitialized variable.
2014-12-24 David RobillardFix crash when getting width of item with no bbox.
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 typo
2014-12-15 Paul Davismore fixes to SVAModifier constructor(s)
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-07 Paul Davisremove all explicit button text colors; use contrasting...
2014-12-06 David RobillardFix inappropriately massive flag font.
2014-12-05 Robin Gareusexperimental drawing optimization.
2014-12-05 Paul Davisinclude alpha-delta computation in HSV::delta()
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-28 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-27 David RobillardFix calculation using uninitialized value.
2014-11-26 Paul Davisget correct ::distance() and ::delta() implementations...
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-25 David RobillardRemove dead code.
2014-11-18 David RobillardAvoid possible use of uninitialized values.
2014-11-15 David RobillardFix MIDI region keyboard editing (add key handling...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-13 Robin Gareusfix define
2014-11-11 Paul Davistweak canvas on_expose_event() handler to avoid unneces...
2014-11-11 Paul Davisfurther work on new color manipulation code
2014-11-10 Paul Davisadd required header for compilation
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-08 John EmmasAdd some newly introduced source files to our MSVC...
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 Daviswhen drawing only part of a Canvas::Rectangle outline...
2014-11-07 Robin Gareustentative fix for canvas background/image surface
2014-11-07 Paul Davisadd API to extract color from ArdourCanvas::Text and...
2014-11-07 Paul Davischanging the clamp_width of an ArdourCanvas::Text needs...
2014-11-06 Paul Davisraising/lowering canvas items should trigger a redraw
2014-11-06 Paul Daviscorrect the rendering of Rectangle outlines, and the...
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 Davisalter implementation of ArdourCanvas::contrasting_text_...
2014-11-05 Paul Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-11-04 Paul Davisadd new TimeRectangle to ArdourCanvas
2014-10-31 Paul Davismore changes for rectangle outlining
2014-10-31 Paul Daviscomment fix and expansion re: Canvas::Rectangle outline
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
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-10-14 Paul DavisContainers should not consider the size of invisible...
2014-10-13 Paul Davisremove default/testing tooltips from the canvas
2014-09-30 Robin Gareusthere's no random() on window, but no matter
2014-09-27 Paul Davisfix compiler warning from missing default statement...
2014-09-26 Paul Davisend tooltip timeout and display for relevant leave...
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-22 Paul Davisalter the way the border of Canvas::Rectangle is drawn...
2014-09-12 Robin GareusNOOP, remove trailing whitespace
2014-09-12 Robin Gareuswaveform drawing details:
2014-09-12 Robin Gareuswaveform: really draw 1px lines.
2014-09-12 Robin Gareusupdate waveform drawing for zoomed-in, non-overlapping...
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-09-01 Robin GareusMatch canvas outline to rectangle
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Paul Davismore canvas debugging for current item tracing
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-07 Paul Davisfix potential crash if certain Canvas methods are used...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
next