ardour.git
2007-03-12 Paul Daviscarl's inverted fix for mousewheel actions
2007-03-12 Paul Davisfix errors in prior fix for excessive CPU when drawing...
2007-03-12 Paul Davisadd GPROFILE scons option; fix spectacular CPU usage...
2007-03-12 Paul Davisfixes from Carl H for a couple of buglets
2007-03-11 Sampo SavolainenMake bounce range bounce the range on each selected...
2007-03-11 John Andersonimplement button for global solo
2007-03-11 John Andersonto fix the abort on shutdown bug, make sure SurfacePort...
2007-03-10 John Andersonclean up shutdown
2007-03-10 Jesse Chappellfixed some frame count issues with importing.
2007-03-10 Jesse Chappellremoved csope from all target
2007-03-09 John AndersonStop trying to talk to device on startup. Remap some...
2007-03-09 John AndersonFinish automation polling. Get rid of strip_from_route.
2007-03-09 John Andersonpoll for automation
2007-03-09 John Andersonjust return an empty buffer if the port read fails
2007-03-09 Taybin RutkinBug fix for displaying routes after a hidden route.
2007-03-09 Taybin RutkinMerged lines for better translation.
2007-03-08 Doug McLainOops, typo...
2007-03-08 Doug McLainAdd playhead and editcursor to ardour.colors and remove...
2007-03-06 Doug McLainFix for edit cursor clock being out of sync with edit...
2007-03-05 Paul Davismake Show Waveforms While Recording toggle work
2007-03-05 Paul Davisget real Pango::FontDescriptions for several canvas...
2007-03-05 Taybin RutkinRemoved unix signals cruft.
2007-03-05 Paul Davisnew design for region dragging; make add route dialog...
2007-03-05 Doug McLainFixed slot assignments to AudioRegion fade shape menu...
2007-03-05 Taybin RutkinUpdated Russian translation from prokoudine.
2007-03-04 Paul Davisfix for running out of JACK ports in the middle of...
2007-03-04 Sampo SavolainenMake playlist name bumping work for names where the...
2007-03-04 Paul Daviscommit for cleanup bug that affects both old and new...
2007-03-02 John Andersonadd locks around port read/write. Much more stable...
2007-03-02 Taybin Rutkin@executable_path support.
2007-03-02 Taybin RutkinFix for compiler warnings and errors.
2007-03-01 Taybin RutkinFixed compilation issues.
2007-03-01 Paul Davisrevert RCU changes back to union-based solution to...
2007-03-01 Paul Davisno more disabling strict aliasing
2007-03-01 Paul Davisfix stupid error in last libart_lgpl related patch
2007-03-01 Sampo SavolainenRemoved comment
2007-03-01 Sampo SavolainenYe olde playhead crash - fixed
2007-03-01 Paul Davisfixes to handle broken libart_lgpl 2.3.18+ headers
2007-02-28 Paul Davisslight correction to last copy-drag-constrained logic
2007-02-28 Paul Davismaybe fix copy-x-constrained drag issues; mix group...
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-02-28 Paul Davis"Sampo's Delight" - add "do not show this window again...
2007-02-28 David TahtWhile I am honored, humbled, and pleased to be added...
2007-02-28 Paul Davisfix for mute button color/state caused by cut-n-paste...
2007-02-28 Paul Davisdesensitize auto-return button on slave != None and...
2007-02-28 Paul Davisdesensitize auto-play button on slave != None and ignor...
2007-02-27 Paul Davisfix range mode problem with a recent commit - crash...
2007-02-27 Paul Davisfix #1497, related to lack of status.done setting when...
2007-02-27 Paul Davistweak placement of region name text; patch from b0ef...
2007-02-27 Paul Davisfix #1394 - The 'narrow strip' option in the mixer...
2007-02-27 Paul Davisfix for build issue on Mandriva, #1180 ; remove stacktr...
2007-02-27 Paul Davisfix copy-drag of regions, i believe
2007-02-27 Paul Davistotally redesign import code to avoid stupid intermedia...
2007-02-26 Paul Davispatch from mantis user cth103 to fix up fixed-time...
2007-02-26 Paul Daviscompile tranzport stuff by default but do not allow...
2007-02-26 Paul Davisadd nedko to contributors list
2007-02-26 Paul Davisfix a couple uninitialized variable messages
2007-02-26 Taybin Rutkini18n MISSING
2007-02-26 Paul Davisclean up RCU fix even more; nedko's missing sources...
2007-02-26 Paul Davisfix error in last commit with VST entry function type...
2007-02-26 Paul Davisfix compiler complaints about RCU code; fix a couple...
2007-02-26 Paul Davisfix for #1503, crash on new session in write-protected dir
2007-02-25 Paul Davisprevent inadvertent "sounds" dir from 0.99 from confusi...
2007-02-25 Paul Davisnew crossfade editor button icons from thorsten; ignore...
2007-02-23 Paul Davisfix for #1041, I/O names with colons in them
2007-02-23 Paul Davisfixed incorrect restore of mixer strip visibility
2007-02-23 Paul Davismore complete fix for MTC time signal not providing...
2007-02-23 Doug McLainAssigned highest priority to all widget and class style...
2007-02-23 Paul Davispossible fix for MTC slaving
2007-02-23 Taybin RutkinReplaces tabs with spaces in python file.
2007-02-23 Paul Davissndfile include fix for tranzport code as well
2007-02-23 Paul Davisprevent new session construction if not connected to...
2007-02-23 Paul Davisfix timestretch naming issue, #1501
2007-02-23 Taybin RutkinRemoved unused session_control.cc.
2007-02-22 Taybin Rutkinsndfile including fix.
2007-02-22 Paul Davisexplicitly check for autocrap tools from the autogen...
2007-02-22 Paul Davisdestructive->sndfile change
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-22 Paul Davisdon't change waveform zoom level when waveform is hidde...
2007-02-22 Taybin RutkinFixed for prior unused file cleanup.
2007-02-22 Taybin RutkinRemoved unused files.
2007-02-22 Taybin RutkinXCode project files for pbd and midi++
2007-02-21 Paul Davisfix stupid error in last commit
2007-02-20 Paul Davisnew (commented) continuous scroll from ben; fix for...
2007-02-20 Paul Davismake MMC work again, make tracing MIDI input work again...
2007-02-20 John Andersonupdate surface when remote ids change
2007-02-19 Paul Davisback out continuous scroll change inadvertently committ...
2007-02-19 Paul Davismake transport buttons and shuttle controller work...
2007-02-19 Paul Davismike taht's --sync handling patch
2007-02-19 Jesse Chappellupdate to include needed stdint.h on slightly older gcc
2007-02-19 Paul Davisremote control IDs follow editor/mixer view order;...
2007-02-19 Tim MayberryAdd mapping for warning tag to vim docbook helper.
2007-02-17 Tim MayberryAdd an entities file and include it in the templates.
2007-02-17 John AndersonDon't add duplicate remote_control_id to active banks...
2007-02-17 John Andersonpersist remote_control_id for busses
2007-02-16 Taybin Rutkinwierd->weird misspeling fix.
2007-02-16 Taybin RutkinFix for building on MacOS X.
2007-02-15 John AndersonFix two small bugs in ControlProtocolManager:
2007-02-15 Doug McLainThis creates an export direcory for new sessions. ...
next