ardour.git
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...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-05-07 Carl HetheringtonFix region context menu fade items to reflect reality.
2012-05-07 Carl HetheringtonMinor text tweak.
2012-05-05 Paul Davistweak MCP search paths
2012-05-05 Paul Davischange detection system for liblo to use pkgconfig...
2012-05-05 Paul Davismoron
2012-05-05 Paul Davistry setting FONTCONFIG_PATH to make fontconfig look...
2012-05-05 Paul Davisslightly improved (wink) version of fontconfig bundled fix
2012-05-05 Paul Davisfix up unexpected situation with fontconfig in our...
2012-05-04 Paul Davisbundle mackie control stuff into the package
2012-05-04 Paul Davisfix a problem with stripping dependent libs
2012-05-04 Paul Davisadjust to new svn revision string format in svn_revision.cc
2012-05-04 Paul Davistweak how we find clearlooks when packaging
2012-05-04 Paul Davisuse pkg-config to find curl and assume that version...
2012-05-04 Paul Davispotential fix for ./waf configure problems introduced...
2012-05-04 Paul Davisre-re-tweak noderun script
2012-05-04 Paul Davisre-tweak noderun script
2012-05-04 Paul Davistweak noderun script
2012-05-04 Paul Davistry to use --also-libdir to try to find curl, part 3
2012-05-04 Paul Davistry to use --also-libdir to try to find curl, part 2
2012-05-04 Paul Davistry to use --also-libdir to try to find curl
2012-05-04 Paul Davisprovide a way to add additional libraries so that we...
2012-05-04 Paul Davishide unused args
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-02 Paul Davisanother quick OS X Lion gcc suggestion
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-05-02 Carl HetheringtonUpdate tooltips for AFL/PFL.
2012-05-01 Carl HetheringtonFix the focussing of newly-created marker name entries
2012-05-01 Carl HetheringtonRemove now unnecessary check for RecMutex.
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-05-01 Carl HetheringtonRemove unused quantize type options.
2012-05-01 Paul Davismostly backup-oriented commit to preserve very initial...
2012-04-30 Carl HetheringtonPatch from colinf to fix selection of short regions...
2012-04-30 Carl HetheringtonClarify behaviour of ::read (overwrites its buffer...
2012-04-30 Carl HetheringtonRemove unused return value.
2012-04-30 Paul Davisrevert SSL Nucleus device info to use builtin ipMIDI
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-30 Paul Davisadd explicit inverse fade in/out curves for use when...
2012-04-30 Carl HetheringtonFix spectral analysis of regions.
2012-04-30 Carl HetheringtonRemove un-read variable.
2012-04-30 Carl HetheringtonRemove unused options related to crossfades.
2012-04-29 Carl HetheringtonHandle update of crossfades on explicit relayer more...
2012-04-28 Carl HetheringtonRemove unused variable.
2012-04-28 Carl HetheringtonRemove a couple of uses of the word Route in the UI.
2012-04-28 Carl HetheringtonFix detection of 2.X sessions.
2012-04-28 Paul Daviscontrol surfaces: make it possible to keep display...
2012-04-27 Carl HetheringtonRe-add erroneously-removed methods related to cut/copy of
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-27 Paul DavisMCP: failure to rebank for cases where num_routes ...
2012-04-27 Carl HetheringtonRaise an exception if we fail to create our graph
2012-04-27 Carl HetheringtonPossibly hacky fix for tests on newer Ubuntu (or maybe
2012-04-27 Paul Davisremove unnecessary gcc 4.7 "fix"
2012-04-27 Paul Davis**EVEN better** gcc 4.7 fix
2012-04-27 Paul Davis**better** gcc 4.7 fix
2012-04-27 Paul Davisgcc 4.7 fix
2012-04-26 Paul DavisMCP: ctrl-select toggle selections status, analogous...
2012-04-26 Paul DavisMCP: more sensible version of previous commit, and...
2012-04-26 Paul DavisMCP: fix handling of vpot presses
2012-04-26 Paul Davisslightly explanatory comment for crossfading
2012-04-26 Paul Davisfix initialization of control protocols so that brand...
2012-04-26 Paul DavisMCP: properly (?) handle bank/channel scrolling with...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-26 Paul DavisMCP: lots of good stuff - recenable bug fixed, cursor...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-25 Carl HetheringtonCopy for SVN revision from build script.
2012-04-25 Carl HetheringtonA few tweaks to the build script for Ubuntu 11.10
2012-04-25 Carl HetheringtonTweak to fix up linux packaging script.
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-25 Paul DavisMCP: quick build fix
2012-04-25 Paul DavisMCP: various fixes, plus removal of ui_bind() (just...
2012-04-24 David RobillardFix crashes when closing LV2 plugin UIs.
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismake generic MIDI support handle SendFeedback() in...
2012-04-24 Paul Davislikely fix for various odd problems with cross-thread...
2012-04-24 Paul Davisrevert previous commit
2012-04-24 Paul Davisdebugging: stop MidiControlUI from actually executing...
2012-04-24 Paul Davisvague diagram on event loop/UI interactions
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul DavisipMIDI: typo
2012-04-24 Paul DavisipMIDI: credit where credit is due
2012-04-24 Paul DavisMCP: remove debug output
2012-04-24 Paul Davismove the point at which PannersLegal is emitted (thus...
2012-04-24 Paul DavisMCP: remove debugging related to selection that turned...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Carl HetheringtonGet the _note_mode set up correctly in a MidiDiskstream
2012-04-23 David RobillardFix crash when closing LV2 UIs.
2012-04-23 Paul Davismove MIDI::Manager::cycle_{start,end}() calls from...
2012-04-23 Paul Davislibmidi++: fix a bunch of issues with previous commit
2012-04-23 Paul Davislibmidi++: split apart "base-y" aspects of MIDI::Port...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2012-04-23 Carl HetheringtonRemove long-commented-out code; formatting tweaks;...
next