summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.h
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-29add option to show/hide region namesPaul Davis
2019-04-13NO-OP: whitespaceRobin Gareus
2019-04-09Replace some more "samples" with "frames" (rectangles)Robin Gareus
2019-04-08Revert more "frame/sample" replacementsRobin Gareus
2019-04-08Yet another "Rect frame" (not a sample)Robin Gareus
2019-04-08Frame as in "picture frame", not sampleRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2015-12-01Remove unused vestigial frame member of TimeAxisViewItemTim Mayberry
2014-12-19more color/modifier tweaksPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Make MIDI regions translucent for internal tools.David Robillard
2014-12-16Various color tweaks.David Robillard
2014-11-07remove TimeAxisViewItem::RIGHT_EDGE_SHIFT; fix up x-coordinate for right edge...Paul Davis
2014-11-05add a selection frame to TimeAxisViewItem along with a slew of other height/p...Paul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-13rationalize and coordinate handle of region (time axis view item) opacity.Paul Davis
2014-06-09remove more unusued color members from TimeAxisViewItemPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
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-05remove more unusued colors from TimeAxisViewItemPaul 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-02-13fix up details of time axis view item drawing.Paul Davis
2013-12-29try to rationalize logic for displaying/hiding regionview (time axis view ite...Paul Davis
2013-10-25fix up ordering/timing of naming for TimeAxisViewItem (so that canvas debugg...Paul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...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-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-04-30Patch from colinf to fix selection of short regions (#4744).Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2011-02-08Option to colour region background using the track colour (#3759).Carl Hetherington
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis