summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-02vtl: remove xjadeo option dialogRobin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis
2013-04-01clarify comment about Automatable/ControlSet inheritancePaul Davis
2013-04-01Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-29major fixes for MIDI patch change and note undo/redo. Patch change handling w...Paul Davis
2013-03-28vtl: prepare simple/advanced usage modesRobin Gareus
2013-03-27Squashed commit of the following:Paul Davis
2013-03-27vtl: video sets session start/end markers.Robin Gareus
2013-03-21fix nasty crash when using double-nested compound (consolidated) regions caus...Paul Davis
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-18Merge branch 'kdev4' of https://github.com/jdekozak/ardourPaul Davis
2013-03-18parameter-ize the URL used to donate from the nag screenPaul Davis
2013-03-18Set the revision mechanism independent from the VCS nameJulien de Kozak
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-03-17Save LV2 presets with relative URIs to their own bundle, in the same style as...David Robillard
2013-03-17Handle mutiple export files with the same extension but different format.Sakari Bergen
2013-03-13videotimlineRobin Gareus
2013-03-10do not use https for pingbacks3.0Paul Davis
2013-03-09add code to display announcements, and parameterize several URL's used in the...Paul Davis
2013-03-08remove old call_the_mothership codePaul Davis
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-03-03SuperCaliFragilisticHoraAdaequationisRobin Gareus
2013-03-03clock info-box: fix alignment and spacingRobin Gareus
2013-03-03skip fade&envelope info in region XMLRobin Gareus
2013-03-02fix MTC slave+generator for non integer quarter_frame_durationRobin Gareus
2013-01-27Support state:loadDefaultState feature.David Robillard
2013-01-23new logic for enabling translation in bundled releases of ardourPaul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-21volatile in stupidPaul Davis
2013-01-21Trim the include tree a bit.David Robillard
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21More style-only changes.David Robillard
2013-01-21Actually flush to disk continuously while MIDI loop recording.David Robillard
2013-01-21More whitespace-only changes.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16use regex to match [mM][iI][dD] file extension for MIDI files, thus making i...Paul Davis
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2013-01-03expose operation to remove subgroupPaul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis