make Selection::set (TrackViewList*) more efficient and emit less PI::Change signals
[ardour.git] / gtk2_ardour / selection.cc
2017-02-26 Paul Davismake Selection::set (TrackViewList*) more efficient...
2017-02-26 Paul Davisavoid doing needless duplicate work in Selection::add...
2017-02-24 Robin Gareusthe daily dose of const'ness
2017-02-21 Paul Davisfix crash when removing a TimeAxisView from the selection
2017-02-17 Robin GareusPrevent direct and indirect selection of VCAs
2017-02-08 Paul Davisstop a crash during selection
2017-01-28 Paul Davisminor logic changes to editor selection
2017-01-27 Paul Davisremove editor/mixer selection change signals; make...
2016-11-14 Tim MayberryFix crash when selecting MIDI note
2016-11-14 nick_mchange note selection node name - should fix 7110
2016-11-14 Robin Gareuspotential fix for #7110 (older sessions have no id)
2016-10-15 nick_mNote selection state uses note event_id_t.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-06-06 Paul Davistweak API of Selectable
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-03-28 Robin Gareusfix gain automation copy/paste -- #6842
2016-01-29 Paul Davisuse new selection API to avoid double signal when a...
2016-01-29 Paul Davismodify Selection API to provide (default-valued) "with_...
2016-01-14 Tim MayberryChange handling of Midi note selection to eliminate...
2015-10-19 nick_mAdd error check to region gain control point selection...
2015-10-19 nick_mAdd region gain point selection undo.
2015-10-19 nick_mMake control point selection more consistent.
2015-07-23 Robin Gareusrename Marker class
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-17 Robin Gareusinitialize uninitialized variable
2015-02-19 Robin Gareusfix some static-analysis warnings
2015-01-16 nick_mFix note resize double undo bug.
2015-01-11 Robin Gareusclean up whitespace & debug output in 44203ce
2015-01-10 nick_mFix AutomationTrackItem rubberband click thinking it...
2015-01-02 nick_mAdd automation track control points to undo history...
2015-01-02 nick_mRemoved unrelated change in Selection::set_state (...
2015-01-02 nick_mSeparate selection operations into their own temporary...
2014-12-31 Robin Gareus32/64bit compat
2014-12-19 David RobillardFix copy paste of MIDI and track automation.
2014-12-19 Ben LoftisEnforce internal/external selection exclusivity.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-11-17 David RobillardSupport cut/copy/paste of several regions and lines...
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-09-03 Ben Loftisselecting a track in the mixer, with synced selection...
2014-07-07 Ben Loftisfix copy paste error in selection
2014-07-07 Ben Loftisremove leftover cruft from link-region-and-track removal
2014-07-06 Ben Loftisremove some cruft with previous commits. remove option...
2014-07-06 Ben Loftisnew approach to selections which will help rationalize...
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-26 Paul Davissevere rationalization (still incomplete) of behaviour...
2014-02-26 Paul Davisensure that track selection operations call ::set_selec...
2013-01-02 Paul Davisvarious fixes for moving markers, fixes a crash reporte...
2012-12-19 Paul Davisdo NOT deselect markers when clearing object selection...
2012-12-13 Paul Davisfix more range selection issues
2012-12-13 Paul Davismake sure we never use ID of zero for range selections...
2012-12-13 Paul Davisvarious fixes for "advanced" operations on range select...
2012-11-26 Ben Loftisexplicitly enforce selection rules to avoid some corner...
2012-11-18 Paul Davisfix O(N^M) behaviour of control point selection (N...
2012-05-31 Carl HetheringtonSlightly unpleasant hack to stop control points being
2012-05-17 Carl HetheringtonDeselect other control points on normal selection.
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-02-05 Paul Davisclear marker selection as part of Selection::clear...
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-27 Carl HetheringtonDon't add markers to the selection multiple times when...
2011-12-05 Paul Davisfix minor logic error with linked region & track selections
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-10-20 Carl HetheringtonSave marker selection state in instant.xml (#4203).
2011-06-01 David RobillardDelete trailing whitespace
2011-04-23 Carl HetheringtonPrevent the point selection straying -ve when control...
2011-04-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-03-22 Carl HetheringtonFix crash on getting state of selected MIDI region...
2011-01-04 Carl HetheringtonUnselect regions on tracks when the tracks are hidden...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-15 Paul Davisfix crash caused when deleting a region without a playl...
2010-09-14 Carl HetheringtonFix another assertion failure if a saved selection...
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-08-30 Carl HetheringtonFix another crash on session creation if the stored...
2010-08-30 Carl HetheringtonRespect link of region and track selection when setting...
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-20 Carl HetheringtonFix my broken logic for control point selection.
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-08-11 Carl HetheringtonHopefully fix up automation control point selection...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-01-05 Carl HetheringtonFixes to permit drags of multiply-selected automation...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
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 HetheringtonRemove confusing track / group members in TimeSelection...
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-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-13 Paul Davismore MIDI paste improvements, plus move region-mute...
next