summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
AgeCommit message (Expand)Author
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-29remove debugging stuffNick Mainsbridge
2008-01-29make multi-duplicate dialog less ugly, ditto with tempo dialogs. fix broken a...Nick Mainsbridge
2007-12-21new tempo handling from drmoore; don't follow playhead when doing requested_r...Paul Davis
2007-09-25new controls for copy-only import; new logo item for canvasPaul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
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
2006-11-14Fixed reversed bar/beat coloursDavid Robillard
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-09Give a different error message when AudioEngine::connect() tries to make Sampo Savolainen
2006-10-08Bar/Beat line aesthetic fixes.David Robillard
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-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-14Make bar lines on the canvas draw from top to bottom no matter how few Sampo Savolainen
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-07-29Compiles, but doesn't link. The link errors are mostly expected and areHans Fugal
2006-07-25 r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-04-27"The In-Flight Hack, 2006"Paul Davis
2006-03-072006-03-04 Tim Mayberry <mojofunk@gmail.com>Tim Mayberry
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-01-28fix (mostly) measure lines and click box text and meter markingsPaul Davis
2005-12-08meter/tempo bars show again, fix tempo/meter dialogs, and morePaul Davis
2005-12-07black bg for meters, font fixups for startup message, new notebook widget (in...Paul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-27convert set_property("foo", bar) to property_foo() = barKarsten Wiese
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-24advance compiling to the m*.cc pointPaul Davis
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
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-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...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-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin