summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
AgeCommit message (Expand)Author
2011-12-21fix direction of zoom-wheel in the timebar rulersBen Loftis
2009-10-02now in gtk2_ardour: replace all instances of prop->value() == "yes" with stri...Paul Davis
2009-03-02standardize some menu actions across CD and loop/punch rulers. also allow ri...Ben Loftis
2008-11-07Fix for track backgrounds sometimes not following ruler visibility change.Nick Mainsbridge
2008-10-21Don't tear down and rebuild all rulers on each visibility change, avoid setti...Nick Mainsbridge
2008-10-20Fix for occasional invisible tracks when removing canvas rulers.Nick Mainsbridge
2008-10-11,arker_drag_line height is now physical screens height, no border on zoom box...Nick Mainsbridge
2008-10-10Don't set colours twice in new TimeAxisViewItems (from 3.0), fix the nostar r...Nick Mainsbridge
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-24fix headers not resizing properly when all tracks set to minimum height, then...Nick Mainsbridge
2008-09-17Fix uninitialised variable. (thanks for the report songshop).Nick Mainsbridge
2008-09-08Fix some off by one or more errors spotted by The Big Programmer. Fewer force...Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-03-26a big menu cleanup; vertical auto-scrolling; some code cleanups; an unfinishe...Paul Davis
2008-03-24more fixes for drag/lock/copy logicPaul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-02-20drop ruler_show[] in favor of specific editor actions; various new actions an...Paul Davis
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
2007-12-27scroll events on rulers/time canvas now control zoom/scrollingPaul Davis
2007-11-30new shuffle-splice mode; fix editormode selectors lacking text at startup; de...Paul Davis
2007-11-27fix for vamp-sdk botch in SConstruct; new audio clock focus command; make ins...Paul Davis
2007-11-23added cd marker ruler, which displays and allows quick addition of cd track m...Jesse Chappell
2007-11-19a ton of changes based on discussions at SAE; to be documented laterPaul Davis
2007-11-11move location marker bar to bottom row of rulersPaul Davis
2007-11-09make edit clock do something useful again; do sensible guess work on how to d...Paul Davis
2007-11-09the edit cursor is dead, long live the edit point; plus a few fixes; plus loc...Paul Davis
2007-08-27opaque xfade patch + a version of the editor ruler/playhead/click patchPaul Davis
2007-05-30more use of int64_t to fix frame offset valuesPaul Davis
2007-04-13final for #1600Paul Davis
2007-04-13fix nasty mess i created last week with dragging in the rulers; new german tr...Paul Davis
2007-04-10remove X_() and use _() on menu entryPaul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename snap...Paul Davis
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
2007-03-19Editor GUI touchups:David Robillard
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2007-01-08save and restore clock modesPaul Davis
2007-01-07fix startup order (ARDOUR::init() vs. AudioEngine creation); start work on cl...Paul Davis
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-11-20deeper fixes for 80/100 subframes choicePaul Davis
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
2006-11-07position playhead on button press in rulers, not button releasePaul Davis
2006-11-05centre gain meter display, some bbt ruler fixesNick Mainsbridge
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-10more fiddling about with placing bits of the scroll/zoom operation in the idl...Nick Mainsbridge
2006-09-04lower zoom step slightly, speed up autoscrolling when snapping to sub-beats (...Nick Mainsbridge
2006-08-23.. and make autoscrolling a bit faster.Sampo Savolainen