summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
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-01Remove unused editor hscroller code. Add buttons to the left and right of th...Carl Hetherington
2009-11-17avoid .h pollution in last commitPaul Davis
2009-11-17allow use of Return, KP_Enter and more in key binding editor; better display ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
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-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-20Fix sizing problems with edit group tabs.Carl Hetherington
2009-06-17pack zoom controls into upper right of editor table/packerPaul Davis
2009-06-17Add a playhead marker to the summary.Carl Hetherington
2009-06-14Prevent vertical autoscroll when dragging the playhead.Carl Hetherington
2009-06-14Some cleanups to ruler drags.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-12Hopefully fix assertion failures in gnomecanvas when dragging track heights.Carl Hetherington
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-05-21A different fix for record crash, use pixfufs instead of canvas text in marke...Nick Mainsbridge
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-19Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-16fix crash at startup caused by use of null session ptr to set end marker (fro...Paul Davis
2008-10-14Make tempo lines physical_screen_height high, add xml null check, Use clicked...Nick Mainsbridge
2008-10-11Fix non-disappearing transport range bar drag rects, use physical_screen_heig...Nick Mainsbridge
2008-10-11Fix the nostar ruler hiding bug, rejig ruler bars again, this time making the...Nick Mainsbridge
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ...Paul Davis
2008-10-04Improve scrolling performance for sessions containing hundreds of regions ove...Nick Mainsbridge
2008-10-03Assortment of minor changes from 2.0-ongoing.David Robillard
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-24fix feedback loop while track resizingNick Mainsbridge
2008-09-24fix headers not resizing properly when all tracks set to minimum height, then...Nick Mainsbridge
2008-09-23An actual tempo line cache (not quite perfect when scrolling left, but miles ...David Robillard
2008-09-20Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawi...Nick Mainsbridge