if CANVAS_DEBUG is defined, then the env variable CANVAS_HARLEQUIN_DEBUGGING will...
[ardour.git] / libs / canvas / canvas /
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
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul Davisremove unused code
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul Davisbasic, prototypical drag handle implementation
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-31 Paul Davisremove legacy CANVAS_COMPATIBILITY property_foo() stuff...
2013-12-30 Paul Davisadd configurable clipping level to Canvas::WaveView
2013-12-30 Paul Davistry to rationalize logic for displaying/hiding regionvi...
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davisadd visibility/export control to libcanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-13 Paul Davischange enter/exit event delivery to follow X Window...
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-12 Paul Davischange event propagation to be based on parent/child...
2013-12-09 Paul Davismake PolyLine use distance_to_segment_squared(), and...
next