Go back to one progress bar with several passes in export.
[ardour.git] / gtk2_ardour /
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-28 Sakari BergenImplement simple separate progress bar for export norma...
2012-01-27 Paul Davistweak appearance of a FaderOption in the option editor(s)
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davisfix inconsistent display on selection clocks when in...
2012-01-27 Paul Davisfix #4663, partly by more efficiently generating the...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-27 Paul Davisreword label for session properties item
2012-01-27 Carl HetheringtonDon't add markers to the selection multiple times when...
2012-01-25 Paul Davisin non-note-edit mouse object mode, single click on...
2012-01-25 Paul Davisleave note edit mode with a click on any track backgrou...
2012-01-25 Paul Davissome improvements to the add track/bus dialog to make...
2012-01-25 Paul Davisdramatically simplify maximi[sz]ation code, ripping...
2012-01-24 Paul Davisfix breakage of normal method of creating an empty...
2012-01-24 Carl HetheringtonRemove some never-seen tooltips (overridden by other
2012-01-24 Carl HetheringtonFix warning about getting tempo map for frame -1; stop
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2012-01-24 Paul Davisexit internal/note edit mode when clicking on anything...
2012-01-24 Paul Davisdon't offer to save master bus as a route template
2012-01-24 Carl HetheringtonTidy up RegionLayeringOrderEditor a bit. Add GPL boile...
2012-01-24 Carl HetheringtonUse the same criteron to sensitize the choose-top-regio...
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-22 Carl HetheringtonAdd option to use plugin GUIs or Ardour generic ones.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonRemove unused declaration.
2012-01-21 Carl HetheringtonRestore option to open a plugin editor built by Ardour,
2012-01-21 Carl HetheringtonAllow individual plugin controls to be shown / hidden.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-20 Carl HetheringtonSimplify GUIOBjectState a bit by just walking the XML
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-20 Paul Davistweak up the region context menu quite a bit
2012-01-20 Paul Davismake dbl-click on send toggle back *and* forth between...
2012-01-20 Paul Davisfix cheat-sheet text for set-playhead
2012-01-20 Paul Davisrest of engine dialgo changes
2012-01-20 Paul Davisminor tweaks for engine dialog (remove channel counts...
2012-01-20 Paul Davisheuristic to workaround over-eager translation of NN000...
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davisif creating the splash fails for any reason, don't...
2012-01-19 Paul Davismore fixups of various things including cursors when...
2012-01-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
2012-01-19 Paul Davisenter and exit node edit mode with dbl-click in any...
2012-01-19 Paul Davisadd some more hand-holding language to the startup...
2012-01-18 Paul Davisrestore ability to create TOC and CUE files during...
2012-01-18 Paul Daviscolinf's 2011-12-08 patch for freesound mootcher (add...
2012-01-18 Paul Davisminor edit (#4540)
2012-01-18 Carl HetheringtonTweak labels (#4632).
2012-01-18 Carl HetheringtonMake contents of region properties dialogue expand...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2012-01-10 Carl HetheringtonReinstate command line option to hide splash screen.
2012-01-10 Paul Davisthe return of the splash, with a few changes to help...
2012-01-10 Paul Davischange tooltip of automation button for MIDI tracks...
2012-01-09 Paul Davischange default binding for import to be PRIMARY-i becau...
2012-01-09 Carl HetheringtonDon't redraw the summary every time the playhead moves...
2012-01-09 Paul Davisuse system/gtk default font on OS X, rather than specif...
2012-01-09 Carl HetheringtonAccount for ProcessorEntry::_processor being 0 in a...
2012-01-08 Carl HetheringtonRemove an unnecessary assert that now trips.
2012-01-08 Paul Davisdon't hide the "auto" box transport bar buttons (sync...
2012-01-08 Paul Davissimplify and legalize call to TempoMap::get_grid()...
2012-01-07 Paul Davisadd an empty ProcessorEntry before the fader if there...
2012-01-07 Paul Davisadd sixteenths as note type for tempo and meter; fix...
2012-01-07 Paul Davisrest of the color change for the MIDI channel selector...
2012-01-07 Paul Davissnap tempo marker drags to the nearest beat
2012-01-06 Paul Davisdull down the MIDI channel selector buttons to avoid...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-05 Paul Davisfix some more crashes with tempo map manipulations
2012-01-04 Paul Davisrestore correct behaviour of undo/redo for tempo map...
2012-01-04 Paul Davistweak constants that affect whether/where trimming...
2012-01-04 Paul Davisfix error in framepos_{plus,minus}_bbt() which miscount...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2012-01-03 Carl HetheringtonHappy New Year
2012-01-03 Paul Davissave 4 bytes per Bar|Beat point in the tempo map
2012-01-03 Paul Davisreturn two iterators into the Bars|Beats list of the...
2012-01-02 Paul Davisnew approach to tempo/meter: compute and store the...
2011-12-31 Carl HetheringtonSlightly improve proxying of events by crossfade views...
2011-12-31 Carl HetheringtonRestore update of coverage frames on playlist contents...
2011-12-30 Carl HetheringtonAnywhere that deletes regions needs to use a rdiff...
2011-12-30 Carl HetheringtonMake coverage frames work slightly better; jury is...
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-30 Paul Daviscentralize use of "from-context-menu" in Editor::get_pr...
2011-12-30 Paul Davisfix logic for context-menu-mouse-dependent actions...
2011-12-30 Carl HetheringtonClean up comments to create_note_at, since it no longer...
2011-12-30 Paul Davismake insert-patch-change from context menu use context...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-29 Paul Davisstupid hack to fix issues with OS X Carbon headers
2011-12-29 Paul Davisavoid crash on region drag end trying to access TimeAxi...
2011-12-29 Paul Davistweak up size+spacing of main menu bar info box
2011-12-28 Paul Davisa huge set of changes to tempo+meter handling. testing...
2011-12-28 Carl HetheringtonRemove some unused stuff.
2011-12-27 Carl HetheringtonFix another bug wrt visual appearance of layered regions in
2011-12-27 Carl HetheringtonTry to make new layering stuff play nicely with undo.
2011-12-27 Carl HetheringtonUpdate layer order when switching back to overlaid...
2011-12-27 Carl HetheringtonFix up confusion with relayering after movement drags in
2011-12-27 Carl HetheringtonCreate Freesound working directory a little more lazily so
2011-12-27 Carl HetheringtonFix mistake in error checking of audio clock BBT times...
next