What's fixed
- Native file dialogs — replaced DearPyGui's built-in file dialog with native OS dialogs (GTK on Linux, Win32 on Windows, Cocoa on macOS) via
tkinter.filedialog. Fixes clipboard paste crash (X11: Failed to convert selection to string) and broken path input in all three dialogs: open prompt, save prompt, underlay image. - Automatic fallback to DPG dialog if tkinter is unavailable.
Full changelog
See CHANGELOG.md.