fix up size and drawing of measure lines, even when vertically scrolled
[ardour.git] / libs / canvas /
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...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisvirtual Fill:: and Outline:: methods so that Canvas...
2013-04-16 Paul Davissome rationalization of how global WaveView properties...
2013-04-16 Paul Davissomewhat restore ability to see rectified waveforms
2013-04-16 Paul Davisrestore log-scaled waveform functionality
2013-04-16 Paul Davis(hopefully) fix double-buffering design of ArdourCanvas...
2013-04-16 Paul Davischange rendering technique for waveforms, add back...
2013-04-16 Paul Davisadd back various functionality to waveviews such as...
2013-04-16 Paul Davisadd some comments to Canvas::Image and ensure that...
2013-04-16 Paul Davisadd headers to all canvas .cc and .h files
2013-04-16 Paul Davisremove all xml++.h inclusion by canvas implementations
2013-04-16 Paul Davisremove all XML related API from canvas. it may have...
2013-04-16 Paul Davisadd new canvas Image item, with somewhat optimized...
2013-04-15 Paul Davistweak time axis view item text positioning; allow Ardou...
2013-04-15 Paul DavisFix dragging objects on the canvas and remove redundant...
2013-04-15 Paul Davisa few changes to fix region dragging, all related to...
2013-04-13 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-13 Paul Davischanges to get cairocanvas branch to build on OS X...
2013-04-12 Paul Davisswitch from frames_per_pixel to samples_per_pixel in...
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-12 Paul Davisslightly optimize drawing of rectangles with all 4...
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisadd (bezier) curves to canvas, use for automation lines...
2013-04-12 Paul Davismany changes to get the cairo-canvas version much,...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul Davisremove intermediate GdkPixbuf from waveview rendering...
2013-04-10 Paul Davisremove incorrect merge of cairocanvas patch that stoppe...
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-10 Paul Davisadd -D canvasevents tracing for grabbed items and remov...
2013-04-10 Paul Davisremove debugging output
2013-04-10 Paul Davisalter arrow drawing to fully close path and thus avoid...
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul Davisa variety of fixes for the cairocanvas, but it still...
2013-04-08 Paul Davismo' better debugging of canvas "structure" via Item...
2013-04-06 Paul Davislazy redraw of Canvas::Text image
2013-04-06 Paul Davispre-render text canvas items so that ::render() is...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Robin Gareusadd API to directly request access to pixbuf
2013-04-05 Paul Davismaster merge; new files not added after initial cairoca...
2013-04-05 Paul Davislots of tweaking and adding debug output including...
2013-04-04 Paul Daviscommit immediately post linking
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...