ardour.git
2014-09-30 Robin Gareuswin32_pthread is relevant for both: MSVC & MINGW
2014-09-30 Robin Gareusthere's no random() on window, but no matter
2014-09-30 Robin Gareusadd missing header include (for snprintf)
2014-09-30 Robin Gareusrename variable: 'small' is a keyword on mingw/win32
2014-09-30 Paul Davisrevert stupid change that breaks python3 and was probab...
2014-09-28 Robin Gareusfix typos in prev commit.
2014-09-28 Robin Gareusprepare self-extracting installer using 'makeself'
2014-09-28 Robin Gareuspartial fix for #5973 (multi-track midi file import)
2014-09-28 Robin Gareuscopy plugin-state from template on session creation...
2014-09-28 Robin Gareusfix templates: copy plugin state
2014-09-28 Robin Gareusrecursive file copy function
2014-09-27 Paul Davisfix compiler warning from missing default statement...
2014-09-27 Robin Gareusinvalidate meter's ColorsChanged connection:
2014-09-27 Robin Gareusun-hardcode DIN & VU meter-colors,
2014-09-26 Paul Davisend tooltip timeout and display for relevant leave...
2014-09-26 Paul Davisfurther tweaks to canvas tooltip mechanism
2014-09-26 Paul Davisdisplay and position canvas tooltip window
2014-09-26 Paul Davisreinstate tooltip style
2014-09-26 Paul Davisbasic design of Canvas item tooltip mechanism.
2014-09-24 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-24 Robin GareusDummyBackend: symmetric freq sweep: up/down
2014-09-24 Robin GareusDummyBackend: add sine-sweep generators
2014-09-24 Robin Gareusfix some double promotion
2014-09-23 Robin GareusDummyBackend: two more audio-signal generators (useful...
2014-09-23 Robin GareusDummyBackend: MIDI Event Generators
2014-09-23 Robin GareusALSA backend: initial device selection
2014-09-22 Paul Davisfix typo that selected wrong sample rate for 22050Hz...
2014-09-22 Paul Davisfix position of left edge of a marker rectangle when...
2014-09-22 Paul Davisalter the way the border of Canvas::Rectangle is drawn...
2014-09-22 Colin FletcherFix finding session templates
2014-09-20 Paul Davisadd Location::set_skip() to allow toggling of skip...
2014-09-20 Paul Davisuse new ARDOUR::Location signals in GUI
2014-09-20 Paul Davisduplicate all ARDOUR::Location signals so that we have...
2014-09-18 Ben Loftisplugin widgets were written to use Internal values...
2014-09-18 Ben LoftisFix some inconsistent usage of a Controllables Interfac...
2014-09-17 Paul Davisadd action and menu item to control use of skip playback
2014-09-17 Paul Davisdo not mark session dirty during loading process; sync...
2014-09-17 Paul Davisuse Config->get_skip_playback() when handling Skip...
2014-09-17 Paul Davisnew Config var to control whether skip playback is...
2014-09-17 Paul Davisadd IsSkip enum to enums.cc
2014-09-17 Paul Davisshift-drag on range marker bar creates skip ranges...
2014-09-17 Paul Davisadd new Skip event to SessionEvents
2014-09-17 Paul Davisfix small thinko with --no-lxvst option
2014-09-17 Paul Davisnew code to support creating skip markers
2014-09-17 Paul Davisremove old connections to (now) static Location signals
2014-09-17 Paul DavisLocations::clear_ranges() leaves punch/loop/session...
2014-09-17 Paul Davisdo not stupidly try to save punch/loop/session ranges...
2014-09-17 Paul Daviscorrectly connect to Location static signals
2014-09-17 Paul Davisadd new type of location, with _flags & IsSkip being...
2014-09-17 Paul Davisheader file part of initial attempt to push certain...
2014-09-17 Paul Davisinitial attempt to push certain kinds of Locations...
2014-09-17 Paul DavisLocations should listen to location changed signals...
2014-09-17 Paul Davischange Location "change" signals of various kinds to...
2014-09-16 Paul Davisset the CairoWidget focus handler; reset focus when...
2014-09-16 Paul DavisArdourButton should call the focus handler of CairoWidg...
2014-09-16 Paul Davisadd a focus handling callback so that all button press...
2014-09-16 Paul Davisescape should reset focus as well as abort drags/clear...
2014-09-15 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-15 Paul Davisfix up condition where a MIDI filesource is marked...
2014-09-15 Paul DavisFileSource should not generate its own error message...
2014-09-15 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-15 Paul Davisfix compiler warning
2014-09-15 Paul Davisfix compiler warnings
2014-09-15 Paul Davisfix compiler warning
2014-09-15 Ben Loftisfix various loop-initiation faults
2014-09-15 Ben Loftisfix double-click-shows-region-properties in Ripple...
2014-09-13 Robin Gareuschange dummy backend to default to _("Silence").
2014-09-13 Robin Gareusosx packaging tweaks:
2014-09-13 Robin Gareusfix osx bundle script for new .rc file names
2014-09-13 Robin Gareus*t*racks not *c*hannels (amend 009ced9640)
2014-09-13 Robin Gareusfix CPI window handling:
2014-09-13 Robin Gareusfix crash when importing midi files with >1 midi-channe...
2014-09-13 Robin Gareusupdate ghost track colors:
2014-09-13 Robin GareusNOOP, format default-config values
2014-09-13 Colin FletcherFix restore of Jack driver setting
2014-09-13 Colin FletcherReturn playhead to last start position when aborting...
2014-09-13 Colin FletcherMake zoom-to-session include regions currently being...
2014-09-13 Colin FletcherFix spurious 'You cannot put a CD marker at this locati...
2014-09-13 Colin FletcherBe sure to initialise ExportFormatSpecification::_sound...
2014-09-13 John EmmasAdd 2 new source files to our 'gtkmm2ext' project ...
2014-09-13 John EmmasMinor - copy our built executable to a suitable folder...
2014-09-12 Robin Gareusreasonable dB range for waveform clipping indicator
2014-09-12 Robin Gareusdon't clamp wave-fill alpha value when using region...
2014-09-12 Robin GareusNOOP, remove trailing whitespace
2014-09-12 Robin Gareuswaveform drawing details:
2014-09-12 Paul Davisadd required visibility macros to Gtkmm2ext::CursorInfo
2014-09-12 Robin Gareuswaveform: really draw 1px lines.
2014-09-12 Robin Gareusupdate waveform drawing for zoomed-in, non-overlapping...
2014-09-11 Robin Gareusfix crash at session close/exit if a midi-control-surfa...
2014-09-11 Robin GareusAPI flush static cairo pattern cache
2014-09-11 Paul Davisadd new MCP device file for original Mackie Control
2014-09-11 Paul Davisprovide compile-time-enabled/disabled debugging of...
2014-09-11 Robin Gareusmake valgrind output a bit more readable.
2014-09-11 Robin Gareusfix memory leak, changing semantics of PatchManager...
2014-09-11 Robin Gareusfix a bunch of memory leaks
2014-09-11 Robin Gareusfix race-condition/segfault at exit:
2014-09-11 Robin Gareusproperly retain LV2PluginInfo
2014-09-11 Robin Gareusinitialize uninitialzed var
2014-09-10 Paul Davislook for per-cursor-set hotspot info file when setting...
2014-09-10 Paul Davisfix/improve/test hotspot file parsing
next