summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-04-03make plugin latency compensation work for AU's (latency is returned in second...Paul Davis
2008-04-03rename menu items for monitoring options, and make the one based on JACK inse...Paul Davis
2008-04-02make probably-audio-file suffix detection case insensitivePaul Davis
2008-04-01clean up port insert port count/config mess, maybePaul Davis
2008-04-01insert time operationPaul Davis
2008-03-27remove older version (#ifdef'ed out) of legalize_for_path()Paul Davis
2008-03-26revert illegal/legal test change in legalize_for_path() (to be reverted again...Paul Davis
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-03-25make copy-n-paste of AudioUnits workPaul Davis
2008-03-24stop crash occuring when carrying out playlist partitions in empty playlistsPaul Davis
2008-03-24allow a wider selection of chars for pathname. fixes bug when session file c...Ben Loftis
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-03-17fix problems with list stuff caused by assumptions about list type equivalencePaul Davis
2008-03-17fix use of reserve() as revealed by _GLIBCXX_DEBUGPaul Davis
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-03-13(OS X native: don't write dynamic pango.rc into app.bundle); use Glib::get_ho...Paul Davis
2008-03-08Fix warnings.David Robillard
2008-03-07fix silly error in removing channels from audio_diskstreamPaul Davis
2008-03-06fix from puddingpimp for memory leak in fastmeterPaul Davis
2008-02-29fix for broken fade out, appeared to be accidental var name redundancyDoug McLain
2008-02-27possible fix for AU problems on PPCPaul Davis
2008-02-27fixes from chris cannam for rb_effect bugsPaul Davis
2008-02-27make AudioRegion::master_read() obey length limit of (first) master source, n...Paul Davis
2008-02-27don't popup import progress window until we give import a chance to fail firs...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis
2008-02-27add CAF to list of likely audio file suffixes; use generic AudioFileSource So...Paul Davis
2008-02-27rearrange icons/presets on xfade editor to be symmetric; refactor importable ...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-24make canvas text scale with font scaler; prevent bogus values from putting Na...Paul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-23fix stupid uses of Session::get_silent_buffers() from crashing ardourPaul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-02-23Fix the stepping direction for horizontal faders, it was stepping in the wron...Doug McLain
2008-02-22Save and restore users font scale settingDoug McLain
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for GDK...Paul Davis
2008-02-21final (?) tweak for totally optimized meter redraws (vertical only)Paul Davis
2008-02-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-02-21minor fixes from OS X landPaul Davis
2008-02-21more meter optimizationPaul Davis
2008-02-21start to optimize meter draws even morePaul Davis
2008-02-17Fix incorrect comment.David Robillard
2008-02-17a boatload of changes and fixes related to SAE menu redesign (several new ope...Paul Davis
2008-02-17Fix for last commit where rec enable state was not considered. Change adat op...Nick Mainsbridge
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ...Nick Mainsbridge
2008-02-16replace a typo with the result that led to the desired non-step behaviour on ...Doug McLain
2008-02-16remove debug outputDoug McLain
2008-02-15TrackfadersDoug McLain
2008-02-15now that GDK adds state to scroll events, use it with pixfader; fix up pixfad...Paul Davis
2008-02-15make fine-tuning modifiers for PixFader platform specificPaul Davis
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis