summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-20remove Editor::redraw_measures to improve efficiency of tempo measure line re...Paul Davis
2013-04-20thicken up playhead line (again?)Paul Davis
2013-04-20change widths of fade linesPaul Davis
2013-04-19revert to "old" waveform fill color for unselected waveformsPaul Davis
2013-04-18fix up "other" fade line colors in xfades, and switch to using canvas var "Cr...Paul Davis
2013-04-18fix various event coordinate system problems with button events on the rulersPaul Davis
2013-04-18reset xfade colors after theme changePaul Davis
2013-04-18get xfade drawing back to pre-cc daysPaul Davis
2013-04-18semi-fix xfade display, and reduce number of calls to Curve::get_vector() by ...Paul Davis
2013-04-17tweak up waveform fill colorsPaul Davis
2013-04-17fix playhead dragging from rulersPaul Davis
2013-04-17Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-17ArdourCanvas::Image allow to set custom data instead of class pre-allocated m...Robin Gareus
2013-04-17Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-17remove all calls to Outline::set_outline_width (1) because this is "wrong" wh...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-17vtl: more frame->sample renames and cleaningRobin Gareus
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16fix bug with tempo lines not extending far enough in the y-axis - since this ...Paul Davis
2013-04-16fix typoPaul Davis
2013-04-17fix screwup with 5285d2 and 930fceRobin Gareus
2013-04-17amend to 930fceRobin Gareus
2013-04-16Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-16make waveform gradient depth continuously variable. color probably needs adju...Paul Davis
2013-04-17vtl: s/[audio]frame/sample/Robin Gareus
2013-04-17vtl: remove cruftRobin Gareus
2013-04-17vtl: get rid of unused "bar" inside the rulerRobin Gareus
2013-04-17vtl: get rid of one more unnecessary canvas-groupRobin Gareus
2013-04-16vtl: remove superfluous groupRobin Gareus
2013-04-16vtl: use ArdourImageRobin Gareus
2013-04-16change rendering technique for waveforms, add back optional gradient, add bac...Paul Davis
2013-04-16fix some unused argument warningsPaul Davis
2013-04-16fix some unused argument warningsPaul Davis
2013-04-16remove commented out popup about video export successPaul Davis
2013-04-16add back various functionality to waveviews such as zero line, amplitude scalingPaul Davis
2013-04-16partially fix scaling issues with pathological MIDI regions (e.g. 15k notes p...Paul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-15fix markers so that the blue line spans both canvasesPaul Davis
2013-04-15tweak time axis view item text positioning; allow ArdourCanvas::Text to have ...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-15a few changes to fix region dragging, all related to coordinate system handli...Paul Davis
2013-04-13remove another pointless adjustmentPaul Davis
2013-04-13removal of sundry Adjustments and consolidation of scrolling around two edito...Paul Davis
2013-04-12Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12manual translate events in Editor::track_canvas_scroll() to canvas space, bec...Paul Davis
2013-04-12stop using vertical adjustment to account for scrolling, since event coordina...Paul Davis