GTK3V2MAIN: Doxygen warning on older versions
GTK3V2MAIN: clean up a few compiler warnings
Resizing main Window
Fixed!
GTK3V2MAIN elev.c: mode0/mode1 elevation-mode precedence cascade -- bugprone-branch-clone, intentionally not merged
Fixed on branch bug-707-elev-join-mode-merge-gtk3 (changesets 6b70d18317e4 and c7aea294eb58). Findings The elevation-mode precedence in SetTrkElevModes() (elev.c) was reviewed. When two endpoints are joined, the resulting endpoint mode is chosen by this order: Defined elevation beats Station name beats Grade beats Computed; within the same tier the first endpoint wins. That ordering was already correct and is unchanged. Two real problems were found in the code that implements it: Latent bug in the...
GTK3V2MAIN careditdlg.c:1526/1528: sprintf %0.2f into fixed 256-byte buffer, CodeQL overrunning-write
GTK3V2MAIN utility.c: ClipLine 4-branch geometry dispatch -- bugprone-branch-clone, intentionally not merged