summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
AgeCommit message (Expand)Author
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-07-10meter line-up and fall-off standard values & namesRobin Gareus
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-17Save LV2 presets with relative URIs to their own bundle, in the same style as...David Robillard
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-10-23probable fix for not being able to find audio files in a 2.X session that had...Paul Davis
2012-10-14use translatable strings for TC info,Robin Gareus
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-05-31Remove unused method.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-03-05Add new inodes_same() method.Carl Hetherington
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-11-21use return value of realpath() and note an error if it occursPaul Davis
2011-11-11remove debug outputPaul Davis
2011-11-11cleanup regexp after usePaul Davis
2011-11-11use home-grown solution for path_expand(), rather than wordexp() which is bro...Paul Davis
2011-11-10next attempt to fix the use of wordexp(3) ...Paul Davis
2011-11-10force IFS=/ when calling path_expand, so that whitespace in paths doesn't cau...Paul Davis
2011-11-10show all paths discovered when a path is ambiguous (via error<<)Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-07-11explanatory comment about use of g_strncasecmp()Paul Davis
2011-07-10Make an empty-string non-affirmative so that AxisView::set_marked_for_display...Carl Hetherington
2011-06-21an entire freakin' day working on 1 working function, VolumeController::adjus...Paul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-12removed long-ifdef'ed-out codePaul Davis
2011-02-09make a note about process lock and ARDOUR::how_many_dsp_threads()Paul Davis
2011-02-09split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use ro...Paul Davis
2010-12-23Use MTC instead of MIDI Timecode as the string for the external sync button. ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-09fix bug in path_expand() when passed an empty stringPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-08-08Add tooltip for edit mode selector. Shorten strings used in the selector to ...Carl Hetherington
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2010-07-22second (and hopefully) final part of changes to respond to header format chan...Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-27Update BBT_Time add and subtract interfaces (stubs, just for unit test buildi...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-16Remove preferences menu options that have been moved into one or other prefer...Carl Hetherington