summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
AgeCommit message (Expand)Author
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-08Reduce #includes - avoid ardour_ui.hRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2019-02-12Summary View should use the playhead color from config.Ben Loftis
2018-07-14Aborted attempt to further optimize the editor-summary. Commented for future...Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-26Editor zooming: right-click on summary -> context menu -> reset to session e...Ben Loftis
2017-08-26Editor zooming: Tweak the Summary to stop at right edge, use session_gui_ext...Ben Loftis
2017-07-30Remove an unused variableRobin Gareus
2017-07-20Editor Summary: Don't require user to re-click to scroll + zoom.Ben Loftis
2017-07-19Editor Summary: thinko in initial valueBen Loftis
2017-07-19Editor Summary: likely fix for crash-on-quitBen Loftis
2017-07-19Editor Summary: TweaksBen Loftis
2017-07-19Editor Summary: fix yet another thinko in zoom direction.Ben Loftis
2017-07-19Editor Summary: The view rectangle should never exceed the bounds of the scro...Ben Loftis
2017-07-19Editor Summary: fix thinko in mouse cursors (trim cursor).Ben Loftis
2017-07-19Editor Summary: implement summary_zoom_step() to lessen redundant code.Ben Loftis
2017-07-19Editor Summary: fix direction of scroll zoom to match other conventionsBen Loftis
2017-07-18Editor Summary: Changes to behaviorBen Loftis
2017-07-14Turn Summary into a horizontal scrollbar (drop y-axis sensitivity)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-20Use NSGLView for EditorSummaryRobin Gareus
2016-07-10Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary.nick_m
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-01-21Change scrolling in the Editor track canvas summary areaTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-03-19update track-height scaling:Robin Gareus
2015-03-15prevent single-axis drags in the editor summary from affecting the other axis.Paul Davis
2015-01-07Improve contrast of summary.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-10-29redraw summary when theme preference changes & consolidate code.Robin Gareus
2014-10-29fix summary display (offset on-canvas rulers)Robin Gareus
2014-10-29fix summary re-sizeRobin Gareus
2014-10-11amend 5d0303b - fix editor summary leakRobin Gareus
2014-10-10fix memory leak in editor summary.Robin Gareus
2014-09-11initialize uninitialzed varRobin Gareus
2014-06-19Summary changes :nick_m
2014-06-17Render tracks and regions to a background image in the editor summary.nick_m
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2013-06-25Merge branch 'master' into cairocanvasPaul Davis