fix new backends wscript to work correctly in the Ardour case
[ardour.git] / libs /
2014-08-08 Paul Davisfix new backends wscript to work correctly in the Ardou...
2014-08-08 Paul Davisuse some structured code to decide which backends to...
2014-08-06 Ben LoftisMore fixes for range-based automation editing.
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-08-01 Ben LoftisEnforce mixer strip widths, more case fixes, and minor...
2014-08-01 Ben Loftisconsistently use mixed-case labels
2014-07-30 David RobillardUse text to specify combo box padding for better font...
2014-07-28 Ben Loftisgrouped faders should have relative gain by default
2014-07-28 Ben Loftisclean up cruft in some config variables
2014-07-28 Ben Loftisdisallow selection of the fader and meter processor...
2014-07-27 John EmmasAdd provision for 'PROGRAM_VERSION' (MSVC libardour...
2014-07-27 John EmmasMinor change to 'pbd/controllable.h'
2014-07-27 John EmmasAdd the MSVC project file for building libs/surfaces/osc
2014-07-23 Ben LoftisCut and Copy should remember the white space at the...
2014-07-22 John EmmasChanges needed for building surfaces/osc (control surfa...
2014-07-22 Ben Loftis3 monitor tweaks for the_CLA. shift+click to default...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Paul Davismore canvas debugging for current item tracing
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-16 Robin GareusLV2: don't leave active plugins deactivated after laten...
2014-07-16 Paul Davisparameterize the version number used to define the...
2014-07-15 Ben Loftismonitor knobs tweaked to better match the theme of...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-15 David RobillardSupport saving LV2 presets multiple times (fix #0005949).
2014-07-15 David RobillardSupport midnam files with a channel (not patch) NoteNam...
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-14 Ben LoftisGroup the Rec and Monitor buttons together. Group...
2014-07-11 Robin GareusDummyBackend: add Uniform White Noise Generator.
2014-07-11 Robin Gareuspossible fix for win SystemExec::wait()
2014-07-11 Robin Gareusfatal error if vfork-exec-wrapper cannot be found ...
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscatch null vfork_exec_wrapper before it is too late
2014-07-11 John EmmasMake our 'libs/timecode' project dependent on libpbd
2014-07-11 John EmmasAdd newly introduced (MD5) sources to our MSVC project...
2014-07-10 Paul Davisadd Gtkmm2ext::Keyboard::reset_bindings()
2014-07-10 Paul Davisadd libardour infrastructure for "fade range" edit...
2014-07-10 Paul Davisdo not call basename_nosuffix() before using matching_u...
2014-07-09 Paul Davisadd std::string variant of set_size_request_to_display_...
2014-07-09 Ben Loftisadd mixbus profile which removes the tearoffs
2014-07-09 Paul Davismake sure that copy constructors and operator= for...
2014-07-09 Paul Davismake AutomationList::operator==() private and abort...
2014-07-09 Paul Davisremove debug output
2014-07-09 Paul Davisfix crash initiated by never configuring track write...
2014-07-09 Paul Davisdo not return auditioner as part of Session::get_tracks()
2014-07-09 Paul Davisadd Session::get_tracks()
2014-07-09 Paul Davisadd mutex to prevent concurrent session state saves.
2014-07-09 Paul Davisdo not attempt to save undo history if it is empty...
2014-07-09 Paul Davisdon't save state when removing sources during session...
2014-07-09 Paul Davisonly reset AudioDiskstream write sources if the I/O...
2014-07-08 Robin GareusDummy Backend: optimize random-number implementation
2014-07-08 Robin Gareusfix and optimize DummyBackend generators
2014-07-08 Paul Daviswhen merging external source files into session folder...
2014-07-08 Paul DavisAdd PBD::get_suffix() for ripping file suffixes from...
2014-07-08 Paul Davisinitial implementation of "bring all media into session...
2014-07-08 Paul Davisadd operator-= variants for PBD::Searchpath
2014-07-08 Paul Davisadd MD5 implementation to wscript
2014-07-08 Paul Davisadd cleaned up MD5 C++ implementation for general use
2014-07-07 Robin Gareusadd signal generator modules to Dummy Backend.
2014-07-07 Paul Davisfix potential crash if certain Canvas methods are used...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
2014-07-06 Robin Gareusoptimize SystemExec::output_interposer()
2014-07-06 Robin Gareusfix timecode > 2^31 samples calculation on 32bit systems
2014-07-06 Ben Loftisremove some cruft with previous commits. remove option...
2014-07-06 Robin Gareusremove cruft.
2014-07-06 Robin Gareuschange reasonable-synth to be sample accurate (note...
2014-07-05 Colin FletcherMake $PATH search in SystemExec actually work
2014-07-05 Colin FletcherReport an error when post-export hook fails.
2014-07-05 Robin Gareusdebug info to trace down "cannot rename temp session...
2014-07-04 Robin Gareusdisable latency-compensation preparations for now
2014-07-04 Paul Davisadd ActionManager::enable_accelerators(), which takes...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-03 Paul Davisactually do something in WaveView::region_resized(...
2014-07-02 Ben Loftisadd a method to cancel a pending play_range. this...
2014-07-02 Robin Gareusunique filenames across all searched folders
2014-07-01 Ben Loftissplice mode is undefined, undocumented, and buggy....
2014-07-01 Paul Davisremove debug output
2014-07-01 Paul Davisadd partial support for mute automation (playback does...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Robin Gareusremove cruft
2014-06-30 Robin Gareuschange default take-name
2014-06-30 Paul Davismore extensive canvas debug message for canvas-enter...
2014-06-30 Paul Davisadd event-insensitivity to the list of conditions that...
2014-06-30 Robin GareusDisallow empty names for Groups, automatically enumerat...
2014-06-30 Paul Davisverbose cursor text is always outlined
2014-06-30 Paul Davisallow Canvas::Text to have outline drawn in a contrasti...
2014-06-30 Paul Davismove contrasting_text_color() into ArdourCanvas
2014-06-30 Paul Davisinvisible items/containers should not add their childre...
2014-06-30 Paul Davisadditional DEBUG_TRACE message for canvas current item...
2014-06-30 Robin Gareusclean up after monitoring-section on session close
2014-06-30 Robin Gareusfix issue with track-deletion when the monitoring secti...
2014-06-29 Robin Gareusupdate ARD - allow to release it as standalone tool.
2014-06-29 Robin Gareusallow to load/save default session-properties
2014-06-29 John EmmasChange some declarations from 'struct' to 'class' ...
2014-06-28 Robin Gareususe state Session::StateProtector
2014-06-28 Robin Gareusadd Session::StateProtector
2014-06-28 Robin Gareusconsolidate session_dirs: use Searchpath instead of...
2014-06-28 Robin Gareussearch-path: filter out duplicates
2014-06-28 John EmmasUse 'GStatBuf' in preference to 'struct stat' (which...
next