Skip to content
Snippets Groups Projects
Select Git revision
0 results

configh.cmake.in

  • ManoloFLTK's avatar
    abfc8ee5
    Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899) · abfc8ee5
    ManoloFLTK authored
    - 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
    abfc8ee5
    History
    Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)
    ManoloFLTK authored
    - 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