ardour.git
2012-05-20 Paul Davishelp linux install find new location for icons
2012-05-20 Paul Davismore packaging tweaks
2012-05-20 Paul Davismissing Templates mkdir
2012-05-20 Paul Davismore tweaks to bundles, search paths and packaging
2012-05-20 Paul Daviscopy MIDNAM patchfiles into linux and OS X bundles
2012-05-20 Paul Davisin linux bundle, put icons and pixmaps into shared...
2012-05-20 Paul Davistweaks to dir path names for bundles
2012-05-20 Paul Davisadd newline
2012-05-20 Paul Davisadd MCP device file for Steinberg CMC series
2012-05-19 Carl HetheringtonTweak new path setup.
2012-05-19 Paul Davisprevent xfades from being dragged to a longer length...
2012-05-19 Carl HetheringtonFix up tests after path changes.
2012-05-19 Carl HetheringtonCorrect error message.
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-17 Carl HetheringtonFix unnecessary backups of session files.
2012-05-17 Carl HetheringtonDeselect other control points on normal selection.
2012-05-17 Carl HetheringtonAdd MCP path to test script to stop it complaining.
2012-05-17 Paul Davissome tweaks to wscript, primary goal to make libintl...
2012-05-17 Carl HetheringtonMore tweaks to naming some actions (#4879).
2012-05-17 Carl HetheringtonAdd a new import file filter for audio and MIDI and...
2012-05-17 David RobillardFix posix_memalign checks.
2012-05-16 Carl HetheringtonFix libpbd tests.
2012-05-16 Carl HetheringtonUse Later / Earlier in descriptions of nudging and...
2012-05-16 Carl HetheringtonAlign the address of the pointer to the fxsave block...
2012-05-16 Paul Davisfix bork-age of the fade in/out context menu introduced...
2012-05-16 Carl HetheringtonTweak comment.
2012-05-16 Paul Davisfixup generic build, which allows -arch i386 build...
2012-05-16 Paul Davislet's do this right if we're going to do it at all ..
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-16 Paul Davisno need for an explicit disconnect
2012-05-16 Paul Davisreset _signal member of a Connection so that we will...
2012-05-15 Paul Davisfix for crash caused by re-using the same image in...
2012-05-15 Carl HetheringtonKeep tests up to date with reality.
2012-05-15 Carl HetheringtonRemove some debug output.
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Paul Davisdon't apply inverse fades if a region is not acoustical...
2012-05-15 Paul Davisfix dangling remnant of old system config var
2012-05-15 Paul Davisadd --generic flag to wscript to trigger -mtune=generic...
2012-05-15 Paul Davisfix python3 incompatability in wscript
2012-05-15 Carl HetheringtonTry to make signals.h.py more cross-python-version...
2012-05-15 Carl HetheringtonRemove unused method.
2012-05-15 Carl HetheringtonTidy up a bit.
2012-05-15 Carl HetheringtonMaybe fix typename / no-typename problems better.
2012-05-15 Carl HetheringtonRemove bind to shared_ptr.
2012-05-15 Carl HetheringtonAdd missing file.
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-15 Carl HetheringtonRemove the need for a shared_ptr for Signal; signal
2012-05-15 Carl HetheringtonRemove debug output.
2012-05-14 Carl HetheringtonBuild libs/pbd/pbd/signal.h from its generator python
2012-05-14 Paul Davisremove inclusion of boost/signasl2.hpp
2012-05-14 Paul Davisfix --test build on OSX Lion by commenting out code...
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-14 Paul Davisfix for --test build on OSX
2012-05-12 Carl HetheringtonAdd test for strange boost-related crash.
2012-05-12 Carl HetheringtonRemove errant bracket and maybe-errant comma.
2012-05-12 Paul Davisproperly teardown entire window for control protocol GUI
2012-05-12 Paul Davisfully tear down Mackie GUI when disabling mackie
2012-05-12 Paul Davisdon't load symlinks when trying to discover control...
2012-05-11 Paul Davisalter computation of inverse constant power curves
2012-05-11 Paul Davisremove some debug noise from previous commit
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-11 Paul Davisprovide some support for mackie devices like Steinberg...
2012-05-11 Paul Davisdisable installing a3 for now, so that people don't...
2012-05-10 Paul Davisstop crash if an error message is generated before...
2012-05-10 David RobillardFix compilation on Windows. Probably.
2012-05-10 Paul Davisdon't trim regions in conjunction with xfade trimming...
2012-05-10 Paul Davisrename images used for fades to indicate that they...
2012-05-10 Paul Davisincorrect but visible context menu for xfades
2012-05-10 Paul Davisimplement undo/redo for xfade trimmin
2012-05-10 Paul Davistrim a single other region when adjusting xfade length
2012-05-10 Paul Davisa number of tweaks to make xfade GUI stuff better in...
2012-05-10 Paul Davisfix height of xfade rendering
2012-05-10 Paul Davisif an xfade involves only 2 regions, clamp its length...
2012-05-10 Paul Davisfix dragging of end xfades
2012-05-10 Paul Davisbasic xfade dragging
2012-05-09 Paul Davisskeleton for crossfade edge dragging
2012-05-09 Paul Davisi18n-ization
2012-05-09 Paul Davisi18n-ization
2012-05-09 Paul Davischange inverse fades when changing fade length
2012-05-09 Paul Daviscorrectly save & restore xfade state
2012-05-09 Paul Daviscorrect cut-n-paste error in new comments for signals.h
2012-05-09 Paul Davisremove debug output
2012-05-09 Paul Davisadd a (potentially temporary) discover button for macki...
2012-05-09 Paul Davisadd some explanatory comments to pbd/signals.h
2012-05-09 Carl HetheringtonRevert accidental commit.
2012-05-09 Carl HetheringtonFix critical glib warning if a BaseUI is quit without
2012-05-09 Carl HetheringtonMore text tweaks.
2012-05-08 Paul Davisframework for handling events on the xfade rects
2012-05-08 Paul Davisfix up overly-persistent active state for control surfaces
2012-05-08 Paul Davisdefine ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for...
2012-05-08 Paul Davisstop using STATIC_PATHS to define system search paths
2012-05-08 Carl HetheringtonText tweaks.
2012-05-08 Carl HetheringtonPossibly fix crash when creating a new format profile
2012-05-08 Carl HetheringtonMinor tweak to snapshot renaming.
2012-05-08 Carl HetheringtonBreak slightly long line.
2012-05-07 Paul Davisreturn of the visible xfade rect - doesn't do anything...
2012-05-07 Paul Davishide xfades while dragging region(s)
2012-05-07 Paul Davisuse PluginInfo::reconfigurable_io() in the plugin selec...
next