summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-08Preserve and restore x and y origin of editor viewport in Editor state.Carl Hetherington
2010-01-15Centre playhead on zoom when it is the zoom focus. Myself and oofus think it...Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2009-12-23Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to promp...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-13Remove confusing track / group members in TimeSelection struct; time selectionCarl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
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-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-01Patch from lincoln to fix #1601: strange behaviour when duplicating multiple ...Carl Hetherington
2009-12-01Fix scrollwheel operation in editor.Carl Hetherington
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-27Add OK/Cancel buttons to quantize dialog.David Robillard
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-20Make the behaviour zoom to region more intuitive (IMHO); ie always zoom to th...Carl Hetherington
2009-10-20Tidy up the popup region editor and fix a few bugs with it; should close mant...Carl 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-10-01visual state patches from 2.XPaul Davis
2009-09-09Clean up some confusion about offering a denormalize menu option when a regio...Carl Hetherington
2009-09-07use diff commands for quantize, with infrastructure changes as requiredPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-24Patch from lincoln to add track resize buttons to the top-left corner of the ...Carl Hetherington
2009-08-24Don't use the edit position to gather regions to cut, otherwise it can be con...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-21Clean up range menu a bit. Make a couple of range actions happen to all trac...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-03Factor regions list out of Editor.Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-06-26Clean-up.Carl Hetherington
2009-06-26Make a few region operations undoable and responsive to route groups.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington