summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
AgeCommit message (Expand)Author
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
2011-11-15Use the word Remove consistently for the remove regionsCarl Hetherington
2011-11-14restore path as tooltip for rows in the region listPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-07-02Fix one more warning.Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-15clean up new region list management maps to avoid dangling shared ptrs and mo...Paul Davis
2011-02-15Fix warnings.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-01-01Repeat of recent fix to EditorRoutes to improve behaviour when editing names.Carl Hetherington
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-14Fix initial display of automatic regions.Carl Hetherington
2010-11-14Fix non-update of region list when not showing automatic regions. Fixes #3098.Carl Hetherington
2010-11-05take control of colors in text cell entry-editing widgets (region & route lists)Paul Davis
2010-11-04Remove Start from region list. I don't think it's quite useful enough to be ...Carl Hetherington
2010-09-29more route + region list navigation/editing changes. not sure we actually wan...Paul Davis
2010-09-28(1) use select next/previous row functions for tab/shift-tab navigation in re...Paul Davis
2010-09-21Don't update region list during region trim. Fixes #3467.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-20region list displays actual playlist use count for each region, rather than a...Paul Davis