summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
AgeCommit message (Expand)Author
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
2006-08-23Make canvas autoscroll work properly.Sampo Savolainen
2006-06-21the return of VST supportPaul Davis
2006-06-15Moved SMPTE type/functions into SMPTE namespace;David Robillard
2006-06-02Remove needless hbox in panner, get rid of some warnings in editor_rulers.cc,...Nick Mainsbridge
2005-12-12editor window layout changes, and lots morePaul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-24advance compiling to the m*.cc pointPaul Davis
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-10-28mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::ItemNick Mainsbridge
2005-10-22More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas ->...Taybin Rutkin
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin