enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / editor_route_groups.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-11 Paul Davismake RouteGroupDialog non-modal.
2016-06-06 Paul Davisthere is no remote model choice anymore - ordering...
2016-06-05 Paul Davisuse new RouteGroup property names
2016-05-31 Paul Davisa start at the group/master menu related structure
2016-01-17 Len OvensGroups: Fix un/set hidden/show should reset RID for...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-04 Robin Gareusamend prev commit (SLA)
2015-04-04 Robin Gareusadd more contexts for SLA.
2014-12-09 Paul Davisanother metric ton of color work
2014-11-17 Robin Gareusadd some assert() messages.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-11 Robin Gareusfix race-condition/segfault at exit:
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-10 Paul Davisremove unused variable
2014-07-07 Ben Loftisremove all_group_active_button. if you want to operat...
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-06-10 Paul Davissubstantial changes in color management, involving...
2012-12-26 Paul Davisremove "edit" property from track/bus groups; use ...
2012-05-22 Paul Davisremove, convert, comment several cerr statements
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-01-30 Carl HetheringtonFix typo.
2011-12-29 Paul Davisstupid hack to fix issues with OS X Carbon headers
2011-12-09 Paul Davisfix reference to name cell
2011-12-07 Paul Davisadd "enabled" column to editor route groups list and...
2011-12-07 Paul Davisrationalize MVC and functionality in editor route group...
2011-12-06 Paul Daviscorrect button press detection order for editor route...
2011-12-06 Paul Davismove color column for editor groups up front
2011-12-06 Paul Davisremove debugging output
2011-12-06 Paul Davisadd color column to editor route groups list
2011-12-06 Paul Davisadd monitoring column to route group list; make click...
2011-12-06 Paul Davistooltips for route group list
2011-09-19 Carl HetheringtonTidy up style of a few toggle buttons (#4319).
2011-07-12 Carl HetheringtonRe-order route group editor list columns to match up...
2011-06-01 David RobillardDelete trailing whitespace
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-06 Carl HetheringtonFix show checkbuttons for mixer groups on startup ...
2011-03-31 Carl HetheringtonMake route group editor list reorderable (part of ...
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-30 Paul Davismore improvements for range drag/track selection logic...
2010-08-30 Paul Davistweak track selection during range drag; "all group...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-23 Carl HetheringtonFix behaviour of route group list's visible checkbutton.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-02 Carl HetheringtonFix up route group state signal handling. Make the...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
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-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-01 Carl HetheringtonVarious tweaks to group tabs, the main upshot of which...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-10 Carl HetheringtonFix route group collect option.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonFix collection of route groups.
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-03 Carl HetheringtonSplit route group list out of Editor.