9efd521ea67c73cfbe30120a7b7f65550549b904
macOS has broken its exposure/redraw model at least twice by always providing the entire area of an NSView for every call to drawRect, and cannot provide the list of rects. This change expands the tracking done using the needs_display_region, and does so directly via the objective C methods of an NSView (and its derived children like GdkQuartzView). The result is that when we send an expose signal, GDK/GTK code can obtain an accurate list of the invalidated rects if desired, and thus avoiding redrawing the entire contents of a window
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%