implement scroll wheel support for ardour-dropdown
[ardour.git] / libs /
2015-05-02 Robin Gareusgfx-card & performance testing
2015-05-02 Robin Gareuslog(0) - who would have guessed.
2015-05-02 Robin Gareusprofessionalize peak-meters
2015-05-01 Robin Gareusdummy: ignore first cycle timing.
2015-05-01 Robin Gareusconstrain initial custom meter positions.
2015-04-30 Robin Gareusdon’t count silent [x]runs if there’s no session.
2015-04-30 Robin Gareusadd a sanity check
2015-04-30 John EmmasCorrectly dereference 'fxbuf' when building with MSVC
2015-04-30 John EmmasWhen testing for x86 / x64 architecture, don't forget...
2015-04-30 Robin Gareussession: add signal to indicate batch updates
2015-04-30 Robin Gareusclamp DSP load displsy 100% & relax LPF.
2015-04-29 Robin GareusDSP load calculation: favor peak over average.
2015-04-29 Paul Davisno need to close a file that will not be removed (and...
2015-04-29 Robin Gareusfix double precision abs value computation
2015-04-29 Robin Gareusenable fade-out display by default in A4.
2015-04-29 Robin Gareusremove AU crashlog assert.
2015-04-29 Paul DavisNOOP: fix indentation
2015-04-29 GZharun[Summary] Should have been committed with previous...
2015-04-29 Paul Davisfix issue with manual merge conflict
2015-04-29 Paul Davismake computation of OS X pango text width correction...
2015-04-29 Paul Davismanually apply grygorii's API to manage a correction...
2015-04-29 Paul Davismanually apply grygorii's waveform amplitude implementation
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davischange placement of ruler divider so that the lower...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
2015-04-29 Paul Davischange ruler rendering to change tick heights and move...
2015-04-29 Paul Davisadd missing API
2015-04-29 Paul Davisadd API to Ruler to optionally draw a divider (2 single...
2015-04-29 Paul Daviscorrect implementation for Rectangle::vertical_fraction()
2015-04-29 Paul Davisadd Rectangle::vertical_fraction() as a convenience...
2015-04-29 Robin Gareusadd xrun counter API to session
2015-04-28 Robin Gareusemit an xrun if the process_lock is taken
2015-04-28 Robin Gareusdelegate signal emission to dedicated thread.
2015-04-28 Robin Gareustape-track diskstream fixes
2015-04-28 Robin GareusTrack mode needs to be set before loading Track state
2015-04-27 Robin Gareuscase insensitive VST plugin file extension - fixes...
2015-04-27 Robin Gareusallow to compile PBD::Signals w/o connection debugging
2015-04-27 Robin Gareusconst iterators
2015-04-27 Robin Gareusspecial case [optimize] RT processor reorder.
2015-04-27 Robin Gareusclick-less processor re-ordering.
2015-04-27 Ben Loftisenable trim on master bus
2015-04-26 Robin GareusRevert "case insensitive ".dll" for VST plugins - fixes...
2015-04-26 Robin Gareuscase insensitive ".dll" for VST plugins - fixes #6285
2015-04-26 Robin GareusExpose “/route/trim” midi binding.
2015-04-26 Robin Gareusallow to update meter position w/o engine
2015-04-26 Robin Gareusclickless meter-point changes
2015-04-26 Robin Gareuswrap midi negative gain for midi-velocity
2015-04-26 Robin Gareusdon’t assume compilers cast the way we want.
2015-04-26 Robin Gareusrelax gain LPF to 25Hz.
2015-04-26 Robin Gareusupdate amp for negative (polarity-invert) gain
2015-04-25 Robin GareusFix crash when switching backends.
2015-04-25 Robin Gareusmidi velocity [fader] automation
2015-04-25 Robin GareusAmp: allow to disable midi velocity
2015-04-25 Robin Gareusprepare trim automation
2015-04-25 Robin Gareusadd OSC trim control
2015-04-25 Robin Gareusprepare trim remote control
2015-04-25 Robin Gareusprepare 0dBFS peak meter
2015-04-25 Robin GareusRevert API to explicitly show tooltips:
2015-04-25 Robin Gareusfixup stuck persistent tooltips.
2015-04-24 Robin Gareustrim typo and details
2015-04-24 Robin GareusAPI to set tooltip y-margin
2015-04-24 Robin Gareustweak persistent tooltip:
2015-04-24 Robin Gareusinput trim busses.
2015-04-24 Robin Gareusadd Input Trim (just after disk i/o) to Audio Tracks
2015-04-24 Robin GareusAmp control: power-scale (fader) and dB-scale (knob)
2015-04-24 Robin Gareusdefine Trim Parameter Type.
2015-04-24 Robin Gareussend LTC during process_with_events()
2015-04-24 Robin Gareuswindows 32bit asm/fpu support.
2015-04-23 Robin Gareusadd missing regexp support to pbd/wscript
2015-04-23 Robin Gareusseparate build host & target (fix win32 asm)
2015-04-23 Robin Gareusfix jack-metadata for weak-jack linking
2015-04-23 Paul Davisfix JACK metadata configure check.
2015-04-23 Paul Davisadd a real check for functioning JACK metadata API...
2015-04-22 John EmmasRemove a 'no longer needed' source from our MSVC projec...
2015-04-21 Robin Gareuscoefficients are floating-point.
2015-04-21 Ben LoftisInitial Gain Coefficient tweaks
2015-04-21 Paul Davismore windows related SSE build fixes
2015-04-21 Paul Davistypo
2015-04-21 Paul Davisuse compiler target to determine whether to use 64...
2015-04-21 Paul DavisRevert "as an experiment, try original asm on windows."
2015-04-21 Paul Davisas an experiment, try original asm on windows.
2015-04-21 Paul Davis<intrin.h> is for windows only
2015-04-21 Paul Davisadd required header for windows compile of FPU code
2015-04-21 Johannes MuellerRemove filename extension for chapter mark file
2015-04-21 Johannes MuellerPut an Intro chapter at position 00:00:00.000
2015-04-21 Johannes MuellerAdded support for exporting mp4 chapter marks
2015-04-21 Paul Davisfix build of FPU code on OS X by reverting to use of...
2015-04-21 Paul Davismerge all mingw and msvc specific code for FPU informat...
2015-04-21 Paul Davisimprove logic flow
2015-04-21 Colin FletcherPort 'Cut time' code from Mixbus
2015-04-21 Greg Zharun[Summary] Fixed bug in Ardour SSE assembler function...
2015-04-21 Greg Zharun[Summary] Added SSE sound processing functions support...
2015-04-21 Ben Loftisanother merge fix
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Ben Loftismerge monitor_section branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-21 Paul Davisdo not reset paths for sources that are still outside...
2015-04-21 Paul Davisallow coreaudio backend to build on OS X Lion
2015-04-21 Paul DavisSMF::end_write() is a no-op if there is no _smf structure
next