fix track height resizing on OSX.
[ardour.git] / libs /
2014-10-22 Robin Gareusstopgap solution for VST plugins that call audioMasterW...
2014-10-22 Robin Gareusfix midi automation sliders
2014-10-16 Paul Daviswhen cancelling an import, call DropReferences so that...
2014-10-16 Paul Davisremove debug output
2014-10-16 Paul Daviswhen flushing notifications/signals from an ARDOUR...
2014-10-16 Paul Davisadd mutex/lock to all Evoral::SMF methods that use...
2014-10-16 Robin Gareusallow zero-latency sessions
2014-10-16 Paul DavisContainers should not consider the size of invisible...
2014-10-16 Paul Davistweak implementation of Session::audible_frame() to...
2014-10-16 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-10-16 GZharun[Summary] Added graphics which Igor provided
2014-10-16 Robin Gareusadd a Dummy Backend Loopback mode:
2014-10-16 Robin Gareusrevert 8ca546e - original version was correct (note...
2014-10-16 Robin Gareusfix LTC generator latency compensation.
2014-10-16 GZharun[Summary] Optimized Tracks removing/adding but redundan...
2014-10-15 GZharun[Summary] Removed redundant actions. This will be handl...
2014-10-14 GZharun[Summary] Reworked tracks deletion algorithm to remove...
2014-10-10 Paul Davisensure registration of all SessionEvent types
2014-10-10 Paul Davismake output of SessionEventManager::dump_events() a...
2014-10-10 Robin Gareuscleanup unused nested regions:
2014-10-10 Robin GareusProperly count nested regions
2014-10-10 Robin Gareusre-reference regions during uncombine - #5979
2014-10-10 Robin Gareusfix dup free in waves/midi:
2014-10-10 Robin Gareusfix wavesbackend midi timing
2014-10-10 Robin Gareusinitialize some uninitialized vars - closes #5974
2014-10-10 Robin Gareusfix crashes for plugin using maxBlockLength during...
2014-10-10 Paul Davisavoid a set of calls to gettext() and/or cousins from...
2014-10-10 Robin Gareusfix VST user cache typo: info/blacklist
2014-10-10 Robin Gareususe single newline char in VST info files.
2014-10-10 Robin Gareusupdate VST scanner lookup (prepare for moving to BINDIR)
2014-10-10 John EmmasWhen building 'libs/pbd/cpus.cc' (with MSVC) make sure...
2014-10-07 Paul Davisfix logic error in CARBON_FLAT_INCLUDES logic (previous...
2014-10-07 Paul Davisimproved macros for handling Mavericks-style Carbon...
2014-10-07 Paul Davisadd correct copyright statements to all files in Waves...
2014-10-07 Paul DavisSession should be using per-location signals for Locati...
2014-10-02 Valeriy Kamyshniy[Submit] Fader should not swallow the button press
2014-10-02 Valeriy Kamyshniy[Summary] Setting loop is mode to true
2014-10-02 GZharun[Summary] Added session end marker 15 second shift...
2014-10-02 Paul Davisadd default session range of 5 minutes when creating...
2014-10-01 Paul Davisemit MIDI scene change i/o activity signals in the...
2014-10-01 Paul Davismake JACK backend report Midi-Through ports in physical...
2014-10-01 Paul Davisextend previous commit to allow separate input + output...
2014-10-01 Paul Davisadd new signal to MIDISceneChanger object indicating...
2014-09-30 Paul DavisFunctional: marker undo now works without deadlocks...
2014-09-30 Mykola[Summary] Set Master Track muted by default
2014-09-29 Paul Daviscompile before committing ... add extra cast required...
2014-09-29 Paul Davisfix const cast warning from compiler
2014-09-29 Paul Daviscomment unused arguments
2014-09-29 Paul Davisfix compiler warning re: signed vs. unsigned; remove...
2014-09-29 Paul Davisremove unused variable
2014-09-29 Paul Davismake Location::set_name() emit the right (two) signals...
2014-09-29 VKamyshniy[Summary] merging the ARDOUR's and TRACKS' preferences.
2014-09-29 GZharun[Summary] Added new files to Xcode project
2014-09-29 GZharun[Summary] Solved an issue when ordinal on newly added...
2014-09-26 GZharun[Summary] Should have been committed with previous...
2014-09-24 Paul Davisadd IsSkipping to enums list so that we correctly save...
2014-09-23 Paul Davisreimplement Location::set() to avoid "non-atomic" signa...
2014-09-23 Greg Zharun[Summary] Added transport stop when engine stops
2014-09-23 Greg Zharun[Summary] Added small sleep pause after sample rate...
2014-09-23 Greg Zharun[Summary] Added cleanup actions when backend cannot...
2014-09-23 Valeriy Kamyshniy[Summary] No log window is supposed to be shown per...
2014-09-23 Greg Zharun[Summary] Extended list of available sample rates on...
2014-09-23 GZharun[Summary] Extended list of supported sample rates on...
2014-09-23 VKamyshniy[Summary] Change requests from IGOR
2014-09-22 GZharun[Summary] Fixed fader focus handling on key press
2014-09-21 Paul Davislibardour infrastructure support for skip ranges that...
2014-09-20 Paul Davisadd Location::set_skip() to allow toggling of skip...
2014-09-20 Paul Davisduplicate all ARDOUR::Location signals so that we have...
2014-09-19 Paul Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-09-19 Paul Davismake computation of OS X pango text width correction...
2014-09-19 nikolay[Summary] Changed function name update_route_active_sta...
2014-09-19 nikolay[Summary] Fixed bug with session::update_route_active_state
2014-09-19 GZharun[Summary] Added grab focus action when panner or fader...
2014-09-19 VKamyshniy[Summary] Changing meter release time per request from...
2014-09-18 GZharun[Summary] Added gtkmm2ext project for Xcode 5
2014-09-18 nikolay[Summary] Changed logic for GLOBAL REC button
2014-09-18 GZharun[Summary] Added canvas project for Xcode 5
2014-09-17 Paul Davisdo not mark session dirty during loading process; sync...
2014-09-17 Paul Davisuse Config->get_skip_playback() when handling Skip...
2014-09-17 Paul Davisnew Config var to control whether skip playback is...
2014-09-17 Paul Davisadd IsSkip enum to enums.cc
2014-09-17 Paul Davisadd new Skip event to SessionEvents
2014-09-17 Paul DavisLocations::clear_ranges() leaves punch/loop/session...
2014-09-17 Paul Davisadd new type of location, with _flags & IsSkip being...
2014-09-17 Paul Davisheader file part of initial attempt to push certain...
2014-09-17 Paul Davisinitial attempt to push certain kinds of Locations...
2014-09-17 Paul DavisLocations should listen to location changed signals...
2014-09-17 Paul Davischange Location "change" signals of various kinds to...
2014-09-17 GZharun[Summary] Moved RCU writer out of loop for remove track...
2014-09-17 GZharun[Summary] Added possibility to remove multiple routes...
2014-09-17 Paul Davisadd a focus handling callback so that all button press...
2014-09-17 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-17 Paul Davisfix up condition where a MIDI filesource is marked...
2014-09-17 Paul DavisFileSource should not generate its own error message...
2014-09-17 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-17 Robin Gareuschange dummy backend to default to _("Silence").
2014-09-17 Robin Gareusfix CPI window handling:
2014-09-17 Colin FletcherReturn playhead to last start position when aborting...
2014-09-17 Colin FletcherFix spurious 'You cannot put a CD marker at this locati...
2014-09-17 Colin FletcherBe sure to initialise ExportFormatSpecification::_sound...
next