Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Nov 2, 2023
1 parent 342c6dd commit ca22bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 48 files
+6 −1 FL/Fl.H
+3 −2 FL/Fl_Device.H
+1 −1 FL/Fl_Widget_Surface.H
+125 −71 README.CMake.txt
+5 −2 documentation/src/drawing.dox
+11 −1 fluid/CMakeLists.txt
+4 −4 fluid/Fd_Snap_Action.cxx
+2 −2 fluid/Fl_Function_Type.cxx
+105 −8 fluid/Fl_Grid_Type.cxx
+11 −0 fluid/Fl_Grid_Type.h
+141 −7 fluid/Fl_Group_Type.cxx
+31 −14 fluid/Fl_Group_Type.h
+2 −2 fluid/Fl_Menu_Type.cxx
+2 −0 fluid/Fl_Type.cxx
+3 −0 fluid/Fl_Type.h
+2 −2 fluid/Fl_Widget_Type.cxx
+114 −35 fluid/Fl_Window_Type.cxx
+1 −1 fluid/Fl_Window_Type.h
+39 −104 fluid/align_widget.cxx
+14 −191 fluid/alignment_panel.cxx
+220 −216 fluid/alignment_panel.fl
+2 −0 fluid/alignment_panel.h
+2 −0 fluid/code.cxx
+62 −0 fluid/documentation/src/app_settings.dox
+24 −16 fluid/documentation/src/code.dox
+84 −11 fluid/documentation/src/index.dox
+3 −1 fluid/factory.cxx
+13 −0 fluid/file.cxx
+11 −1 fluid/fluid.cxx
+1 −0 fluid/fluid.h
+6 −0 fluid/mergeback.cxx
+5 −0 fluid/mergeback.h
+0 −365 fluid/sourceview_panel.fl2
+35 −27 fluid/widget_panel.cxx
+36 −49 fluid/widget_panel.fl
+4 −2 fluid/widget_panel.h
+3 −3 src/Fl_Image.cxx
+11 −0 src/Fl_Int_Vector.H
+11 −0 src/Fl_Int_Vector.cxx
+11 −0 src/Fl_Native_File_Chooser_Kdialog.H
+11 −0 src/Fl_Native_File_Chooser_Kdialog.cxx
+11 −0 src/Fl_Native_File_Chooser_Zenity.H
+11 −0 src/Fl_Native_File_Chooser_Zenity.cxx
+11 −0 src/Fl_String.H
+11 −0 src/Fl_String.cxx
+1 −1 src/Fl_Table.cxx
+0 −2 src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.mm
+1 −1 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx

0 comments on commit ca22bd1

Please sign in to comment.