summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
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-10second part of: fix up scrolling of pixfaders by making them grab keyboard m...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington