summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection_list.cc
AgeCommit message (Expand)Author
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-12-08fix required library versions; fix use of shared_ptr by redirect_box; fix dou...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-01-13Moved strip_whitespace_edges() to pbd/whitespace.hTaybin Rutkin
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-10-26editor group list, route list and named selection treeviewsNick Mainsbridge
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin