summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
AgeCommit message (Expand)Author
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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-05Support recursive undo events.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...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-14Make tempo lines physical_screen_height high, add xml null check, Use clicked...Nick Mainsbridge
2008-10-07Fix non-disappearing tracks when hiding, don't set colours twice initializing...Nick Mainsbridge
2008-10-03Assortment of minor changes from 2.0-ongoing.David Robillard
2008-09-23An actual tempo line cache (not quite perfect when scrolling left, but miles ...David Robillard
2008-09-23The petty tidying up remnants of a noble, yet utterly failed, tempo lines exp...David Robillard
2008-09-23Fix merge regression: use TempoLines class instead of same built in to editor.David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix ruler scale on initial view (apply patch from nick_m).David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-08-06Fix note range toggling (ie actually change visible range when menu option se...David Robillard
2007-08-06Don't draw measure lins a ton of times... but still drawn twice on initial se...David Robillard
2007-08-05Pulled tempo line stuff out into it's own relatively self-contained class.David Robillard
2007-06-29remove color.hDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-09-06Measure line tweaksDavid Robillard
2006-08-31Merged with trunk R874.David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-14More solid "fake" recording and serializationDavid Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-10Merged with trunk R776David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
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