ardour.git
2014-10-20 Paul Davisensure that MIDI-scene-change markers show their [...
2014-10-20 Nikolay[Summary] New icons
2014-10-20 Nikolay[Summary] New icons
2014-10-20 Nikolay[Summary] Fixed bug with black lines and bad alignment...
2014-10-20 Nikolay[Summary] Change in UI on Igor's request. Igor has...
2014-10-16 Nikolay[Summary] Put Add track dialog on the center of the...
2014-10-16 Paul Daviswhen cancelling an import, call DropReferences so that...
2014-10-16 Paul Davisremove debug output
2014-10-16 Robin Gareusforward port ffd5c24 from master (extend video file...
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 Daviscorrect msg in fatal error
2014-10-16 Paul Davisremove code commented out in 0874426a (2009/06)
2014-10-16 Paul DavisContainers should not consider the size of invisible...
2014-10-16 Paul Davisfix note 0015900 on #5589 (cursor doesn't change when...
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 Gareusamend 5d0303b - fix editor summary leak
2014-10-16 Robin Gareusfix LTC generator latency compensation.
2014-10-16 Nikolay[Summary] Trivial changes in add track dialog
2014-10-16 Nikolay[Summary] trivial change in add track dialog and sessio...
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-14 GZharun[Summary] Extended GUI thread memory pool for session...
2014-10-13 Nikolay[Summary] Arrange buttons in the track header in requir...
2014-10-13 GZharunMerge branch 'master' of git.waves.com:waves/tracks
2014-10-13 GZharun[Summary] Added graphics per Igor's request
2014-10-13 Nikolay[Summary] Fix colour issue in the session dialog
2014-10-13 Nikolay[Summary] In preference panel put path to default folde...
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 Gareusfix memory leak in editor summary.
2014-10-10 Robin Gareusamend previous commit
2014-10-10 Robin Gareusadd script to run ardour in valgrind/massif
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 Gareusadd support for OSX 10.9 clang's lldb (there's no...
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 Gareusupdate osx DMG icon tool paths
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 DavisListen to per-location signals for autopunch, not class...
2014-10-07 Paul DavisSession should be using per-location signals for Locati...
2014-10-06 GZharun[Summary] Blocked redundant updates when mute button...
2014-10-02 Valeriy Kamyshniy[Summary] Fixing a bug: gain_display_button has not...
2014-10-02 GZharun[Summary] Fixed master bus UI live-cycle
2014-10-02 Valeriy Kamyshniy[Submit] Fader should not swallow the button press
2014-10-02 Valeriy Kamyshniy[Summary] Selection of track per MOUSE DOWN (not up)
2014-10-02 GZharunRevert "change return value for several RouteUI:: butto...
2014-10-02 Valeriy Kamyshniy[Summary] Setting loop is mode to true
2014-10-02 VKamyshniy[Summary] Change request from IGOR
2014-10-02 VKamyshniy[Summary] Change request from Igor
2014-10-02 GZharun[Summary] Added session end marker 15 second shift...
2014-10-02 GZharun[Summary] Changed scrollbar increments according to PRD
2014-10-02 GZharun[Summary] Implemented horizontal scrollbar functionality
2014-10-02 Paul Davisadd default session range of 5 minutes when creating...
2014-10-02 Paul Davisremove debugging output
2014-10-01 Paul Davismove all marker/midi related code into Editor (since...
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 Davisfix WavesDropdown when used with radio menu items
2014-10-01 Paul Davisadd members and methods for use displaying MIDI scene...
2014-10-01 Paul Davisadd missing ID for MIDI input activity icon
2014-10-01 Paul Davisextend previous commit to allow separate input + output...
2014-10-01 Paul Davisadd new signal to MIDISceneChanger object indicating...
2014-10-01 VKamyshniy[Summary] Removing indication of the pushed and hovered...
2014-10-01 VKamyshniy[Summary] Just pixel hunting
2014-10-01 VKamyshniy[Summary] Just pixel hunting
2014-10-01 GZharun[Summary] Added Igor's changes in XML
2014-10-01 VKamyshniy[Summary] Change request from Igor.
2014-10-01 VKamyshniy[Summary] Merging ARODUR's and TRACKS' preferences
2014-10-01 GZharun[Summary] When range sellection covers multiple regions...
2014-10-01 Mykola[Summary] New implementation of Global Record Button
2014-10-01 Mykola[Summary] Fixed bug on Output Configuration Changed...
2014-09-30 VKamyshniy[Summary] Merging ARODUR's and TRACKS' preferences
2014-09-30 VKamyshniy[Summary] Merging ARODUR's and TRACKS' preferences
2014-09-30 VKamyshniy[Summary] Igor made the changes in UI
2014-09-30 VKamyshniy[Summary] Bug fixing
2014-09-30 VKamyshniy[Summary] Change request from Igor
2014-09-30 VKamyshniy[Summary] Adding automatic toggling.
2014-09-30 VKamyshniy[Summary] Just little reformating
2014-09-30 VKamyshniy[Summary] Addinh Gtk::CheckButton to the set of availab...
2014-09-30 Paul Davisruler markers (i.e. loop) never ever show their name
2014-09-30 Paul DavisFunctional: marker undo now works without deadlocks...
2014-09-30 GZharun[Summary] Made region selection deselect previous regio...
next