summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
AgeCommit message (Expand)Author
2020-01-07Amend 8a5cbb8: fix variable-names and commentsRobin Gareus
2020-01-06Reenable the correct sort column and type when redisplaying regionsNikolaus Gullotta
2019-09-29Fix Region-list column layout.Ben Loftis
2019-08-13NO-OP: clang format, comments & whitespaceRobin Gareus
2019-08-13Remove remnants of hack from 9f3f3738e7444ee3Robin Gareus
2019-08-12(RegionList) Tweak column ordering + fix translation namingRobin Gareus
2019-08-12(RegionList) Don't change selection for context-menuRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Revert to displaying whole-file Regions instead of Sources.Ben Loftis
2019-08-01(Source List) Source list, Region List: Resolve various action+behaviors bet...Ben Loftis
2019-08-01(Source List) Region Tags (gtk2 part)Ben Loftis
2019-08-01(Source List) Make clock change func more explicit.Ben Loftis
2019-08-01(Source List) Region List rewrite (gtk2 part)Ben Loftis
2019-05-13Prefer to receive URI-lists for DnDRobin Gareus
2019-02-28Consolidate ToggleAction cast, use new APIRobin Gareus
2018-11-01Work around tooltips in treeviews selection issue #7678Robin Gareus
2018-10-15change region->row map of EditorRegions to use iterator, not RowReferencePaul Davis
2018-10-10use primary, not secondary, clock mode to drive other clock modes, and dynami...Paul Davis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2017-11-22Add seconds as clock-unitRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-04-19Use XMLNode::get/set_property API in EditorRegions classTim Mayberry
2017-01-10correctly display region sync points in the editor region list, when they changePaul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-14GUI changes to allow user to specify how/if to use SMF track/instrument names...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Editor region list only updates columns that have changed,nick_m
2016-07-10Show correct bbt representation of region length in region list.nick_m
2016-06-06Use non-magic widths for the now fixed-width mode region list.nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Preformance - reinstate EditorRegions::freeze_tree_model ().nick_m
2016-05-27Perfornamce - remove dubious optimisation.nick_m
2016-05-27Performance - Use fixed height mode and fixed column width in region list.nick_m
2016-03-26Renaming issue in regions listyonideshi
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-12-24use new column DnD renderer,Robin Gareus
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-14Avoid calls to Glib::ustring << operator at all cost.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-02escape markup in region listRobin Gareus
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-04-28prevent live loops (format negative BBT)Robin Gareus
2015-04-05add context to single-letter translatableRobin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis