ardour.git
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-21 Paul Davisuse correct em width to position audio clock cursor
2011-11-21 Carl HetheringtonFix capitalisation.
2011-11-21 Carl HetheringtonAdd track-solo-toggle / track-mute-toggle to make them
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-11-21 Paul Davis#ifdef out some expensive code from midibuffer merging...
2011-11-21 Paul Davisuse return value of realpath() and note an error if...
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-21 Paul Davisfix (?) all aspects of audio clock editing
2011-11-21 Paul Davismore consistent --no-lv2 option
2011-11-21 Paul Davismake LV2 support the default, still
2011-11-21 Paul Davismake --lv2=0 work, as a workaround for LV2 release...
2011-11-21 Carl HetheringtonModify waf to look for S_ as an i18n keyword.
2011-11-21 Carl HetheringtonDon't translate empty strings.
2011-11-21 Paul Davisflip clock editing key entry handling from release...
2011-11-21 David RobillardImplement the LV2 urid extension and remove implementat...
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-21 Carl HetheringtonRe-try de.po with (hopefully) the correct encoding.
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-20 Carl HetheringtonUpdated de.po for gtk2_ardour from Benjamin Scherrer
2011-11-20 Carl HetheringtonStart autoscroll in from the right-hand edge of the...
2011-11-20 Carl HetheringtonPatch from Prokoudine to fix some typos and add extra
2011-11-20 Carl HetheringtonMake a few things private in Delivery; couple of minor
2011-11-20 Carl HetheringtonRemove unused variables.
2011-11-20 Carl HetheringtonComment fixes.
2011-11-20 Paul Davisaudio clocks: handle keypress for minus/plus etc so...
2011-11-20 Paul Davisshow focus window in accels debugging
2011-11-20 Paul Davisaudio clocks: color tweaks from chris
2011-11-20 Paul Davisaudio clocks: focus-on-clock shortcut now works, scroll...
2011-11-20 Carl HetheringtonFill extra channels if monitor sends have more outputs...
2011-11-20 Paul Davisaudio clocks: use defined cursor color
2011-11-20 Paul Davisaudio clocks: big clock window now sizes itself to...
2011-11-19 Carl HetheringtonSlightly hacky fix for AFL/PFL button misbehaviour
2011-11-19 Paul Davisfix up big clock aspect ratio; fix color handling in...
2011-11-19 Carl HetheringtonFix mute display on session load (#4480).
2011-11-19 Carl HetheringtonWrestle a little more with the comedy FileChooserButton API
2011-11-19 Paul Davisbetter solution to the big clock window focus issue
2011-11-19 Paul Davisadd a signal so that if the Big Clock is closed, the...
2011-11-19 David RobillardOnly use ArdourDialog (and thus Gtk::Dialog) for actual...
2011-11-19 David RobillardRemove spurious semicolon.
2011-11-18 Paul Davisaudio clocks: switch cursor to other side, thinner...
2011-11-18 Paul Davisaudio clocks; better recovery after illegal data entry
2011-11-18 Paul Davisaudio clocks: the thin red line
2011-11-18 Paul Davisaudio clocks: show external sync source when appropriat...
2011-11-18 Paul Davisfix message in startup wizard re: alpha
2011-11-18 Paul Davisadd a cursor (prototype) to audio clocks for editing...
2011-11-18 David RobillardAdd ArdourWindow class for non-dialog windows.
2011-11-18 David RobillardClean up ArdourDialog.
2011-11-18 David RobillardRemove redundant --extra-warn option (--strict does...
2011-11-18 David RobillardFix warning.
2011-11-18 David RobillardAdd default OK button to "JACK exited" dialog.
2011-11-18 David RobillardUse LV2_STATE_INTERFACE_URI instead of hard-coded string.
2011-11-18 Paul Davisfix display of negative minsec values; fix handling...
2011-11-18 Paul Daviscorrectly display negative delta values in audio clocks
2011-11-18 Paul Davisfix some issues with delta clocks, while introducing...
2011-11-18 Paul Davisfix transition in and out of delta clock mode
2011-11-18 Paul Davisfix size of "off" state for minsec frames clock mode
2011-11-18 Paul Davisdon't call end_edit() when losing focus from an audio...
2011-11-18 Paul Davisfix size of "off" state for audio frames clock mode
2011-11-18 Paul Daviscorrect length for BBT "off" clock state; use bold...
2011-11-18 Paul Davisuse figure dash (\u2012) for off state in clocks, and...
2011-11-18 Paul Davisdon't cache width & height for CairoWidget; provide...
2011-11-18 Paul DavisChange label of audition button in region editor to...
2011-11-18 Paul Davisbad first pass at a cursor for clock editing. lots...
2011-11-18 Paul Davisimplement relative clock editing (terminated by + or...
2011-11-18 Paul Davisa few tweaks for audio clocks (handle loss of focus...
2011-11-18 Carl HetheringtonRemove panner altogether, if necessary, when setting...
2011-11-18 Carl HetheringtonRemove solo buttons from the master route in the route...
2011-11-18 Carl HetheringtonTrim includes.
2011-11-18 Carl HetheringtonFix test build.
2011-11-17 Carl HetheringtonFix erroneous setup of order keys when tracks have...
2011-11-17 Paul Davisadd a file to keep around this ugly but probably useful...
2011-11-17 Paul Davisall new implementation of audio clocks, with entirely...
2011-11-17 Paul Davissmall correction to TRANSLATORS (needs more work to...
2011-11-17 Carl HetheringtonConcatenate MidiGhostRegion::Note and MidiGhostRegion...
2011-11-17 Carl HetheringtonRemove ghost notes when actual notes are deleted, and...
2011-11-17 Paul Davisanother attempt to fix win/86 VST builds
2011-11-17 Paul Davismove non-X11/GUI related lxvst code back into libardour
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-11-16 Carl HetheringtonUse capital L for solo safe button in narrow strips and
2011-11-16 Carl HetheringtonTooltips for mixer strip width and hide buttons (#4477).
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-16 Carl HetheringtonLabel solo iso / solo lock buttons even on narrow strips
2011-11-16 Carl HetheringtonFix grammatical error (#4469).
2011-11-16 Paul Davisfix win-x86-vst support in build by using CFLAGS and...
2011-11-16 Carl HetheringtonDoxygen tweaks.
2011-11-16 Carl HetheringtonRemove unused variable.
2011-11-16 Paul Davisbump version for new same-day packages
2011-11-16 Carl HetheringtonSave custom meter position so that it can be restored if
2011-11-16 Carl HetheringtonFix glitchness in DnDVBox placeholders.
2011-11-16 Carl HetheringtonRemove no-longer-required search path hack.
2011-11-16 Carl HetheringtonOpen route group dialogue on Ctrl-right-click rather...
2011-11-16 Paul Davisremove debugging output
2011-11-16 Paul Davisavoid duplicate panners by checking names, not symlinks
2011-11-16 Paul Davisremove stupid symlink stuff
2011-11-16 Paul Davisput the UI configuration file in the right place(s...
2011-11-15 Paul Davissome button color debugging
2011-11-15 Paul Davisinclude step editing and mixer binding files in linux...
next