summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
AgeCommit message (Expand)Author
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
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-04-02fix typoRobin Gareus
2013-12-10compare region names case-sensitivelyNils Philippsen
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-03-21honor CTRL modifier when drag/drop importing files (copy vs embed)Robin Gareus
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-09revert debug outputPaul Davis
2012-03-09a little debugging info for joernPaul Davis
2012-01-27fix #4663, partly by more efficiently generating the relevant string, and sec...Paul Davis
2011-12-07fix tooltipPaul Davis
2011-12-05fix names on region list, and expand tooltip info for fade colsPaul Davis
2011-12-05consistent colors for selected treeview rowsPaul Davis
2011-12-05final tweaks for #4489Paul Davis
2011-12-02fix column expansion behaviour of editor region list (#4489)Paul Davis
2011-12-02add tooltips to editor region list, but so that it doesn't mark carl grimmacePaul Davis
2011-12-02add tooltips to editor region listPaul Davis