Commit Graph

9 Commits

Author SHA1 Message Date
Paul Davis ec7d502959 cairo single pixel line offset fix, part 2
This will need careful visual inspection of the items drawn by the
affected code to make sure they are still precisely as intended
2023-07-17 20:55:13 -06:00
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
Paul Davis 3245a89bfe add comment explaining non-idiomatic C++ 2022-06-22 13:31:08 -06:00
Paul Davis fc1a0140a3 fix may-be-used-unset warning 2022-06-22 13:31:07 -06:00
Paul Davis bcca1ad289 minor fixups post-rebase 2021-08-13 12:51:35 -06:00
Paul Davis e393c5efcf manual fixups for rebase against master (timeline type changes) 2021-08-13 12:51:32 -06:00
Robin Gareus 41c52882af
Fix region-peak display for trimmed regions 2021-03-23 20:37:57 +01:00
John Emmas bf50535d69 To keep MSVC happy, clarify which overloaded version of 'floor()' to call 2020-12-31 16:13:51 +00:00
Robin Gareus e85ae7f9a6
Verbose cursor audio region peak display
https://discourse.ardour.org/t/is-it-possible-to-view-audio-levels-in-db-by-moving-cursor-over-a-waveform/105199
2020-12-30 13:42:42 +01:00