ardour.git
2013-09-02 John Emmas'libs/panners' - Streamline my previous API changes...
2013-08-31 John Emmas'libs/panners' - Add a conventional 'C' API call type...
2013-08-30 John Emmas'libs/panners' - A small test (before going too far...
2013-08-27 John EmmasModify 'ardourext/misc.h' so that it only uses C++...
2013-08-27 John Emmas'libs/clearlooks-newer' - Clearlooks needs to be builda...
2013-08-26 John EmmasMinor tweaks to MSVC build (hopefully of little consequ...
2013-08-26 John Emmas'libs/gtkmm2ext' - Compiler specific includes
2013-08-26 John Emmas'libs/gtkmm2ext' - Main body of changes required for...
2013-08-26 John Emmas'libs/gtkmm2ext' - Use 'std::vector' instead of dynamic...
2013-08-26 John Emmas'libs/gtkmm2ext' - Remove "using namespace Gdk;" to...
2013-08-24 Paul Davisfix compilation on linux
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-24 Paul Davispot/po file updates caused by waf i18n
2013-08-24 Paul Davisfix confusion about whether flip_mode in the Mackie...
2013-08-24 Tim Blechmannexport: add support for CAF
2013-08-23 Robin Gareusdon't run meter in import-dialog if the dialog is not...
2013-08-22 Paul Davisundo the hiding of SR-dependent LV2 ports
2013-08-15 Paul Davisupdate czech translations from pavel fric, part 2
2013-08-15 Paul Davisupdate czech translations from pavel fric
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-15 Paul Davischeck master sources when determining whether a region...
2013-08-13 Tim MayberryMove curve test file handling in main() until after...
2013-08-13 Tim MayberryRemove call to PBD::ID::init as it is now done via...
2013-08-13 Tim MayberryCall setup_libpbd_enums in PBD::init for portability
2013-08-13 Tim MayberryCall Gio::init from PBD::init instead of ARDOUR::init
2013-08-13 Tim MayberryCall PBD::init in ARDOUR::init and PBD::cleanup in...
2013-08-13 Tim MayberryAdd PBD::init and PBD::cleanup
2013-08-13 Tim MayberryMove initialization of libardour from ARDOUR_UI class...
2013-08-13 Tim MayberryPrevent libardour from being initialized more than...
2013-08-13 Tim MayberryChange ARDOUR::init return type to bool type for succes...
2013-08-11 Robin Gareusfix thinko in 5dee49e19
2013-08-11 Robin Gareusfix 5dee49e19 (32/64 bit unsigned int compatibility)
2013-08-11 Robin Gareusmake LV2 communication buffers independent from jack...
2013-08-09 Robin Gareusfix typos
2013-08-09 Robin Gareusupdated monitor modes doc (new version from Chris with...
2013-08-09 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-09 John Emmas'libs/ardour' - If the platform is Windows, prevent...
2013-08-09 John Emmas'libs/ardour' - New files and changes needed for 'msvc_...
2013-08-09 John Emmas'libs/ardour' - Correct an invalid buffer address ...
2013-08-09 John Emmas'libs/ardour' - Minor change to an included header...
2013-08-09 Paul Davischanges to allow window branch to build on OS X
2013-08-08 Robin Gareusremove --no-freesound option. fixes #5640
2013-08-08 Paul Davisnew Mackie Control device file for Qcon controller...
2013-08-07 Robin Gareusfix compiler warning
2013-08-07 Paul Davisuse std::numeric_limits<float>::infinity() rather than...
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-06 benfix taglib header paths so linked headers are not necessary
2013-08-04 John Emmas'libs/ardour' - Platform specific changes and includes
2013-08-04 Robin Gareusfix meter-background highlight when peaking. (> vs >=)
2013-08-04 Robin Gareusfix rounding issue when dragging video with fractional fps
2013-08-04 John Emmas'libs/ardour' - Compiler specific includes and includes
2013-08-04 Robin Gareusvtl: import audio at video-offset, forget offset on...
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-04 Robin GareusTimecode: fix subframe rounding
2013-08-04 John Emmas'libs/ardour' - Use 'std::vector' instead of dynamicall...
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-03 Robin Gareusmake master-meter in toolbar optional
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-03 Robin Gareusdedicated namespace for video-utils
2013-08-03 Robin Gareusremove strtok_r() from video_query_info()
2013-08-03 Robin Gareusadd a peak reset button to the editor meter
2013-08-03 Robin Gareusfix gtk "child->parent == NULL" asserts
2013-08-03 Robin Gareusproperly handle port removal in route.
2013-08-03 Robin Gareusfix "other" port-group tab
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Michael FisherSend and Read MIDI Positions the right way
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Paul Davisfix typos in display of error message about an LV2...
2013-08-02 Michael FisherResolve duplicate symbol 'cocoa_open_uri' on OSX builds.
2013-08-02 Robin Gareuskeep port-matrix in sync when deleting ports. and fix...
2013-08-02 Michael FisherMidi clock housekeeping
2013-08-02 Michael FisherMake Session::send_song_position_pointer a no-op
2013-08-02 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-02 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-02 Michael FisherHuman readable printing of MIDI Position messages
2013-08-02 Michael Fisher- Send position data from internal position class
2013-08-02 Michael FisherTest code removal...
2013-08-02 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-02 Michael FisherStop compiler warning about NSURL
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove an identical odd namespacing typo
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove odd namespacing typo
2013-08-01 Paul Davisadd _ISOC9X_SOURCE define to compiler command line...
2013-08-01 Robin Gareusre-check meterbridge metric-area on route deletion
2013-08-01 Paul Davisfix merge conflict from master
2013-08-01 Paul Davisfixes for windows branch build failures under linux...
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-31 Robin Gareustiny detail.. GUI-callback may try to check vmonitor...
2013-07-31 Robin Gareusclean up some valgrid "Uninitialised value was created...
2013-07-31 Robin Gareuscorrect error message
2013-07-31 Robin Gareusfix close_allv() sentinel
2013-07-31 Robin Gareusvalgrind ignore glib UTF8 warnings
2013-07-31 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-31 Robin Gareusinitialize two more uninitialized vars..
2013-07-31 Robin Gareusfix typo in c212c16eb
next