summaryrefslogtreecommitdiff
path: root/gtk2_ardour/playlist_selector.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2012-06-01Fix capitalisation.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-07Fix another out-of-scope variable access (#4811).Carl Hetherington
2012-04-07Fix out-of-scope access to variable (#4810).Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...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-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-26Add Import from session -functionalitySakari Bergen
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2005-11-30more miscellaneous fixes to make things even nicerPaul Davis
2005-11-27miscellanyPaul Davis
2005-09-28incomplete work on mixer window treeview portPaul Davis
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