summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-20Simplify GUIOBjectState a bit by just walking the XMLCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-20tweak up the region context menu quite a bitPaul Davis
2012-01-20make dbl-click on send toggle back *and* forth between send/regular strip dis...Paul Davis
2012-01-20fix cheat-sheet text for set-playheadPaul Davis
2012-01-20rest of engine dialgo changesPaul Davis
2012-01-20minor tweaks for engine dialog (remove channel counts, tweak sensitivity)Paul Davis
2012-01-20heuristic to workaround over-eager translation of NN000Hz as NN kHzPaul Davis
2012-01-20patch from colinf to make dbl-click on send "box" map its controls to the str...Paul Davis
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2012-01-19if creating the splash fails for any reason, don't crash later when trying to...Paul Davis
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-19enter and exit node edit mode with dbl-click in any MIDI regionPaul Davis
2012-01-19add some more hand-holding language to the startup assistantPaul Davis
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