ardour.git
2014-07-15 David RobillardSupport saving LV2 presets multiple times (fix #0005949).
2014-07-15 David RobillardDon't show all controllers for generic MIDI devices.
2014-07-15 David RobillardShow all named controllers for "Show All Automation...
2014-07-15 David RobillardShow 1-based channel numbers in MIDI controller automat...
2014-07-15 David RobillardSupport midnam files with a channel (not patch) NoteNam...
2014-07-15 Paul Davisfix attempt at making -framework Accelerate arguments...
2014-07-15 Paul Davisfix argument list for -framework Accelerate on OS X...
2014-07-15 John EmmasAdd a couple of function calls so that Ardour will...
2014-07-14 Ben Loftisremove some gtk warnings caused by adding monitor butto...
2014-07-14 Ben Loftisicon for experimental time-zoom on Mixbus
2014-07-14 Ben Loftismake GUI preferences discoverable from the View menu
2014-07-14 Paul Davisscroll up/down by tracks uses top edge as "focal point...
2014-07-14 Paul Davisvertical scroll events should move by tracks
2014-07-14 Paul Davisup/down scroll buttons on left of summary should move...
2014-07-14 Ben Loftisif a button has an icon, dont draw text as well
2014-07-14 Ben LoftisGroup the Rec and Monitor buttons together. Group...
2014-07-14 Ben Loftis(Mixbus profile only) tentatively remove the Zoom...
2014-07-14 Ben Loftisfix the visible_tracks_selector to show * when user...
2014-07-14 Ben Loftisremove EditAtSelectedMarker for Mixbus, to match mb2...
2014-07-13 Paul Davisminor fixes to wscript files to make things python3...
2014-07-13 Paul Davisnew waf (still version 1.6.11) incorporating previous...
2014-07-13 Paul Davispython3 fix for autowaf.py
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 Davison linux, build ALSA backend as part of binary bundle...
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscorrectly copy vfork exec wrapper into right location...
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-11 Paul Davismove fit-tracks back onto "f" and use / for fade-range...
2014-07-11 Paul Davisrestore correct functioning of fit-tracks, which was...
2014-07-10 Robin Gareusfix TC entry beyond 2^31 frames.
2014-07-10 Paul Davisremove awful, inobvious, wrong and no longer necessary...
2014-07-10 Paul Davisfix key editor resize behaviour
2014-07-10 Paul Davisadd reset bindings button to key bindings editor
2014-07-10 Paul Davisadd Gtkmm2ext::Keyboard::reset_bindings()
2014-07-10 Paul Davisuse lower-case PROGRAM_NAME for user bindings file...
2014-07-10 Paul Davismake f be bound to fade-range by default
2014-07-10 Paul Davisadd "fade range" operation, bound to alt-f at present...
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-10 Paul Davisadd comment/doxygen doc
2014-07-10 Paul Davisremove unused variable
2014-07-10 Paul Davissize various ArdourDropdowns according to the pixel...
2014-07-10 Paul DavisRevert "adjust horizontal-offset for snap/grid dropdown...
2014-07-10 Robin Gareusadjust horizontal-offset for snap/grid dropdown.
2014-07-09 Paul Davisuse standardized timecode formatting in verbose cursor
2014-07-09 Paul Davisbreak out AudioClock::print_minsec() so that AudioClock...
2014-07-09 Paul Davisverbose cursor should use primary clock mode even when...
2014-07-09 Paul Davisadd Editor::edit_mode_strings to allow for i18n; correc...
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 Robin GareusRevert "ardour loves narrow screens part one"
2014-07-09 Robin Gareusreduce space around TearOff Tickmarks
2014-07-09 Robin Gareusshorten grid/snap label "Timecode" -> "TC"
2014-07-09 Robin Gareusautomatically set ArdourDropdown box width.
2014-07-09 Ben Loftispolish a few blemishes and add some comments
2014-07-09 Ben Loftisfix range select so it picks up grouped tracks
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 Robin Gareusnew scissors icon
2014-07-09 Robin Gareusardour loves 1024px width screens
2014-07-09 Robin Gareusardour loves narrow screens part one
2014-07-09 Paul Davisreduce actual size of tool_cut.png to avoid blowing...
2014-07-09 Paul Davisadd new TRX-only function for unusual global-record...
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-09 Paul Daviscall Canvas::re_enter() at the end of a RegionCutDrag...
2014-07-09 Paul Daviscut ops can start on automation tracks too
2014-07-09 Paul Daviscut ops can start with the mouse pointer not over a...
2014-07-08 Paul Daviscut cursor follows grid
2014-07-08 Ben Loftisbolder scissor images to match existing tools more...
2014-07-08 Ben Loftisfix thinko with split selections. also ignore follow_e...
2014-07-08 Robin Gareusadd --debug-symbols configure option.
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-08 Paul Davismake WINDOWS_KEY value propagate correctly into wscript...
2014-07-07 Robin Gareusupdate callgrind script and add some doc.
2014-07-07 Ben Loftisxfade rects should only pop-up in Object mode, when...
2014-07-07 Ben Loftisfix inconsistency in smart mode where it shows a trim...
2014-07-07 Ben Loftisfix copy paste error in selection
2014-07-07 Robin Gareusadd signal generator modules to Dummy Backend.
2014-07-07 Paul Davisfix build after copy-n-paste/code change collision
2014-07-07 Paul Davissome code shuffling to make sure that cut mode always...
2014-07-07 Ben Loftisremove leftover cruft from link-region-and-track removal
2014-07-07 Ben Loftisremove all_group_active_button. if you want to operat...
next