ardour.git
2011-05-23 Paul DavisOS X compilation fix
2011-05-23 Paul Davisuncombine now pays attention to trims + moves done...
2011-05-23 Carl HetheringtonFix bit rot with boost shared_ptr debugging code.
2011-05-23 Carl HetheringtonFix a few missing drops of Route references.
2011-05-23 Carl HetheringtonRemove some unused code.
2011-05-22 Paul Davisrationalize and improve region naming conventions to...
2011-05-22 Paul Davisanother translation fix for silly gendered-noun languag...
2011-05-22 Paul Davisfix translation issue with verb substitution in quit...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-22 Carl HetheringtonTrim some lines from AudioClock by using maps to keep...
2011-05-22 Carl HetheringtonSeparate milliseconds from seconds in the clock widget...
2011-05-21 Carl HetheringtonFix problems with restoration of unused playlists ...
2011-05-20 David RobillardNot quite :) Waf obj.defines has no -D (compiler portab...
2011-05-20 Paul Daviscatchup tweak for the waf 1.6 changes
2011-05-19 David RobillardUse ISC license for RDFF (same idea, MIT style, just...
2011-05-19 David RobillardFix double MIDI track display on initial load.
2011-05-19 David RobillardFix broken indentation.
2011-05-18 David RobillardMake selected region base colour slightly transparent...
2011-05-18 David RobillardMore consistent style for gain display and peak display.
2011-05-18 David RobillardCenter fader in its (left hand side) mixer strip column.
2011-05-18 David RobillardFix broken meter style on MIDI tracks.
2011-05-18 David RobillardMake shuttle colour a configuration option.
2011-05-18 David RobillardFix indentation.
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-05-17 Carl HetheringtonNo-op: indentation.
2011-05-17 Carl HetheringtonRe-fix problems when zero-length MIDI regions are creat...
2011-05-17 Paul Davisrevert that last commit
2011-05-17 Paul Davisput compounded-xfades at the right place, i think
2011-05-17 Paul Davisxfades in combined regions seem to work
2011-05-17 Paul Davisnot actually working attempt to copy relevant xfades...
2011-05-17 Carl HetheringtonFix corruption of follow playhead state on quit (#4048).
2011-05-17 Ben Loftisfix thinko in playlist constructor for cut and copy
2011-05-17 Carl HetheringtonRemove unnecessary duplicate take of Sequence's read_lock.
2011-05-17 Carl HetheringtonMinor tidy-ups.
2011-05-17 Carl HetheringtonRemove unused mutex.
2011-05-17 Carl HetheringtonRemove unnecessary virtual declaration.
2011-05-16 Carl HetheringtonCopy local state in AudioRegionView copy constructor...
2011-05-16 Carl HetheringtonRemove unused constructor.
2011-05-16 Carl HetheringtonFix undo when notes are changed and then removed by...
2011-05-16 Carl HetheringtonA few capitalisation fixes.
2011-05-16 Paul Davistrack combine ops per-playlist to avoid name collisions...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Carl HetheringtonFix undo of timestretch (#3905).
2011-05-16 Carl HetheringtonMinor coding style fix and comment addition.
2011-05-16 Carl HetheringtonUpdate to French translation from Roming22-FR (#4046).
2011-05-16 Carl HetheringtonMake MIDI channel selector button colours more distinct...
2011-05-16 David RobillardUpdate wscripts for portability and steps towards waf...
2011-05-16 David RobillardDon't check for SLV2 if Lilv is found
2011-05-16 Paul Davisrefactor playlist sources to allow for MIDI and upcomin...
2011-05-16 Carl HetheringtonSet up _last_cut_copy_source_track on copying automatio...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-16 Paul Davisuse emacs to indent ardour.menus; add Join (regions...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardMove SLV2-independent LV2 persist state implementation...
2011-05-14 David RobillardCompletely localist use of SLV2 to lv2_plugin.cc and...
2011-05-14 David RobillardMake LV2World local to lv2_plugin.cc
2011-05-14 David RobillardRemove LV2Plugin::slv2_port.
2011-05-14 David RobillardGeneric scale points API.
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-05-13 Paul Davismake sure Edit property of RouteGroup is enabled when...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-13 Carl HetheringtonReturn shuttle speed to previous value on release after...
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-12 Paul Davisremove unused fade_source member of AudioDiskstream
2011-05-12 Paul Davisnew debug trace in ::start_transport(); add a new emiss...
2011-05-12 Paul Davisremove unused SHUTTLE_FRACT constant
2011-05-12 Paul Davismake instruments/generators do the right thing when...
2011-05-12 Paul Davisfix minor type error
2011-05-11 Carl HetheringtonFix previous patch using Ben's patch from A2 to fix...
2011-05-11 Carl HetheringtonReset fades on regions copied from time ranges in other...
2011-05-11 Carl HetheringtonFix compiler warning.
2011-05-11 Carl HetheringtonCope with tracks having order keys higher than the...
2011-05-11 Carl HetheringtonFix crash when clicking on a hit (may be #4036).
2011-05-11 Carl HetheringtonAdd missing GPL boilerplate.
2011-05-08 Carl HetheringtonEnsure that empty drag-created MIDI regions get a file...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
2011-05-05 Carl HetheringtonAdd a GUI to set the number of active extenders for...
2011-05-05 Carl HetheringtonFix non-appearance of MIDI region names (#3891).
2011-05-05 Carl HetheringtonMake GhostRegion a sigc::trackable as MidiGhostRegion...
2011-05-05 Carl HetheringtonFix marker deletion from 9479 properly.
2011-05-05 Carl HetheringtonRe-use locations when setting location list state,...
2011-05-05 Carl HetheringtonRemove LocationMarker from the editor's lists before...
2011-05-04 Carl HetheringtonFix display of new tracks.
2011-05-04 Carl HetheringtonDisallow Marker copy construction.
2011-05-04 Carl HetheringtonRemove some unused code.
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-05-04 Carl HetheringtonNo-op; coding style.
2011-05-04 Carl HetheringtonFix offset of verbose cursor when dragging fade-ins...
2011-05-04 Carl HetheringtonDon't alter horizontal padding when shrinking tracks...
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-05-04 Carl HetheringtonDo log/lin mapping for Mackie faders so that they behav...
2011-05-04 Carl HetheringtonUse a timeout to reset faders' in_use flags when in...
2011-05-04 Carl HetheringtonFix crash on startup when using BCF mode for the mackie...
2011-05-04 Carl HetheringtonAdd small GUI to select Mackie / BCF2000 emulation...
2011-05-04 Carl HetheringtonComment typo.
2011-05-03 Carl HetheringtonFix non-appearing track names when opening sessions...
2011-05-03 Paul Daviswithout drobilla's new stuff, LV2Plugin::_ui_type point...
2011-05-03 Carl HetheringtonPrevent note drags from moving a note before the start...
next