diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 13:35:47 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 14:49:27 +0100 |
| commit | b6de09cff2465db3c0a6e6a013b825462bc9a0e7 (patch) | |
| tree | 23725f27cc08e314f3c5d15d1c47c3f3b24b7588 /fluid | |
| parent | 240465626604ed9a7f7b2cb997ab4dffd419eabc (diff) | |
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
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/makedepend | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
