From b6de09cff2465db3c0a6e6a013b825462bc9a0e7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 13:35:47 +0100 Subject: Re-enable nested (aka recursive) common dialogs (STR 3242, #282) Apply Fl_Dialog_r10831.patch as given in STR 3242: https://www.fltk.org/strfiles/3242/Fl_Dialog_r10831.patch Reformat, add missing pieces, rename private members, cleanup... Improve documentation, add fl_choice_n() (issue #282) New methods fl_input_str() and fl_password_str() return Fl_String --- fluid/makedepend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/makedepend b/fluid/makedepend index a83f84201..b80ae7d0e 100644 --- a/fluid/makedepend +++ b/fluid/makedepend @@ -55,6 +55,7 @@ alignment_panel.o: ../FL/Fl_Scrollbar.H alignment_panel.o: ../FL/Fl_Simple_Terminal.H alignment_panel.o: ../FL/Fl_Slider.H alignment_panel.o: ../FL/Fl_Spinner.H +alignment_panel.o: ../FL/Fl_String.H alignment_panel.o: ../FL/Fl_Tabs.H alignment_panel.o: ../FL/Fl_Text_Buffer.H alignment_panel.o: ../FL/Fl_Text_Display.H @@ -201,7 +202,7 @@ ExternalCodeEditor_UNIX.o: ../FL/fl_ask.H ExternalCodeEditor_UNIX.o: ../FL/fl_attr.h ExternalCodeEditor_UNIX.o: ../FL/fl_casts.H ExternalCodeEditor_UNIX.o: ../FL/Fl_Export.H -ExternalCodeEditor_UNIX.o: ../FL/fl_string.h +ExternalCodeEditor_UNIX.o: ../FL/Fl_String.H ExternalCodeEditor_UNIX.o: ../FL/fl_types.h ExternalCodeEditor_UNIX.o: ../FL/fl_utf8.h ExternalCodeEditor_UNIX.o: ../FL/platform_types.h @@ -407,7 +408,7 @@ fluid.o: ../FL/Fl_Shared_Image.H fluid.o: ../FL/Fl_Simple_Terminal.H fluid.o: ../FL/Fl_Slider.H fluid.o: ../FL/Fl_Spinner.H -fluid.o: ../FL/fl_string.h +fluid.o: ../FL/Fl_String.H fluid.o: ../FL/Fl_Tabs.H fluid.o: ../FL/Fl_Text_Buffer.H fluid.o: ../FL/Fl_Text_Display.H @@ -543,7 +544,7 @@ Fl_Function_Type.o: ../FL/fl_show_input.H Fl_Function_Type.o: ../FL/Fl_Simple_Terminal.H Fl_Function_Type.o: ../FL/Fl_Slider.H Fl_Function_Type.o: ../FL/Fl_Spinner.H -Fl_Function_Type.o: ../FL/fl_string.h +Fl_Function_Type.o: ../FL/Fl_String.H Fl_Function_Type.o: ../FL/Fl_Tabs.H Fl_Function_Type.o: ../FL/Fl_Text_Buffer.H Fl_Function_Type.o: ../FL/Fl_Text_Display.H -- cgit v1.2.3