summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Collapse)Author
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people ↵Paul Davis
to experiment with (probably needs a little work) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3164 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple ↵Paul Davis
event handlers; change plugin add logic to avoid asking for stream counts before they would be configured; fix up new session dialog to not use manage(), and thus not throw away widgets when their page is hidden (by removal) in the tabbed browser git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-09new keybinding editor, mostly finished but not 100%Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2531 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-26retain controllable info for pluginsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-26GUI control over saved and in-memory history depthPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2486 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25drop mention of fs.cc in libs/pbdPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2482 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-25new controls for copy-only import; new logo item for canvasPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2481 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-24fix up translation domains to reflect v2; functor command headerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2477 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-24improvements (?) for window visibility during session loading - time to test ↵Paul Davis
on linux git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2476 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes ↵Paul Davis
to make region(views) pick up peakfile data asynchronously, like they used to in 0.99 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2444 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2361 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-16support DnD in native/gtk-quartz implementation (note: multifile DnD ↵Paul Davis
requires a patch to GTK that is not in distribution yet, so for now, this works only with 1 file at a time, or it requires my patch/library). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2319 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-13engine dialog work, new -m option for menu file selection, new obolean ↵Paul Davis
automation line work starting up git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-20permit MIDI port removal now, and save MIDI ports back to the ardour.rc filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2163 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-06new automation interval configuration variable, to control automation ↵Paul Davis
snapshot time resolution (for oofus to test); patch for cancellingmulti-file import; minor code cleanups; use boost::fast_pool_allocator for automation lists (may revert later) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-03added ifdef elses for fpu.cc to handle non-intel properlyJesse Chappell
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2095 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-05fixed missing posix_memalign use with ifdefsJesse Chappell
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1954 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-012nd stage of denormal handling (from trunk); fix to avoid FLAC support when ↵Paul Davis
using a too-new FLAC library git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1940 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-12the useless commit: add copyright messages to all(?) files that need itPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06added moved code for shortpathPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on ↵Paul Davis
regions that have been subject to undo/redo git-svn-id: svn://localhost/ardour2/trunk@1670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16Another fix for building ringbuffer.h with strict-aliasing in XCode.Taybin Rutkin
Removed mutex.h from XCode project. git-svn-id: svn://localhost/ardour2/trunk@1607 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix errors in multi-range export (and possibly other export styles); ↵Paul Davis
compiler warnings patch from Carl git-svn-id: svn://localhost/ardour2/trunk@1605 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix ↵Paul Davis
build for find_peaks on x86; don't duplicate sources when embedding; use Glib::ustring for all source-related strings; fixup plugin UI automation buttons git-svn-id: svn://localhost/ardour2/trunk@1595 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike ↵Paul Davis
taht; fixes for ringbuffer types for x86_64 from mike taht git-svn-id: svn://localhost/ardour2/trunk@1593 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15Added mutex.h to pbd xcode project.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1592 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15disgusting hack around mutex problem that has been delaying beta19, ↵Paul Davis
hopefully to be removed once we understand the issue better git-svn-id: svn://localhost/ardour2/trunk@1591 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14veclib implementation of find_peaks().Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1590 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14Updated doxygen file.Taybin Rutkin
Updated XCode build files to build to /opt/ardour/build. Updated Ardour XCode build to use veclib acceleration library. git-svn-id: svn://localhost/ardour2/trunk@1587 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-02@executable_path support.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1548 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-02Fix for compiler warnings and errors.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1547 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01revert RCU changes back to union-based solution to fix strict-aliasing; ↵Paul Davis
another -O3 warning cleaned up git-svn-id: svn://localhost/ardour2/trunk@1545 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Removed commentSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1541 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Ye olde playhead crash - fixedSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1540 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26i18n MISSINGTaybin Rutkin
added version files and strreplace.cc to xcode projects for pbd and midi++. git-svn-id: svn://localhost/ardour2/trunk@1515 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1514 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1511 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1502 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22XCode project files for pbd and midi++Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1484 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ↵Paul Davis
MMC device ID ++ git-svn-id: svn://localhost/ardour2/trunk@1480 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
Fixed stacktrace.cc compilation. git-svn-id: svn://localhost/ardour2/trunk@1403 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-29small change to region creation for make-mono-regions; add untested ↵Paul Davis
short_path(); fix double-redraws when canvas zoom/position changes git-svn-id: svn://localhost/ardour2/trunk@1396 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc ↵Paul Davis
warnings when optimized git-svn-id: svn://localhost/ardour2/trunk@1332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ↵Paul Davis
property methods by not scanning the map twice. sorry about the recompile git-svn-id: svn://localhost/ardour2/trunk@1286 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1272 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04copy older versions of the session file, fix up ardev to work again using ↵Paul Davis
%VERSION% git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ↵Paul Davis
handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf