summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
AgeCommit message (Expand)Author
2009-06-03Remove unused variable.Nick Mainsbridge
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to T...Nick Mainsbridge
2009-05-19Fix record crash, use pixfufs instead of canvas text in markers, use leftmost...Nick Mainsbridge
2008-07-15done debugging, remove the debug output, and cleanup the catchphrase in creat...Doug McLain
2008-07-15more debug...Doug McLain
2008-07-15Add some debug for Marker's font settings, and set the Text's font before set...Doug McLain
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
2008-01-12cleanup debug output; more completion of canvas line+rect height fixesPaul Davis
2008-01-12more NSD madness curing; fix up canvas range rects and marker line height mgmtPaul Davis
2007-12-08make selected marker line resize as canvas size changesPaul 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-12add arrow head to selected marker line; fix no-import-embed when selecting "u...Paul Davis
2007-11-09catch markers as they go away, to avoid selection corruption; add select-rang...Paul Davis
2007-11-09the edit cursor is dead, long live the edit point; plus a few fixes; plus loc...Paul Davis
2007-11-08substantial changes that start to use the edit point and the selected marker ...Paul Davis
2007-11-08change kbd selection to F1 & F2; make kbd selection differentiate between rol...Paul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-01-20a nice excuse for some keybindings, make some markers larger verticallyNick Mainsbridge
2006-01-10move range labels, attempt to make them look nicer, gcc 4.1 complaintNick Mainsbridge
2005-12-12editor window layout changes, and lots morePaul Davis
2005-12-08meter/tempo bars show again, fix tempo/meter dialogs, and morePaul Davis
2005-11-27convert set_property("foo", bar) to property_foo() = barKarsten Wiese
2005-11-24advance compiling to the m*.cc pointPaul Davis
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
2005-11-22plugin selector from doug; lots and lots of fixes from karstenPaul Davis
2005-11-15latest workPaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-10-09fixes for utils.cc in gtk2_ardour and gtkmm2ext, including switch to Pango::F...Paul 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-25Initial import of gtk2_ardour.Taybin Rutkin