query windows registry for xjadeo & harvid path
[ardour.git] / libs / canvas /
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...
2014-02-13 John EmmasGuard some Debug output so that it only appears when...
2014-02-12 Paul Davisslight code tidy for Line::render() ... don't use 0...
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-12 Paul Davisfix major thinko in ArdourCanvas::Group::clear()
2014-02-12 Paul Daviswhen delivering canvas events, if an item is grabbed...
2014-02-11 Paul Davisfix text placement in ArdourCanvas::Flag
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-20 Paul Davisa better, more general fix for the previous Canvas...
2014-01-20 Paul DavisWhen removing an item which is event-insensitive, there...
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 Paul Davispixel-align canvas PolyItems with single-pixel outlines...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 Paul Davismove -fvisibility=hidden to the top of the source tree...
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-10 Paul Davisfinal (?) tweaks to rectangle rendering
2014-01-10 Paul Davisclamp expose (queue_redraw()) requests to visible windo...
2014-01-10 Paul Davismake no-zero-line be the default for wave views (still...
2014-01-10 Paul Davisfix up thinko in recent raise_to_top/lower_to_bottom...
2014-01-10 Paul Davisslightly expand CanvasRender debug output
2014-01-10 Paul Davisdon't go through ::deliver_enter_leave() unnecessarily
2014-01-08 Paul Davisprevent Rect::expand() from generating negative coordin...
2014-01-08 Paul Davistweak rectangle bounding box computation
2014-01-08 Paul Davisremove unused code
2014-01-08 Paul Davischange rounding used for convert Rect from canvas to...
2014-01-08 Paul DavisRevert "remove unused code"
2014-01-08 Paul Davisremove unused code
2014-01-08 Paul Davisshrink waveview zero line to single pixel
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-08 Paul Davismostly fix conceptual error in how canvas rectangle...
2014-01-08 Paul Davisfor now, hide ugly circle thing in drag handles
2014-01-07 Paul Davisoutline width of 0.5 is stupid and meaningless, and...
2014-01-07 Paul Davisadd missing iterator increment to poly item renders.
2014-01-07 Paul Davissmall optimization to curve rendering
2014-01-02 Paul Davismake raise_to_top() and lower_to_bottom() no-ops if...
2014-01-02 Paul Davisadd drag handle source to wscript
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 Davisdefine signal associated with configurable clipping...
next