ardour.git
2014-11-28 David RobillardSet the toggled default metadata of parameters.
2014-11-28 John EmmasAdd some newly introduced header files to our MSVC...
2014-11-28 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-28 Robin Gareuschange extention of linux installers to .run
2014-11-27 David RobillardRemove dead code.
2014-11-27 David RobillardFix calculation using uninitialized value.
2014-11-26 Paul Davisremove "port sources" management from MidiControlUI...
2014-11-26 Paul Davisvariable name change for slightly increased clarity
2014-11-26 Paul Davisget correct ::distance() and ::delta() implementations...
2014-11-26 Paul Daviscontinue tweaks on the color road
2014-11-26 Paul Davisnewly generated, quantized-hue relative color definitions
2014-11-26 Paul Davisadd back grays
2014-11-26 Paul Davisadd default values for base colors (configurable colors...
2014-11-26 Paul Davissave base colors (configurable colors) in normal way...
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-26 Paul Davismove creation of UIConfiguration object to precede...
2014-11-26 Paul Davisensure that Ardour recognizes its own MMC device ID...
2014-11-26 Tim MayberryReplace individual waf options for enabling backends...
2014-11-26 John EmmasWith printf() / snprintf() etc "%f" actually requests...
2014-11-25 Colin FletcherAdd test for Evoral::coverage()
2014-11-25 Colin FletcherFix build of evoral tests
2014-11-25 Colin FletcherFix order of parameters to stop_touch() in Mackie:...
2014-11-25 Robin GareusRevert "Don't add non-clang flag regardless of platform."
2014-11-25 Paul Davisfix indentation nightmare from 9559cf3947
2014-11-25 Paul Davisfix case of included header file
2014-11-25 VKamyshniy[Summary] Fixing behavior of the FloatingTextEntry
2014-11-25 Robin Gareusquick sanity check
2014-11-25 Robin GareusNOOP, fix some “missing sentinel” -Wformat
2014-11-25 David RobillardCheck for clang with an actual code check.
2014-11-25 David RobillardRemove dead code.
2014-11-25 David RobillardShup up clang about gtkmm/papertraits.h.
2014-11-25 David RobillardDon't add non-clang flag regardless of platform.
2014-11-25 David RobillardFix clang check for versioned clang executables.
2014-11-24 Paul Daviswhen dragging on the canvas, use x,y pointer coordinate...
2014-11-24 Robin Gareusfix OSX open URL in browser
2014-11-24 John EmmasAdd a newly introduced header file to our MSVC project...
2014-11-24 John EmmasNow that we're building pango's language modules static...
2014-11-24 John EmmasSimulate 'trunc()' which isn't available in MSVC
2014-11-24 John EmmasRemove a commented out line in 'pbd/stacktrace.h'
2014-11-24 John EmmasChanges needed to accommodate building libevoral with...
2014-11-24 Robin Gareuswaf is fun
2014-11-24 Robin GareusOSX gcc does not support local-typedef warning
2014-11-24 Robin Gareusalso search for 32bit xjadeo on 64bit windows
2014-11-23 Robin Gareusamend c4533939b9
2014-11-23 Robin Gareuslost quote
2014-11-23 Robin Gareushotfix windows-compilation (unfinished bfe49540b9)
2014-11-23 Robin Gareusupdate harvid & ffmpeg binary path discovery on windows...
2014-11-23 Robin Gareusmake debug message more useful
2014-11-23 Robin Gareusfix/silence various compiler warnings.
2014-11-23 David RobillardFix build with a certain awful broken compiler.
2014-11-23 Robin Gareus-Wunused-function on windows
2014-11-23 Robin Gareususe NULL not 0 for c-functions (even in c++ code)
2014-11-23 Paul Davisremove use of CrossThreadChannel::selectable() to allow...
2014-11-23 Paul Davisassign minsec_ruler_scale and minsec_mark_modulo when...
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardMax is max and min is min and I am dumb.
2014-11-22 David RobillardFix note resizing.
2014-11-22 David RobillardFix clang and MSVC build.
2014-11-22 David RobillardFix invisible discrete control points.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFix assert failure in control list interpolation.
2014-11-22 David RobillardFix const violation warnings in tempo.cc.
2014-11-22 David RobillardFactor out copy-paste code to get grid type in beats...
2014-11-22 David RobillardMove time converters only to the region views that...
2014-11-21 Robin Gareusadd a variable to specify windows build concurrency
2014-11-20 David RobillardFix lost MIDI note offs and controllers.
2014-11-20 David RobillardReduce unnecessary non-const MIDI buffer access.
2014-11-20 David RobillardUse memento_command_binder() to (probably) fix MSVC...
2014-11-20 David RobillardClean up some MIDI code.
2014-11-20 David RobillardRemove unused variables.
2014-11-20 Robin Gareusdebug trace lost midi-messages
2014-11-20 David RobillardFix dropped MIDI events, especially with record enabled.
2014-11-19 Ben Loftisfix range selection of mixer strips; shift+selecting...
2014-11-19 Robin Gareussome const'ness and hints for clang
2014-11-18 Robin Gareuscopy hotspots file when packaging windows cursors
2014-11-18 Robin Gareusalso load hotspot file (if it exists) for default cursors
2014-11-18 Ben Loftisallow dummy backend for any product
2014-11-18 Robin Gareusfix windows icon deply path
2014-11-18 Robin Gareusdrop hotspot info when changing cursors.
2014-11-18 Robin Gareusdeploy square cursors as default for windows
2014-11-18 Robin Gareusadd square cursors (for windows)
2014-11-18 Robin Gareustabs are tabs and spaces are spaces
2014-11-18 Robin Gareusassert no null pointer dereference
2014-11-18 Jeremy CarterPlugin Automation All: Fix bug where Switches weren...
2014-11-18 David RobillardMake MIDI channel selector rows/col constraints actuall...
2014-11-18 David RobillardAvoid possible use of uninitialized values.
2014-11-18 David RobillardRemove obviously dead/redundant code.
2014-11-18 David RobillardClean up funny code and initialize variables.
2014-11-18 David RobillardConstrain variable scopen and avoid uninitialized value...
2014-11-18 David RobillardRemove unused variable and redundant arithmetic.
2014-11-18 David RobillardGracefully avoid importing audio that somehow has 0...
2014-11-18 David RobillardFix potential use of uninitialized value.
2014-11-18 David RobillardFix NULL pointer dereference on malformed Playlist...
2014-11-18 David RobillardAvoid potential division by zero.
2014-11-18 David RobillardFix broken logic and possible NULL pointer dereference...
2014-11-18 David RobillardFix incredibly unlikely NULL pointer dereference.
2014-11-18 David RobillardFix Region::verify_length() so it actually does something.
2014-11-18 David RobillardFix incredibly unlikely NULL pointer dereference.
2014-11-18 David RobillardFix zoom out limiting logic to actually limit minimum...
2014-11-18 David RobillardFix mismatched note resize drag cursor and behaviour.
next