summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
AgeCommit message (Expand)Author
2016-07-10Editor region list only updates columns that have changed,nick_m
2012-01-27fix #4663, partly by more efficiently generating the relevant string, and sec...Paul Davis
2011-11-15Use the word Remove consistently for the remove regionsCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...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-28use select next/prev stuff on editor track+bus listPaul Davis
2010-09-28(1) use select next/previous row functions for tab/shift-tab navigation in re...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
2010-09-20round one of work on finalizing #3098, involving per-field updating functions...Paul Davis
2010-09-19Save / restore settings from the editor region list context menu.Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-06-28Hide region list toggle columns for whole file regions.Carl Hetherington
2010-06-28Make the L,G,M and O buttons in the region list respond to clicks. Fixes #3252.Carl Hetherington
2010-03-31Take away the Remove option from the region list, and add Show to re-show hid...Carl Hetherington
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-28another fix for binding shared_ptr's into signalsPaul Davis
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-03Factor regions list out of Editor.Carl Hetherington