manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample
[ardour.git] / gtk2_ardour / time_axis_view.cc
2017-09-18 Paul Davismanually fix up various cases where Gtk:Frame foo_frame...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-28 Robin GareusAllow to rename VCAs in the editor
2017-07-21 Robin GareusProperly propagate TAV TimeSelection
2017-07-19 Robin GareusConst'ness where const'ness is due
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
2017-07-17 Robin GareusRemove <gtkmm.h> include from header files.
2017-07-17 Robin GareusRemove unused sources & includes
2017-07-17 Robin GareusMove Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-07-07 Robin GareusFix VCA Automation Lane selection
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-05-05 Paul Davisuse CoreSelection for track selection
2017-04-18 Tim MayberryUse AxisView::get_gui_property API in TimeAxisView...
2017-04-18 Tim MayberryLet AxisView::set_gui_property perform type conversion...
2017-03-24 Robin GareusRevert "consistent use of context-menu popups"
2017-03-16 Robin Gareusconsistent use of context-menu popups
2017-01-25 Paul DavisThis turns out to have been a band-aid over a deeper...
2017-01-25 Paul Davisfix an issue with selection rects not being redrawn...
2016-12-22 nick_monly update GhostEvents on visible trackviews.
2016-09-27 Paul DavisTimeAxisView::set_selected() needs to call AxisView...
2016-08-18 Paul Davisdon't show empty time axis view context menus
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 379
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-06-06 Paul Davisuse, or mostly use PresentationInfo for selection statu...
2016-06-05 Paul DavisRouteUI is now also derived from SessionHandlePtr but...
2016-06-03 Paul DavisNO-OP: add blank line to make comments clearer
2016-06-02 Paul Davisremove un-used name_hbox widget from TimeAxisView
2016-06-02 Paul Davisremove unneeded widget style definition
2016-05-31 Paul Davisstop playing silly games with widget packing when editi...
2016-05-31 Paul Davisdo not accidentally try to select VCA time axis views...
2016-05-31 Paul Davismake selectability of a TimeAxisView be overridable
2016-05-31 Paul Davisno-op: move comment to make scope more clear
2016-05-31 Paul Davisfix wierd TimeAxisView initial attachment for the name...
2016-05-31 Paul Davispre-size TimeAxisView controls_table to something more...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-03 Robin Gareusmark initial TAV as hidden to speed up initial display.
2016-02-13 Julien ROGERFix 6609: Right-click in active track name box crashes
2015-10-22 Tim MayberryRemove GhostRegion::CatchDeletion signal to reduce...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-16 Tim MayberryMove DPIReset and ColorsChanged signals into UIConfigur...
2015-05-27 Paul Davisprevent crash when using WM close button on "new route...
2015-04-22 Robin Gareusclean up GUI scaling
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-04 Robin Gareusadd more contexts for SLA.
2015-03-19 Robin Gareusadd API to select TAV height mode.
2015-02-12 Paul Davisremove use of TimeRectangle
2015-01-09 Ben Loftisfix select-all-regions-within (it used to select everyt...
2014-12-28 Robin Gareusapply font-scale to overall layout (rulers, track-heade...
2014-12-19 Robin Gareusfix double-free/crash at session close
2014-12-15 Paul Davisnext 2 modifiers
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-07 David RobillardFix crash on quit when in a non-route time axis.
2014-12-07 David RobillardFix crash when resizing a track quickly.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-06 Paul Davisvarious positional fixes for TimeAxisView, including...
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-11-04 Paul Davismove start of a time axis view back to 0.0 on the x...
2014-11-01 Robin Gareusretain selection on track-height change
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-08 Robin Gareusfix TAV text-entry size.
2014-09-08 Robin GareusMove Scroomer out of Track Selection Box:
2014-09-07 Robin Gareusspecial case track-header buttons
2014-09-06 Robin Gareusgtk style related fixes:
2014-09-06 Robin GareusRevert "use a gloabl size group for track-header ctrl...
2014-09-04 Robin Gareusre-order TAV widget packing:
2014-09-04 Robin Gareususe a gloabl size group for track-header ctrl buttons
2014-09-04 Robin GareusNOOP, fix indent
2014-09-04 Robin Gareusfix c4be8c2a67
2014-09-04 Robin Gareusfurther tweaks pertaining the track-number height
2014-09-04 Paul Daviswhen track selection changes, cancel any and all name...
2014-09-04 Robin GareusTrick 17: share separator + border:
2014-09-04 Robin Gareusdedicated TAV separator line
2014-09-04 Robin GareusRevert "cont'd work on automation-track headers (amend...
2014-09-04 Robin Gareusupdate number label geometry
2014-09-03 Robin Gareuscont'd work on automation-track headers (amend ba53af1c5)
2014-09-03 Robin Gareusquick mockup of indented automation-track headers
2014-09-02 Robin Gareusstatic global definition for track-header width
2014-09-02 Robin Gareusfix static initialization of Gtk::SizeGroup
2014-08-31 Robin Gareusfix track-header hide/show
2014-08-31 Robin Gareustrack-header fader tweaks:
2014-08-31 Robin Gareusproper 1px track separator
2014-08-31 Robin Gareusthe return of the time_axis_vbox
2014-08-31 Robin Gareusset initial TAV style
2014-08-31 Robin Gareusright side track-header control buttons (for non mixbus...
2014-08-31 Robin Gareusexperiment with track-selection box shadow
2014-08-31 Robin Gareusremove (unused) separator, update TAV height calc.
2014-08-31 Robin Gareussimplify time-axis packing: consistent table layout
2014-08-30 Robin Gareusrevert parts of bf13bf63, change track-header color...
next