dterrahe
dterrahe
fixes #12139 fixes #11502 corrects #12208 Solves thee issues: Issue 1: Defining or renaming presets for lib modules would previously not correctly manage the associated actions (they'd still be called...
When you open a module by clicking on its header, or when you expand it, by opening a collapsible section or adding a mask type, it can end up being...
fixes #10518   This allows the "hinter" to be hidden once one is comfortable enough with the mask/module controls to not need the reminder (which can also quickly be...
Bauhaus is one of the aspects of dt that has problems with running under pure wayland (instead of Xwayland; so starting with `GDK_BACKEND=wayland`). The issue is that under wayland it...
As suggested here https://github.com/darktable-org/darktable/pull/15809#issuecomment-1837166159 Removing some duplication and the need to call two functions each time. Number of removed lines is increased because many calls included a duly copied variation...
When connecting a midi device over bluetooth BLE (like https://discuss.pixls.us/t/using-a-midi-device-with-darktable/54391/1) latency is much higher than when using USB. This manifests itself with button lights updating only 10secs after the onscreen...
Made some fixes to shortcut handling after a bit of a deep dive. There's always a chance that this "breaks stuff" so it would be good if people actually reported...
EDIT: This is now a compile time check (so compilation will intentionally break if a wrong callback signature is used). Uses of `g_signal_connect` that cannot be checked (for example because...