Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Oct 24, 2023
1 parent e66adb5 commit bd35e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 76 files
+10 −0 CMake/options.cmake
+23 −17 CMakeLists.txt
+24 −3 FL/Fl_Grid.H
+12 −3 FL/Fl_Preferences.H
+27 −19 FL/Fl_Table.H
+34 −17 FL/filename.H
+24 −8 FL/fl_ask.H
+1 −1 FL/fl_callback_macros.H
+6 −0 README.CMake.txt
+18 −0 configure.ac
+1 −1 documentation/src/fluid.dox
+3 −4 examples/callbacks.cxx
+14 −1 fl_config.cmake.in
+13 −0 fl_config.in
+1 −0 fluid/CMakeLists.txt
+13 −0 fluid/CodeEditor.cxx
+2 −1 fluid/CodeEditor.h
+2 −1 fluid/Fd_Snap_Action.cxx
+1 −1 fluid/Fd_Snap_Action.h
+506 −80 fluid/Fl_Grid_Type.cxx
+7 −0 fluid/Fl_Grid_Type.h
+134 −4 fluid/Fl_Type.cxx
+12 −2 fluid/Fl_Type.h
+16 −11 fluid/Fl_Widget_Type.cxx
+5 −0 fluid/Fl_Window_Type.cxx
+1 −1 fluid/Fluid_Image.cxx
+2 −0 fluid/Makefile
+1 −1 fluid/alignment_panel.fl
+1 −1 fluid/alignment_panel.h
+27 −30 fluid/code.cxx
+1 −1 fluid/code.h
+1 −0 fluid/custom_widgets.cxx
+8 −0 fluid/factory.cxx
+6 −4 fluid/file.cxx
+5 −2 fluid/file.h
+19 −17 fluid/fluid.cxx
+3 −3 fluid/fluid.h
+164 −0 fluid/fluid_filename.cxx
+59 −0 fluid/fluid_filename.h
+121 −27 fluid/makedepend
+47 −10 fluid/shell_command.cxx
+5 −1 fluid/shell_command.h
+221 −20 fluid/sourceview_panel.cxx
+219 −22 fluid/sourceview_panel.fl
+365 −0 fluid/sourceview_panel.fl2
+8 −1 fluid/sourceview_panel.h
+1 −1 fluid/template_panel.cxx
+1 −1 fluid/template_panel.fl
+1 −1 fluid/undo.cxx
+986 −106 fluid/widget_panel.cxx
+756 −61 fluid/widget_panel.fl
+34 −11 fluid/widget_panel.h
+4 −0 src/Fl.cxx
+3 −9 src/Fl_Flex.cxx
+40 −4 src/Fl_Grid.cxx
+2 −2 src/Fl_Help_View.cxx
+4 −2 src/Fl_Int_Vector.H
+1 −1 src/Fl_Int_Vector.cxx
+12 −3 src/Fl_Message.cxx
+1 −5 src/Fl_Message.h
+16 −7 src/Fl_Preferences.cxx
+3 −0 src/Fl_Screen_Driver.H
+18 −27 src/Fl_Screen_Driver.cxx
+2 −2 src/Fl_String.H
+1 −1 src/Fl_String.cxx
+106 −31 src/Fl_Table.cxx
+11 −1 src/Fl_cocoa.mm
+1 −1 src/drivers/SVG/Fl_SVG_File_Surface.cxx
+18 −1 src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+19 −18 src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+31 −25 src/filename_absolute.cxx
+84 −24 src/fl_ask.cxx
+5 −33 src/makedepend
+18 −1 test/ask.cxx
+1 −30 test/makedepend
+26 −22 test/unittest_core.cxx

0 comments on commit bd35e0b

Please sign in to comment.