| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher | |
| FL_OVERRIDE is defined as `override` for C++11 and higher FL_OVERRIDE is defined as `override` for VisualC 2015 and newer Don't interfere with Fl_Widget::override() | |||
| 2022-12-16 | Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… | ManoloFLTK | |
| Also add Fl::option(OPTION_FNFC_USES_ZENITY) | |||
| 2022-12-16 | Add Zenity-based file chooser based on the KDialog one (HugLifeTiZ) | Trent McPheron | |
| If available, it is used on Linux regardless of the current desktop because it offers free XDG portal integration, which means it picks the correct file chooser on all desktops, and allows for meaningful file selection in sandbox environments like Flatpak. | |||
