send enter events to EVERY newly entered item (ignore the bool return from the event...
[ardour.git] / libs / canvas /
2013-11-03 Paul Davissend enter events to EVERY newly entered item (ignore...
2013-10-31 Paul Davisall events propagate out of the canvas in canvas coordi...
2013-10-31 Paul Davisfix merge with master
2013-10-31 Paul Davisfinally (?) fix up logic for rectangle drawing (fill...
2013-10-31 Paul Davishandle enter/leave items when zooming and scrolling...
2013-10-31 Paul Davisnotable changes to try to improve most of enter/leave...
2013-10-28 Paul Davisreduce verbiage and remove visible current_item red...
2013-10-28 Paul Davisfix comment
2013-10-28 Paul Davisfix coordinate system for Canvas items_at_point() methods
2013-10-28 Paul Davisfix computation of Text bounding box to respect _clampe...
2013-10-28 Paul Davisadd coordinate space comment
2013-10-28 Paul Davistweak whitespace and add coordinate space comment
2013-10-28 Paul Davisstreamline button press event handling code a little...
2013-10-25 Paul Davisdon't request redraw of a Canvas item if it marked...
2013-10-24 Paul Davisadd Item::redraw() convenience method
2013-10-24 Paul Davisexpand bounding box of all objects by 0.5 before comput...
2013-10-24 Paul Davisfix drawing of a canvas LineSet object
2013-10-24 Paul Davisfix computation of rectangle bounding box
2013-10-24 Paul Davisfix computation of canvas text item bounding box
2013-10-23 Paul Davisslightly more information in group render DEBUG_TRACE...
2013-10-23 Paul Davisfix confusion in Canvas::LineSet over window vs. item...
2013-10-22 Paul Davismerge from master
2013-10-18 Paul DavisMerge branch 'master' into cairocanvas
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-09-25 Paul Davisonly generate some current canvas debug output when...
2013-09-25 Paul Davisadd casting for MSVC sqrt
2013-09-25 Paul Davisfix a typo in canvas-debug.h
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-08-08 Paul Davisdebugging various canvas event issues
2013-07-14 Robin Gareusexpand tabs to spaces in wscript
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-01 Paul Davisminor fixes for recent cairocanvas work so that it...
2013-07-01 Paul DavisMerge branch 'master' into cairocanvas
2013-06-29 Paul Davischanges to waveform clipping display
2013-06-28 Paul Davismake clip indicators more visible (the smaller of 7...
2013-06-28 Paul Davisrestore display of clipping in waveform displays
2013-06-27 Paul Davisfix drawing of rectangles larger than 2000 pixels,...
2013-06-27 Paul Daviscleanup ArdourCanvas::WaveView
2013-06-27 Paul Davisworkaround/hack/fix for cairo pattern gradient space...
2013-06-26 Paul Davismove text origin back down, since it was a mistake...
2013-06-26 Paul Davistweak position of pango-rendered text image on canvas...
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-26 Paul Davisfix gradient pattern origin translation for time axis...
2013-06-25 Paul Davisfix up size and drawing of measure lines, even when...
2013-06-24 Paul Davisan awful lot of tweaks to drawing details
2013-06-22 Paul Davislikely fix for Canvas::Image positioning under new...
2013-06-21 Paul Davisproperly restore newer (cairo-canvas related) UI config...
2013-06-21 Paul Davisfix incorrect coordinate space when drawing first poly...
2013-06-21 Paul Daviswaveform drawing improvements
2013-06-21 Paul Davis(working) start of an experiment with pyramix-style...
2013-06-20 Paul Davisnew image cache design for waveviews, with various...
2013-06-20 Paul Davisget wave drawing improved, but commit before i tear...
2013-06-19 Paul Davisinching pretty close to fully working waves now
2013-06-19 Paul Davisinitial semi-working attempt at getting waveview cache...
2013-06-18 Paul Davisfix rect redraw problems caused by intersection requiri...
2013-06-18 Paul Davisbasically operational switch to canvas drawing coordina...
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Paul Davismerge with master
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davismove setup_outline_context() to a more sensible shared...
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-26 Paul Davisdo not trigger visual changes when Fill::set_* methods...
2013-04-26 Paul Davisfix incorrect 3rd arg to AudioRegion::read_peaks()...
2013-04-25 Paul Davistweak enter/leave code, remove debug output
2013-04-25 Paul Davisdon't invalidate image cache for every regionr esize...
2013-04-25 Paul Davismore tweaks for enter/leave events for canvas items
2013-04-24 Paul Davistweaks to improve enter/leave event handling - fixes...
2013-04-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-21 Paul Davisadd back change lost during branch merging
2013-04-21 Paul Davisadd Group::clear(), do not clear _canvas member of...
2013-04-21 Paul DavisRevert "add Group::clear(), do not clear _canvas member...
2013-04-21 Paul Davisadd Group::clear(), do not clear _canvas member of...
2013-04-20 Robin GareusRevert "cairo image crash debugging" and "initialize...
2013-04-20 Robin Gareuscairo image crash debugging
2013-04-20 Paul Davistweak event/leave event delivery so that it applies...
2013-04-20 Robin Gareusinitialize image data.
2013-04-19 Paul Davisno create cached waveview images that span from render...
2013-04-19 Paul Davispart two of ... add Canvas::Arc and derive Canvas:...
2013-04-19 Paul Davisadd Canvas::Arc and derive Canvas::Circle from it
2013-04-18 Paul Davisadd Canvas::Circle
2013-04-18 Paul Davisexpand bbox for Canvas::Line to get rid of artifacts...
2013-04-18 Robin Gareusdisplay waveform polarity correctly
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisvarious work waveview amplitude mgmt; fix playhead...
2013-04-17 Robin GareusArdourCanvas::Image allow to set custom data instead...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisfix clamping of line and rect coordinates to avoid...
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davismake waveform gradient depth continuously variable...
next