fix linux installer:
[ardour.git] / libs / canvas /
2014-06-15 Paul Daviscomment correction regarding Canvas::visible_area()
2014-06-15 Paul Davisinitialize _scroll_parent in Canvas::item
2014-06-15 Robin Gareusinitialize uninitialized variable
2014-06-15 John EmmasAdd newly introduced sources to our MSVC projects
2014-06-15 John EmmasRemove no longer needed sources from MSVC projects
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 Davisremove hard-coded colors
2014-06-12 Paul Davismany fixes and improvements for a now-working ArdourCan...
2014-06-12 Paul Davisadd ruler.cc to canvas wscript
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 Davisfix borked logic controlling whether/when to draw clip...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 nick_mUse global clip level from prefs. Restore clip colour, \
2014-06-08 Paul Daviswhen delivering enter/leave events to canvas items...
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-06 Paul DavisWhen rendering a Canvas::Rectangle take its _position...
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 Davisremove debugging output
2014-06-05 Paul Davisbasic, initial structure for canvas widget item
2014-06-04 John Emmas Add newly introduced sources to MSVC project
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 Davisfix missing leftover Canvas::pick_current_item() which...
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-31 Robin Gareustest possible 'flickering' with nvidia
2014-05-31 Robin Gareusdon't allow waveform to bleed into TimeAxisViewItem...
2014-05-30 John EmmasAdd newly introduced sources to MSVC project
2014-05-30 John EmmasRearrange some #includes to keep MSVC happy
2014-05-30 Robin Gareussmooth visual curve drawing
2014-05-29 Robin Gareussmoothen rendering of x-fades
2014-05-29 Robin Gareusfix prev commit
2014-05-29 Robin Gareusrenice x-fade rendering w/cairo-antialiasing
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 Gareusexercise subsurface rendering for x-fade curves
2014-05-28 Robin Gareuscairo sub-surface prototype - intermediate flattened...
2014-05-27 Robin GareusCurve: anti-aliasing.
2014-05-27 Robin Gareusimplement Curve in/outside fill
2014-05-27 Robin Gareusdirectly apply waveform clip-level changes
2014-05-26 Robin Gareus"We brake for nobody." oh wait. - fixes Rectified Wavef...
2014-05-26 Robin Gareusfix prev commit, window-offset for x-fade drawing
2014-05-26 Robin Gareusfix x-fade drawing
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-07 Paul Davisfirst pass at tightening up waveform drawing algorithm...
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davisremove redundant os.path.join() calls when specifying...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
2014-03-10 Paul Davistiny red dots, be gone (expand poly_item bounding box...
2014-03-10 Paul Davismissing iterator advance
2014-03-09 Paul Davisstupid hack to fix rectangle damage noise
2014-03-07 Paul Davisuse fill transparency detection to avoid rendering...
2014-03-07 Paul Davisif a Fill object is given a zero-alpha (transparent...
2014-03-07 Paul Davisalter ArdourCanvas::Rect::expand() to not clamp to...
2014-03-07 Paul Davisslightly optimize bounding box computation for ArdourCa...
2014-03-07 Paul Davismove an assert to cover only cases where it is needed
2014-03-07 Paul Davistweak Polygon::render() to work whether or not fill...
2014-03-05 Paul Davismanually revert change to canvas expose handling in...
2014-03-05 Paul Davisuse a centripetal catmull-rom curve to smooth ArdourCan...
2014-03-05 Paul Davis"correct" curve drawing (no artifacts during redraw)
2014-03-05 Paul Davistentative intermediate state for ArdourCanvas::Curve
2014-03-05 Paul Davisonly queue an item redraw from Item::show() or Item...
2014-03-05 Paul Davisbreak down GdkEventExpose into distinct rectangles...
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-02 Paul Davisremove recently added conflation of mingw64 and msvc...
2014-03-01 Paul Davisfix compilation of libcanvas so that when built as...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-02-28 Paul Davisremove debug messages, for now
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 Davisfix canvas enter/leave bug when point is over a group...
2014-02-25 Paul Davisadd DEBUG::CanvasEnterLeave to allow runtime toggling...
2014-02-25 Paul Davistweak canvas rect drawing to correctly place bottom...
2014-02-20 Paul Davisallow per-line configurability of the threshold used...
2014-02-20 Paul Davisfix error in canvas PolyLine::covers(), so that the...
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-14 Paul Davissince we now expand rectangles to the right always...
2014-02-13 Paul Davisremove debug message
2014-02-13 Paul Davisfix up some issues with precise placement of ArdourCanv...
2014-02-13 Paul Davismake Item::set_position() do nothing if the position...
next