enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / playlist_selector.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davisremove all of Gtk::Window::set_position (WIN_POS_MOUSE...
2012-06-01 Carl HetheringtonFix capitalisation.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-07 Carl HetheringtonFix another out-of-scope variable access (#4811).
2012-04-07 Carl HetheringtonFix out-of-scope access to variable (#4810).
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2010-05-02 Carl HetheringtonA little copy-editing.
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-09-26 Sakari BergenAdd Import from session -functionality
2007-06-15 David RobillardUse boost::shared_ptr instead of raw pointers for Route...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 David RobillardMerged with trunk R1622.
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-15 David RobillardMerged with trunk R1327.
2007-01-11 Paul Davisvarious fixes to named selection mgmt and display,...
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-19 David RobillardWork towards removal of Session's Diskstream list.
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-07-05 David RobillardMerged with trunk, and a few trivial GUI updates etc.
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2005-11-30 Paul Davismore miscellaneous fixes to make things even nicer
2005-11-27 Paul Davismiscellany
2005-09-28 Paul Davisincomplete work on mixer window treeview port
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.