summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.cc
AgeCommit message (Expand)Author
2014-06-27make time axis view item name text be insensitive to eventsPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-23reset time axis view item name text color when selected status changesPaul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ...Paul Davis
2014-06-13rationalize and coordinate handle of region (time axis view item) opacity.Paul Davis
2014-06-12use the alpha/opacity value for the region base whether track colors are in u...Paul Davis
2014-06-12drag handles no longer exist as distinct item types (failed experiment)Paul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-08Use a dumb cache for waveview ImageSurfaces. This halves the size of thenick_m
2014-06-05remove needlessly-added methodPaul Davis
2014-06-05reinstate a canvas group where we reparent regions while dragging, so that th...Paul Davis
2014-06-05tweak logic for region coloring, particularly when mutedPaul Davis
2014-06-05remove unused label_color from TimeAxisViewItemPaul Davis
2014-06-05hopefully fix up selection of color for region name text, under all conditionsPaul Davis
2014-04-18put back bottom line of region views if name highlight is not shown.Paul Davis
2014-04-16improve comment textPaul Davis
2014-04-16fix logic for Config->show_name_highlight (reversed from inital experiments)Paul Davis
2014-04-16use new config option to control name highlight and name placementPaul Davis
2014-04-14make frame/trim handles transparent for now.Paul Davis
2014-03-11avoid multiple requests for redraws when resetting a TimeAxisViewItem name hi...Paul Davis
2014-03-10improve (though not 100% perfect) handling of region trim handles and mouse m...Paul Davis
2014-03-07don't show frame trim handles when in internal editing modePaul Davis
2014-03-05do not show region trim handles unless in (effective) object mouse modePaul Davis
2014-02-25fix height of time axis item view trim frame handlesPaul Davis
2014-02-25fiddle with single pixel adjustments to time axis view item heights; fix regi...Paul Davis
2014-02-13fix up details of time axis view item drawing.Paul Davis
2014-01-10tweak pixel-level dimensions and positioningPaul Davis
2014-01-02use new DragHandle canvas objectPaul Davis
2014-01-02tweak design of time axis view item name text handlingPaul Davis
2014-01-02remove debug output, try a new approach to name text placementPaul Davis
2014-01-02debug output for time axis item name font handlingPaul Davis
2013-12-29try to rationalize logic for displaying/hiding regionview (time axis view ite...Paul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-10-25fix up ordering/timing of naming for TimeAxisViewItem (so that canvas debugg...Paul Davis
2013-06-28more waveform drawing/coloring changesPaul Davis
2013-06-27workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limitPaul Davis
2013-06-26use W3C color difference computation to select black or white text for region...Paul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-05-08merge with masterPaul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-24tweaks to improve enter/leave event handling - fixes at least some crashes ca...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul 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-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis