ardour.git
2012-01-10 Paul Davisremove some verbiage when creating audiofile sources 3.0-beta2
2012-01-09 Paul Davisfix auditioning (bystander casualty of monitoring fixes)
2012-01-09 Paul Davisfix nasty memory-related crashes caused by not noticing...
2012-01-09 Paul Davischange config dir on OS X to ~/Library/Preferences...
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 Davisadd MIDITrack specific ::monitoring_state() method
2012-01-09 Paul Davisreduce Processor debug tag verbosity
2012-01-09 Paul Davisuse system/gtk default font on OS X, rather than specif...
2012-01-09 Paul Davisremove some debug io from the Processors tag that is...
2012-01-09 Paul Davisanother AU-specific tempo fix
2012-01-09 Carl HetheringtonFix typo.
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 allow/create non-beat aligned tempo changes in...
2012-01-08 Paul Davisdon't hide the "auto" box transport bar buttons (sync...
2012-01-08 Paul Davisfix up a few zero-boundary condition errors in TempoMap
2012-01-08 Paul Davissimplify and legalize call to TempoMap::get_grid()...
2012-01-08 Paul Davissort debug options
2012-01-08 Paul Davistempo map debugging with dlp
2012-01-07 Paul Davisadd operator!= for BBT_Time
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 Daviswhen moving tempo and metric sections around (or adding...
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-07 Paul Davisfix positioning of grid line after a non-beat aligned...
2012-01-07 Paul Davisa better fix for timestamping non-beat-aligned tempo...
2012-01-06 Paul Davisremove extra TempoMap::dump() call
2012-01-06 Paul Davisre-adjust computation of non-beat aligned tempo change
2012-01-06 Paul Davisadjust computation of non-beat aligned tempo change...
2012-01-06 Paul Davisfix frame/beat walking to pass unit tests
2012-01-06 Paul Davisremove messages when tempo map is not available in...
2012-01-06 Paul Davistwiddle with one test explanation to help paul reason...
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-05 Paul Davisupgrade audiounit support to use the new tempomap API
2012-01-05 Paul Davisfix over-zealous optimization in tempo map, caused...
2012-01-05 Paul Davisremove debugging output
2012-01-05 Paul Davismake extending the tempo map O(N) in the section to...
2012-01-05 Paul Davisremove un-needed TempoMap::frame_time_rt()
2012-01-05 Paul Davispossibly fix deadlocking issues with tempo map by rearr...
2012-01-04 Carl HetheringtonUse Request::Pause rather than Request::Wait for
2012-01-04 Paul Davisrestore correct behaviour of undo/redo for tempo map...
2012-01-04 Paul Davistry to clean up locking issues with TempoMap
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 Paul Davisfix (?) tricky locking issues in the tempo map by addin...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2012-01-04 Paul Davisimplement TempoMap::framepos_minus_beats() using new...
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2012-01-03 Carl HetheringtonRemove unused variables.
2012-01-03 Carl HetheringtonMaybe fix initial run of tests with sources.
2012-01-03 Carl HetheringtonHappy New Year
2012-01-03 Carl HetheringtonAdd valgrind option for tests.
2012-01-03 Carl HetheringtonAdd TestNeedingPlaylistAndRegions
2012-01-03 Paul Davisremove duplicated test conditions
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-03 Paul Davismore tempo fixes, including handling multiple metrics...
2012-01-03 Paul Davisfix incorrect tempo test
2012-01-03 Paul Davisremove body of no-longer-relevant tempo-related test
2012-01-03 Paul Davisadd support for -D foobar when running tests
2012-01-03 Carl HetheringtonAdd notes on running unit tests.
2012-01-03 Carl HetheringtonAdd TestNeedingSession and add missing tempo_test.h
2012-01-03 Carl HetheringtonNew test.
2012-01-03 Carl HetheringtonMore test friends.
2012-01-03 Carl HetheringtonReverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2012-01-03 Carl HetheringtonFix erroneous test.
2012-01-03 Carl HetheringtonRemove unused variables.
2012-01-03 Carl HetheringtonFix test build.
2012-01-03 Carl HetheringtonReverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2012-01-02 Carl HetheringtonUse the correct flag for DAZ and default to using FTZ...
2012-01-02 Paul Davisintermediate commit as all tempo/meter stuff starts...
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 HetheringtonEmit notify_layering_changed() more often; especially...
2011-12-31 Carl HetheringtonDon't round control list events when x-scaling them...
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 HetheringtonDebug code.
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 Carl HetheringtonAdd assert.
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-30 Paul Davisfix default response behaviour of Gtkmm2ext::Prompter...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-29 Paul Davisclean up comments and commented code
2011-12-29 Paul Davisnext iteration of tempo map stuff - fixes off-by-one...
2011-12-29 Paul Davisstupid hack to fix issues with OS X Carbon headers
2011-12-29 Paul DavisOS X packagin fix to pick up surfaces
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 Paul Davisnew DEBUG_ENABLED(bits) macro, potentially useful here...
2011-12-28 Carl HetheringtonRemove unused variable.
next