fltk/fltk-options
ManoloFLTK abfc8ee52f Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)
- remove build option FLTK_USE_KDIALOG replaced by an Fl::option() option
- new run-time option OPTION_FNFC_USES_KDIALOG
- make options OPTION_FNFC_USES_KDIALOG and OPTION_FNFC_USES_ZENITY
false by default
- add mention of new program fltk-options in the doc of Fl::option()
- change logic of choice of the native file chooser under X11/Wayland:
the zenity and kdialog choosers are opt-in; otherwise the GTK file chooser
is used, unless opted out with  OPTION_FNFC_USES_GTK
- document that zenity may be interesting for sandboxed apps
- document that both zenity and kdialog make member functions
Fl_Native_File_Chooser::filter_value() inoperable
2024-04-22 16:34:08 +02:00
..
icons Move global FLTK options into new app fltk-admin (#560) 2023-01-21 17:14:41 +01:00
.gitignore Give fluid and fltk-options their own .gitignore files 2023-02-05 19:41:19 +01:00
CMakeLists.txt CMake: fix installation on macOS 2024-02-14 17:06:10 +01:00
Makefile Make the 'Forms' compatibility library 'fltk_forms' optional 2023-12-20 17:33:37 +01:00
fltk-options.cxx Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) 2024-04-22 16:34:08 +02:00
fltk-options.desktop Move global FLTK options into new app fltk-admin (#560) 2023-01-21 17:14:41 +01:00
fltk-options.plist Move global FLTK options into new app fltk-admin (#560) 2023-01-21 17:14:41 +01:00
fltk-options.xml Move global FLTK options into new app fltk-admin (#560) 2023-01-21 17:14:41 +01:00
makedepend Update dependencies, whitespace, and Fl_File_Chooser.cxx 2024-03-19 15:39:18 +01:00