enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / add_route_dialog.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Paul DavisVCA/Control Masters are displayed at fixed positions...
2016-07-12 Paul DavisVCA/Control Masters have no signal, so output i/o optio...
2016-06-12 Paul Davisstop AddRouteDialog from being modal and from using...
2016-06-12 Paul Davisremove RouteGroupDialog::do_run() and replace its use...
2016-06-10 Paul Davisretain route i/o choice across show()'s of the AddRoute...
2016-05-31 Paul Davisadd route dialog should always show up wherever the...
2016-05-31 Paul Davisfix an issue with the add bus/track dialog name templat...
2016-05-31 Paul Davisinitial part of vca assignment via context menu
2016-05-31 Paul Davisextend add route dialog to include VCA masters
2016-04-15 Robin Gareushide strict-i/o UI for Mixbus
2016-04-04 Robin Gareusdefault to add new ports at the bottom.
2016-04-04 Robin Gareuschange "strict-i/o" into a combobox for consistency
2016-03-28 Robin Gareusadd option to create new routes with strict-i/o enabled.
2016-03-20 Robin Gareushandle MidiBusses in channel-count
2016-03-16 Robin GareusMidi Busses? why yes!
2016-02-22 Paul Davisremove all trace of SAE from source code.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-09-21 Todd NaugleCreate new Groups with a consistent set of default...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-14 Paul Davisnow that there is only 1 effective selection, adjust...
2015-03-15 nick_mAdd route dialog order hint changes.
2015-03-11 nick_mAdd route dialog is never a transient window.
2015-03-09 nick_mAdd route dialog responds to enter key being pressed.
2015-02-11 Ben Loftisuse magic strings instead of magic numbers (allow profi...
2015-02-10 Ben LoftisTrack Mode is too vague; rename to Record Mode
2014-12-24 David RobillardFactor out instrument selector.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-03 Robin Gareuspre-select reasonable-synth as Instrument
2013-05-05 Paul Davismerge with master
2013-05-05 Paul Davisthe big rework of window management. probably not compl...
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davisremove all of Gtk::Window::set_position (WIN_POS_MOUSE...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-02 Paul Davisfix #5424: routes created from templates do not get...
2012-11-21 Paul Davisadd warning dialog if user tries to use audio+MIDI...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2012-01-25 Paul Davissome improvements to the add track/bus dialog to make...
2011-11-23 David RobillardPack toolbar combo boxes with expand=false and remove...
2011-11-04 Carl HetheringtonMake it impossible to create MIDI tape tracks (#4446).
2011-05-16 Carl HetheringtonA few capitalisation fixes.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-27 Carl HetheringtonComment typo.
2011-01-08 Carl HetheringtonMake Route Group dialog instant-apply. Disallow identi...
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2011-01-01 Carl HetheringtonFix creation of MIDI tracks under some translations.
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-05-02 Carl HetheringtonA little copy-editing.
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
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-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
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-07-21 Paul Davisfix crash when trying to create a non-template track...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-05 Carl HetheringtonFix from tinram.
2009-06-29 Carl HetheringtonApply tinram's patch from mantis 2756 (with a few tweak...
2009-06-22 Carl HetheringtonAllow new route group to be created from within the...
2009-06-22 Carl HetheringtonPick up newly-added route groups correctly.
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonAllow edit group creation from the route UI's menu...
2009-06-11 Paul Davishugely improved design for add route dialog (why didn...
2009-04-22 Paul Davisa long tricky day of playing with ArdourStartup and...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-02 Paul Davisallow dragging of automation lines (Ben Loftis, backpor...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-03 Carl HetheringtonImprove GNOME HIG compliance a bit.
2008-09-22 David RobillardSet add route dialog non-resizeable so WMs size it...
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-07-06 Doug McLainshow() widgets explicitly, one little file at a time
2007-06-27 David RobillardAdded dialog to allow adding any Midi CC track.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-11 Paul DavisThis one's for oofus: optionally show solo mute status...
2006-11-19 David RobillardMerged with trunk R1141
2006-10-26 Paul Davisenable more string translations
next