summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-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-07fix silly error in removing channels from audio_diskstreamPaul 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-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-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-02-21minor fixes from OS X landPaul 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-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis
2008-02-15lock edit mode disallows sliding regions in time. override by holding 3rd mo...Ben Loftis
2008-02-15Make import GUI report if you are importing a file of a name that Sampo Savolainen
2008-02-14fix the same old same old OS X install_name_tool issue, this time for libardourPaul Davis
2008-02-14dynamic discovery & loading of keybindingsPaul Davis
2008-02-13create xrun markers should be on by default part duexDoug McLain
2008-02-13splash updating on gdk/quartz; more filtering of automatable AU parametersPaul Davis
2008-02-13lots more BootMessagesPaul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
2008-02-13add missing headerDoug McLain
2008-02-13discover all AU parameters, map to ardour internal data, make automationt tra...Paul Davis
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-02-12fix problems with files being needlessly re-analysed at startupPaul Davis
2008-02-12fix up compile issues; add new grabber_edit_point cursorPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-10Fix small issue with the playlist unique name patch.Sampo Savolainen
2008-02-10Make sure playlists have unique namesSampo Savolainen
2008-02-09Make sure buses and tracks have unique names.Sampo Savolainen
2008-02-06include lv2 source in srctar even if LV2=0Paul Davis
2008-02-06fix bad return value (no side effects - the return value was never checked) -...Paul Davis
2008-02-04provide instructional hint for keyeditor; fix keybinding issues on OS X (need...Paul Davis
2008-02-04more canvas-height related fixes; likely fix for loading VST plugins by name ...Paul Davis