ardour.git
2013-04-20 Paul Davistweak event/leave event delivery so that it applies...
2013-04-20 Paul Davischange widths of fade lines
2013-04-20 Robin Gareusinitialize image data.
2013-04-19 Paul Davisno create cached waveview images that span from render...
2013-04-19 Paul Davisrevert to "old" waveform fill color for unselected...
2013-04-19 Paul Davisfix up "other" fade line colors in xfades, and switch...
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 Paul Davisfix various event coordinate system problems with butto...
2013-04-18 Paul Davisreset xfade colors after theme change
2013-04-18 Paul Davisget xfade drawing back to pre-cc days
2013-04-18 Paul Davissemi-fix xfade display, and reduce number of calls...
2013-04-18 Robin Gareusdisplay waveform polarity correctly
2013-04-17 Paul Davistweak up waveform fill colors
2013-04-17 Paul Davisfix playhead dragging from rulers
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 Davisremove all calls to Outline::set_outline_width (1)...
2013-04-17 Paul Davisfix clamping of line and rect coordinates to avoid...
2013-04-17 Robin Gareusvtl: more frame->sample renames and cleaning
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-17 Paul Davisfix bug with tempo lines not extending far enough in...
2013-04-17 Paul Davisfix typo
2013-04-17 Robin Gareusfix screwup with 5285d2 and 930fce
2013-04-17 Robin Gareusamend to 930fce
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 Robin Gareusvtl: s/[audio]frame/sample/
2013-04-17 Robin Gareusvtl: remove cruft
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-17 Robin Gareusvtl: get rid of unused "bar" inside the ruler
2013-04-17 Robin Gareusvtl: get rid of one more unnecessary canvas-group
2013-04-16 Paul Davissome rationalization of how global WaveView properties...
2013-04-16 Robin Gareusvtl: remove superfluous group
2013-04-16 Robin Gareusvtl: use ArdourImage
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 Davisfix some unused argument warnings
2013-04-16 Paul Davisfix some unused argument warnings
2013-04-16 Paul Davisremove commented out popup about video export success
2013-04-16 Paul Davisadd back various functionality to waveviews such as...
2013-04-16 Paul Davispartially fix scaling issues with pathological MIDI...
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 Davisfix markers so that the blue line spans both canvases
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 Davisremove another pointless adjustment
2013-04-13 Paul Davisremoval of sundry Adjustments and consolidation of...
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 Davisremove TimeAxisView::clip_to_viewport() and Editor...
2013-04-12 Paul Davismanual translate events in Editor::track_canvas_scroll...
2013-04-12 Paul Davisstop using vertical adjustment to account for scrolling...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul Davisswitch from frames_per_pixel to samples_per_pixel in...
2013-04-12 Paul Davisleftmost_position => leftmost_sample, current_page_fram...
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-12 Paul Davisremove all unit-based methods from (Public)Editor;...
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-12 Paul Davisfix up positioning of verbose cursor if it is too close...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-11 Robin Gareusenable videotimeline by default
2013-04-10 Robin Gareuspossible fix for #5441 -- ardour hangs on shutdown...
2013-04-10 Robin Gareusvtl: remove inadvertently committed CURLERRORDEBUG
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 Davisremove extra output from PBD::stacktrace
2013-04-10 Paul Davisalter arrow drawing to fully close path and thus avoid...
2013-04-10 Paul Davismake size/shape of playhead cursor match gnomecanvas...
2013-04-10 Paul Davisfix LXVST support for plugins that make audioMaster...
2013-04-09 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
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-09 Robin Gareusvtl: query video-monitor-state on explicit session...
2013-04-09 Paul Davisupdate all i18n .po files
2013-04-09 Robin Gareusvtl: rework session-needs-save logic
2013-04-09 Robin Gareusvtl: disconnect from session-save signal
2013-04-09 Robin Gareusvtl: resume if "don't close/exit" is selected
2013-04-08 Paul Davismo' better debugging of canvas "structure" via Item...
2013-04-08 Paul Davisfix up marker text color
2013-04-08 Robin Gareusvtl: mark session dirty if video position-lock or timel...
2013-04-08 Robin Gareusmark session dirty if video is moved
next