use new canvas colors header as necessary
[ardour.git] / libs / canvas / canvas /
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 Davisadd API to extract color from ArdourCanvas::Text and...
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 Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-11-04 Paul Davisadd new TimeRectangle to ArdourCanvas
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-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-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-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Paul Davisverbose cursor text is always outlined
2014-06-30 Paul Davismove contrasting_text_color() into ArdourCanvas
2014-06-29 John EmmasChange some declarations from 'struct' to 'class' ...
2014-06-26 Paul Davisnew API for TrackingText and similar items
2014-06-26 Paul Davisnew TrackingText canvas item, to resolve conceptual...
2014-06-24 Ben Loftisadd scroll wheel handler to canvas
2014-06-23 Paul Daviscompletely rethink waveform rendering (again)
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul Davisadd missing new files for canvas redesign
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Paul Davisrefactor Canvas so that all Items have children; add...
2014-06-17 Paul DavisMerge branch 'cache_fixes' of https://github.com/nmains...
2014-06-17 nick_mCache entries are now region colour aware.
2014-06-12 Paul Davischange Canvas heirarchy and constructors
2014-06-12 Paul Davisremove drag handle canvas object - it was just a stupid...
2014-06-12 Paul Davisderive ArdourCanvas::Ruler from Rectangle
2014-06-12 Paul Davismany fixes and improvements for a now-working ArdourCan...
2014-06-12 Paul Davisadd Ruler to Canvas fwd.h
2014-06-12 Paul Davisadd initial (untested) implementation of canvas ruler...
2014-06-09 Paul Davisfix Canvas::LineSet implementation to support horizonta...
2014-06-09 Paul Davisremove global canvas scroll offset, to provide no-scrol...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Paul Davisadd Item::canvas_origin() for convenience
2014-06-07 nick_mUse a dumb cache for waveview ImageSurfaces. This halve...
2014-06-05 Paul Davisclip rendering of ScrollGroup to just the part of the...
2014-06-05 Paul Davisfix problems with expose/redraws from canvas where...
2014-06-05 Paul Davisbasic, initial structure for canvas widget item
2014-06-03 Paul Davismerge onecanvas and cairocanvas branches, and manually...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisuse window-based coordinates when picking current item...
2014-06-03 Paul Davisvarious changes to get independent scrolling to work...
2014-06-03 Paul Davisclean up ArdourCanvas::Arrow implementation to remove...
2014-06-03 Paul Davisrationalize and centralize computation of positional...
2014-06-03 Paul Davisinline ScrollGroup::canvas_position() for no particular...
2014-06-03 Paul Davisavoid recursing through the entire canvas when scrollin...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-03 Paul Davisinitial redesign of canvas scrolling to facilitate...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-30 John EmmasRearrange some #includes to keep MSVC happy
2014-05-30 Robin Gareussmooth visual curve drawing
2014-05-29 Robin GareusCanvas: new x-fade drawing, two curve widget
2014-05-28 Robin GareusRevert "cairo sub-surface prototype & example
2014-05-28 Robin Gareuscairo sub-surface prototype - intermediate flattened...
2014-05-27 Robin Gareusimplement Curve in/outside fill
2014-05-27 Robin Gareusdirectly apply waveform clip-level changes
2014-05-26 Robin Gareusfix x-fade drawing
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
2014-03-07 Paul Davisif a Fill object is given a zero-alpha (transparent...
2014-03-05 Paul Davisuse a centripetal catmull-rom curve to smooth ArdourCan...
2014-03-02 Paul Davisremove recently added conflation of mingw64 and msvc...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-02-28 Paul Davischange implementation of ArdourCanvas::Curve to use...
2014-02-27 Paul Davisremove unneeded extra methods in ArdourCanvas::Curve
2014-02-25 Paul Davisadd DEBUG::CanvasEnterLeave to allow runtime toggling...
2014-02-20 Paul Davisallow per-line configurability of the threshold used...
2014-02-17 Paul Davismake stateful image canvas item actually compile
2014-02-17 Paul Davisnew canvas item to allow image-based GUI construction
2014-02-14 Paul Davisfix up problems with patch change flgs not changing...
2014-02-12 Paul Davisfix up major thinko's in ArdourCanvas::Group's handling...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-26 Paul Davisremove unused _wave_color member from waveview canvas...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul Davisadd event type string function to canvas (since it...
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
next