summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2010-05-02A little copy-editing.Carl Hetherington
2010-05-02Prevent multiple tempo / meter changes being inserted at the same pointCarl Hetherington
2010-05-02Fix toggling behaviour of glue region to bars & beats option. Fixes #2588.Carl Hetherington
2010-04-30Some more copy-editing. Make 'make mono regions' option sensitive to the reg...Carl Hetherington
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington
2010-04-26Display region gain automation if it is 'interesting' (ie not just the default)Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-18Fix some i18n bugs; hopefully most if not all of #2999.Carl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-05Save and restore the selected tab and its width in the editor list.Carl Hetherington
2010-03-31Take away the Remove option from the region list, and add Show to re-show hid...Carl Hetherington
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18do not save editor state in every reversible commandsPaul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-09Shrink zoom buttons.David Robillard
2010-02-09Fix rulers on intial display (fix item 1 of ticket #2740).David Robillard
2010-02-09Move object+range button up with the rest of the tool buttons (bringing edit ...David Robillard
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Preserve and restore x and y origin of editor viewport in Editor state.Carl Hetherington
2010-02-07Move a couple of methods into editor.cc, where they seem to be more at home t...Carl Hetherington
2010-02-07Make Editor::set_state work again.Carl Hetherington
2010-02-02fixup some issues with the miditracerPaul Davis
2010-02-01Fix NULL dereference.David Robillard
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-14Minor cleanups to menu code. Some copyediting of menu items for HIG compliance.Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2010-01-06Fix segfault on startup caused by previous patch.Carl Hetherington
2010-01-06Clean up the idle_visual_changer a bit, fixing a bug where the playhead would...Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-28Some HIG and wording improvements to the right-click region context menu. Cl...Carl Hetherington
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-23Prevent a crash in the situation where:Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-22Fix show/hide of editor summary.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis