summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-28more waveform drawing/coloring changesPaul Davis
2013-06-27fix drawing of rectangles larger than 2000 pixels, caused by silly hard-codin...Paul Davis
2013-06-27cleanup ArdourCanvas::WaveViewPaul Davis
2013-06-27remove dead code (we have git) plus add a commentPaul Davis
2013-06-27use HSV to pick random colors and avoid over-saturation or over-brightnessPaul Davis
2013-06-27workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limitPaul Davis
2013-06-26move text origin back down, since it was a mistake to move it; alter computat...Paul Davis
2013-06-26use W3C color difference computation to select black or white text for region...Paul Davis
2013-06-26move marker text up by 2 pixelsPaul Davis
2013-06-26tweak position of pango-rendered text image on canvas by 2 pixels upwardPaul Davis
2013-06-26fix position of verbose cursorPaul Davis
2013-06-26probable fix for a region drag that somehow ends up with no time axis view (t...Paul Davis
2013-06-25Merge branch 'master' into cairocanvasPaul Davis
2013-06-25fix zoom focus issue that was messing up zoom changesPaul Davis
2013-06-25fix gradient pattern origin translation for time axis view itemsPaul Davis
2013-06-25fix issue with wscript on OS X caused by earlier removal of AU_STATE_SUPPORT;...Paul Davis
2013-06-24fix up size and drawing of measure lines, even when vertically scrolledPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-06-23fix ardvst and ardourvst (use variable or version number)Robin Gareus
2013-06-23Merge branch 'radiosrb' of https://github.com/adiknoth/ardourRobin Gareus
2013-06-23Merge branch 'patches' of https://github.com/jdekozak/ardourRobin Gareus
2013-06-23fix caching of Audio+Midi metricsRobin Gareus
2013-06-23remove compilation warningJulien de Kozak
2013-06-22likely fix for Canvas::Image positioning under new coordinate/render rulesPaul Davis
2013-06-22Further Freesound import tweaks.Colin Fletcher
2013-06-21properly restore newer (cairo-canvas related) UI config parametersPaul Davis
2013-06-21fixed const cast warningPaul Davis
2013-06-21fix unused argument warningPaul Davis
2013-06-21Amend comment to 'delete this'Colin Fletcher
2013-06-21Use connect(..., gui_thread()) rather than g_idle_add().Colin Fletcher
2013-06-21Further Freesound tweaks.Colin Fletcher
2013-06-21Use config variable for Freesound download folder location.Colin Fletcher
2013-06-21Add config variable for Freesound download folder location.Colin Fletcher
2013-06-21Add vertical zoom via scroll wheel modifier key to editor summary.Colin Fletcher
2013-06-21Make scroll-wheel modifier keys consistent in editor summary pane.Colin Fletcher
2013-06-21some prep work for generally handling dbl-click on draggable objectsPaul Davis
2013-06-21Make scroll-wheel modifier keys consistent in main editor window.Colin Fletcher
2013-06-21fix incorrect coordinate space when drawing first poly-curve linePaul Davis
2013-06-21waveform drawing improvementsPaul Davis
2013-06-20(working) start of an experiment with pyramix-style waveform drawingPaul Davis
2013-06-20set waveform color to a V-reduced version of the frame fill color.Paul Davis
2013-06-20new image cache design for waveviews, with various fixes.Paul Davis
2013-06-19get wave drawing improved, but commit before i tear it all up and go back to ...Paul Davis
2013-06-19inching pretty close to fully working waves nowPaul Davis
2013-06-19move video export info to online-manual, allow to open it.Robin Gareus
2013-06-19Prompt the user for confirmation before removing an export presetAdrian Knoth
2013-06-19Prompt the user for confirmation before removing an export format.Adrian Knoth
2013-06-18initial semi-working attempt at getting waveview cache to work correctlyPaul Davis
2013-06-18switch samples_per_pixel to integer typePaul Davis
2013-06-18fix rect redraw problems caused by intersection requiring the usual 0.5 expan...Paul Davis