summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2012-01-18colinf's 2011-12-08 patch for freesound mootcher (add stop, remove URI, clear...Paul Davis
2012-01-18minor edit (#4540)Paul Davis
2012-01-18Tweak labels (#4632).Carl Hetherington
2012-01-18Make contents of region properties dialogue expand withCarl Hetherington
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-10Reinstate command line option to hide splash screen.Carl Hetherington
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2012-01-10change tooltip of automation button for MIDI tracks to give hint that its als...Paul Davis
2012-01-09change default binding for import to be PRIMARY-i because its really an actio...Paul Davis
2012-01-09Don't redraw the summary every time the playhead moves (if it hasn't moved vi...Carl Hetherington
2012-01-09use system/gtk default font on OS X, rather than specifying Lucida Grande; ma...Paul Davis
2012-01-09Account for ProcessorEntry::_processor being 0 in a few places; remove unused...Carl Hetherington
2012-01-08Remove an unnecessary assert that now trips.Carl Hetherington
2012-01-08don't hide the "auto" box transport bar buttons (sync, auto-return etc) if th...Paul Davis
2012-01-08simplify and legalize call to TempoMap::get_grid() when getting grid pointsPaul Davis
2012-01-07add an empty ProcessorEntry before the fader if there are no pre-fader proces...Paul Davis
2012-01-07add sixteenths as note type for tempo and meter; fix cursor color, selection ...Paul Davis
2012-01-07rest of the color change for the MIDI channel selector, missed this yesterdayPaul Davis
2012-01-07snap tempo marker drags to the nearest beatPaul Davis
2012-01-06dull down the MIDI channel selector buttons to avoid sensory overloadPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05fix some more crashes with tempo map manipulationsPaul Davis
2012-01-04restore correct behaviour of undo/redo for tempo map dragsPaul Davis
2012-01-04tweak constants that affect whether/where trimming cursors are shown for MIDI...Paul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2012-01-04use BBTPoint::is_bar() rather than ::beat == 1 ; implement TempoMap::framepos...Paul Davis
2012-01-03Happy New YearCarl Hetherington
2012-01-03save 4 bytes per Bar|Beat point in the tempo mapPaul Davis
2012-01-03return two iterators into the Bars|Beats list of the tempo map rather than ma...Paul Davis
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis
2011-12-31Slightly improve proxying of events by crossfade views; doesn't really have a...Carl Hetherington
2011-12-31Restore update of coverage frames on playlist contents changed, which is need...Carl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30Make coverage frames work slightly better; jury is still out on whether they ...Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-30centralize use of "from-context-menu" in Editor::get_preferred_edit_position(...Paul Davis
2011-12-30fix logic for context-menu-mouse-dependent actions so that if the edit point ...Paul Davis
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-30make insert-patch-change from context menu use context click event for positi...Paul Davis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-29stupid hack to fix issues with OS X Carbon headersPaul Davis
2011-12-29avoid crash on region drag end trying to access TimeAxisView::view() for TAV'...Paul Davis
2011-12-29tweak up size+spacing of main menu bar info boxPaul Davis
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-28Remove some unused stuff.Carl Hetherington
2011-12-27Fix another bug wrt visual appearance of layered regions inCarl Hetherington
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-27Update layer order when switching back to overlaid mode.Carl Hetherington