summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-01-06fix continuing SNAFUs with ::set_state() for control protocols and the parent...Paul Davis
2013-01-06fix windows-VST/ALSA combinationRobin Gareus
2013-01-05Send LV2 time properties with correct types from specification.David Robillard
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2013-01-04Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_d...David Robillard
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2013-01-04quick fix for bug reported by ricardus: faders in Play are no longer dark gr...Ben Loftis
2013-01-04fix #5249- small faders in the processor box are not draggable when tooltips ...Robin Gareus
2013-01-03latest .po updates from ./waf i18nPaul Davis
2013-01-03expose operation to remove subgroupPaul Davis
2013-01-03new (!) german translation initiated by edgarPaul Davis
2013-01-03various i18n fixes and updates after a ./waf i18n runPaul Davis
2013-01-03rename po files to match rules/conventions discovered and applied elsewherePaul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2013-01-02new norwegian and and updated german libs/ardour translationsPaul Davis
2012-12-31avoid crash when switching devices in mackie control code, add locks to prote...Paul Davis
2012-12-31avoid crashing in a wierd case (possibly a race) in Mackie supportPaul Davis
2012-12-30fix vari-speed stuck at zero and playing backwards.Robin Gareus
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-25keep pan-info-box within screen-boundariesRobin Gareus
2012-12-25fix step increment direction for mouse-click on fadersRobin Gareus
2012-12-23fix #5035 - restore pan automation stateRobin Gareus
2012-12-23another buffersize fix (see #5221 and rev13715)Robin Gareus
2012-12-23fix buffer overflow of wrap_buffer (may fix #5221)Robin Gareus
2012-12-23debug issue #5221 -- possible mem corruptionRobin Gareus
2012-12-23Revert "fix for problem when reverse playback hits 00:00:00:00 (may be incomp...Robin Gareus
2012-12-23fix "import at file position" when copying or channel-splitting files on import.Robin Gareus
2012-12-21fix for problem when reverse playback hits 00:00:00:00 (may be incomplete)Robin Gareus
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-19feedback for toggled MIDI controls now sends 0 or 127, not various in-between...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-19prevent crash when saving learned MIDI binding that is now missing its contro...Paul Davis
2012-12-18change default font scaling to 80% which makes a newly installed ardour come ...Paul Davis
2012-12-18fix up discovery of VAMP plugins after ./waf install, which fixes crashes whe...Paul Davis
2012-12-17remove use of a boost::fast_pool_allocator without a mutex for Evoral::Contro...Paul Davis
2012-12-16some explanatory text for CrossThreadPool, so that it is possible (maybe) to ...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-13remove debug outputPaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-12-12muted regions should be totally ignored during playlist read()Ben Loftis
2012-12-12finalize fix for MIDI track monitoringPaul Davis
2012-12-12if we're not going to use pixfbuf (images) for faders, then lets not create a...Paul Davis
2012-12-11fix uninitialized variable causing error delivering various MIDI messages at ...Paul Davis
2012-12-11make sure that JACK MIDI ports know about Jack halting in the "halted info" c...Paul Davis
2012-12-10pixfader: don't change drawing state (prelight) just because a leave event ar...Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis