summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.cc
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-04-21merge fix for tempo branchBen Loftis
2015-03-27tap-tempo: reset running average whenever tapped tempo deviates by +/- 20%Colin Fletcher
2015-03-27Go back to using g_get_monotonic_time() for tap tempoColin Fletcher
2015-03-22Right align some more numeric entries in the meter/tempo dialogs.nick_m
2015-03-21tap-tempo: try to make it work properly from the very first clickColin Fletcher
2015-03-14Align number entry in the meter dialog to the right in lieu of findingnick_m
2015-03-09Use ev->time rather than g_get_monotonic_time() for tap tempoColin Fletcher
2015-01-13Give tempo dialog initial focus to BPM spinner.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Fix crash if new tempo is set to start at bar #0 / Follow-up for non movable ...Julien de Kozak
2014-12-18Fix crash if new tempo is set to start at bar #0 / Follow-up for non movable ...Julien de Kozak
2014-12-18Fix crash if new tempo is set to start at bar #0Julien de Kozak
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-07-05Make tap tempo use g_get_monotonic_time(), and fix minimum BPMColin Fletcher
2014-07-05Make 'Tap tempo' set the bpm to a running averageColin Fletcher
2014-07-05Add 'Tap tempo' button to 'Edit tempo' dialogueColin Fletcher
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-01-07add sixteenths as note type for tempo and meter; fix cursor color, selection ...Paul Davis
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-21provide config parameter to allow non-quarter note pulses; off by default; no...Paul Davis
2011-12-20use the same kludge-removal approach in the prior commit for the meter dialog...Paul Davis
2011-12-20rework tempo dialog to (a) allow selection of pulse note type (b) avoid awful...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-05-02Prevent multiple tempo / meter changes being inserted at the same pointCarl Hetherington
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-08-20Apply patch from mantis 2766 to fix apply sensitivity when editing the meter ...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2008-02-17Merge with 2.0-ongoing R3077.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-02-02new keyboard bindings for moving playhead to region starts+ends ; use spin bu...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-04-26Fix missing commection from last commitNick Mainsbridge
2006-04-26Plugin selector useability changes, fix mouse grab bug in plugin barcontrolle...Nick Mainsbridge