Using XDG-Compliant Config Files – WxWidgets
Summary
Using XDG-compliant Config Files for wxWidgets describes how the project migrated from home directory dot files to the XDG config directory on Linux. It explains the changes in wxFileConfig defaults since wxWidgets 3.3.0 and provides a migration function to move existing config files, along with an example snippet and guidance on maintaining older behavior with a flag.