Paul Davis
5b112e489b
move zoom in/out actions into shared "Editing" group
2024-12-07 08:00:46 -07:00
Robin Gareus
4866baacf5
Release NSGLView, fixes heap-use-after-free
2024-12-06 18:52:04 +01:00
Robin Gareus
d953ca732e
Tweak Ardour Attachment buttons
2024-12-05 20:31:15 +01:00
Robin Gareus
4d7b51dcc8
Fix regionFX tailtime lookup
2024-12-04 14:29:02 +01:00
Robin Gareus
db16792580
Initialize uninitalized variables
2024-12-04 14:28:08 +01:00
Robin Gareus
0225087342
Initialize uninitalized variables
2024-12-04 14:27:34 +01:00
Robin Gareus
e59a5fcc2b
Modernize scrollbar look
2024-12-04 02:38:35 +01:00
Robin Gareus
3c8527cbf0
Clean up clearlooks, remove unused styles
2024-12-03 21:37:30 +01:00
Robin Gareus
de5bbfa823
Try different tab attachement button layout
2024-12-03 18:10:15 +01:00
Robin Gareus
057b84dd77
Remove some more unsafe calls to gettimeofday
...
It isn't even rt-safe, prefer clock_gettime whenever possible.
2024-12-03 00:30:07 +01:00
Robin Gareus
ac6c00da26
Add support for Touch events to Ardour Canvas
2024-12-02 21:13:16 +01:00
John Emmas
7a5fe4c5a1
ytk: some #defines need to be different when building with MSVC
2024-12-02 10:55:02 +00:00
Robin Gareus
99a4f37af4
Add missing Lua bindings
2024-12-02 00:01:46 +01:00
Robin Gareus
388931293d
Fix missing thread-buffers when using region-compounds w/regionFx
...
When adding a region with regionFx to a compound,
AudioPlaylistSource::read_unlocked needs to be able
to process Fx. This can happen from various threads
(peak-file creation, waveform-rendering, peak-amplitude..) etc
depending on the plugin(s) in question, some process-thread
buffers are required, notably ProcessThread::get_silent_buffers
2024-12-01 23:29:27 +01:00
Robin Gareus
8a238de551
Add API to check if thread-local buffers are available
2024-12-01 23:24:38 +01:00
Robin Gareus
911399f8b3
Use same rounding for wave-view rectangle as TAV
...
Previously the waveform could exceed the AudioRegionView's
Rectangle on either side due to rounding.
```
round ((start - end) / spp) != round (start/spp) - round (end/spp)
```
2024-11-28 15:00:36 +01:00
Paul Davis
0132a0b8ad
amend GdkQuartzView:drawRect to be able to show both the exposed and "leftover" areas
...
To activate, run a debug build with ARDOUR_SHOW_QUARTZ_INVALIDATION set in the environment
2024-11-26 19:02:42 -07:00
Paul Davis
8c0c9cc115
somewhat sort of working clip start drag
2024-11-25 17:54:15 -07:00
Paul Davis
c39de501a3
triggerbox: significantly re-design MIDI Triggers to allow for bounds editing
2024-11-24 13:25:58 -07:00
Paul Davis
7af9442098
NO-OP: add explanatory comment
2024-11-24 13:25:58 -07:00
Paul Davis
53773bb8cb
send correct property change for MIDI trigger when region changes
...
This may need an adjustment in the GUI
2024-11-24 13:25:58 -07:00
Paul Davis
83f501f084
send correct property change for audio trigger when region changes
...
This may need an adjustment in the GUI
2024-11-24 13:25:58 -07:00
Robin Gareus
448914b4cc
Change default file-format to wav compatible RF64
2024-11-23 17:04:25 +01:00
Ben Loftis
23ba0f8338
fix for 'green' canvas redraws: cairo expects x,y,w,h not x,y,x+,y+
2024-11-23 08:43:44 -06:00
Paul Davis
9ab42f8d14
fix error in hastily introduced DEBUG_TRACE statement
2024-11-22 09:34:45 -07:00
Paul Davis
a162250682
fix MIDI triggers where region start/end are not the source start/end
2024-11-22 09:33:38 -07:00
Paul Davis
4fbdf0d680
macOS: catch spurious full redraw calls to NSView:drawRect and act appropriately
2024-11-21 14:07:31 -07:00
Robin Gareus
940e1bc2df
NO-OP: rename layout widgets for clarity
2024-11-20 18:56:20 +01:00
Robin Gareus
218b264c60
Use evenbox as parent for main window content
...
This fixes an issue with mouse-cursor contexts.
Eventbox is backed by a [gdk] window, each of which
has their own Gdk::Window::set_cursor.
2024-11-20 18:42:38 +01:00
Robin Gareus
4a99026cc9
Revert "Replace boost::aligned_storage with alignas std::array"
...
This reverts commit 32ff87f7f6 .
This causes issues on macOS/clang
```
../libs/pbd/pbd/stack_allocator.h:152:53: note: destructor of 'StackAllocator<std::__tree_node<std::__value_type<ARDOUR::DataType, std::map<unsigned int, unsigned int, std::less<unsigned int>, PBD::StackAllocator<std::pair<const unsigned int, unsigned int>, 16>>>, void *>, 2>' is implicitly deleted because field '_buf' has a deleted destructor
152 | alignas(16) std::array<value_type, stack_capacity> _buf;
```
2024-11-19 18:03:23 +01:00
Robin Gareus
4a966d5015
DndVBox: implement drag-refuse and drag move action
2024-11-19 17:36:53 +01:00
Alejandro Domínguez
fa57d5ed86
Disambiguate std and boost placeholder
2024-11-17 20:20:23 +01:00
Robin Gareus
09eeca09a9
Remove unused includes
2024-11-17 20:08:14 +01:00
Alejandro Domínguez
32ff87f7f6
Replace boost::aligned_storage with alignas std::array
2024-11-17 18:43:08 +01:00
Robin Gareus
5aaec05429
Add Latch Automation for MCP
...
see https://discourse.ardour.org/t/cannot-activate-latch-automation-state-via-x-touch-in-mackie-mode/110969
2024-11-16 22:17:29 +01:00
Robin Gareus
3625c28d54
Remove ambiguous enum bit combinations
2024-11-16 19:39:20 +01:00
Robin Gareus
983466fc38
Flexible Layout, resizable bottom pane.
2024-11-16 19:30:04 +01:00
Robin Gareus
438a514c2b
NO-OP: clarify Tabbable layout and attachment enum
2024-11-15 14:10:56 +01:00
Robin Gareus
5c8bd6e977
Tweak Tabbable Layout
...
* allow for left side resizable pane
* automatically set attachment button sensitivity
* remove right-side pane box when unused
2024-11-15 04:38:43 +01:00
Paul Davis
b8e1f67b75
C++ demangnling: make it work on macOS as well as linux
2024-11-10 22:07:58 -07:00
Robin Gareus
2e4f0e8181
Use attachment icons
2024-11-10 23:27:36 +01:00
Robin Gareus
f3ff1a1100
Add Attachment icons
2024-11-10 23:27:36 +01:00
Robin Gareus
0f0006cebc
Debug set_session(0) calls preventing session_going_away()
2024-11-10 23:27:36 +01:00
Robin Gareus
82a9fc4abb
Remove unused tabbed-changed callback
2024-11-10 23:27:35 +01:00
Robin Gareus
b2e4dd91b9
Update Tabbable c'tor to allow member as top-level widget
...
Derived classes cannot use `Tabbable (_content_vbox,..)`
`_content_vbox` is a member of Tabbable (which has not
yet been initialized) at the point of construction.
This breaks internal API, hence the omnibus commit
2024-11-10 23:27:34 +01:00
Robin Gareus
8ca9e6bcdd
Tabbable overhaul: consistent toplevel packing
2024-11-10 23:27:34 +01:00
Robin Gareus
2066f7018d
ArdourButton: add option to expand buttons to be square
2024-11-10 23:27:30 +01:00
Paul Davis
f8f6e5d2ab
implement newly-required inclusion of <cassert>
2024-11-07 16:10:02 -07:00
Juan Vardy
f2fc5fc0dc
Update Spanish translation
2024-11-07 17:51:11 +01:00
Robin Gareus
efbc8b4390
Turn touchscreen debug prints into gdk-debug messages
2024-11-07 06:13:12 +01:00