Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Nov 11, 2024
1 parent 2b4127b commit e172188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 49 files
+11 −5 ANNOUNCEMENT
+38 −0 CHANGES.txt
+6 −0 CMake/macOSMaxAllowed.c
+29 −6 CMake/setup.cmake
+14 −14 FL/Fl.H
+2 −2 FL/Fl_Browser_.H
+6 −6 FL/Fl_Flex.H
+16 −4 FL/Fl_Group.H
+3 −3 FL/Fl_Input_.H
+1 −1 FL/Fl_Preferences.H
+1 −1 FL/Fl_Text_Buffer.H
+1 −1 FL/Fl_Tile.H
+8 −1 FL/Fl_Window.H
+122 −52 README.CMake.txt
+23 −7 configure.ac
+1 −1 documentation/src/basics.dox
+3 −3 documentation/src/common.dox
+41 −39 documentation/src/subclassing.dox
+9 −4 examples/shapedwindow.cxx
+7 −7 fltk-options/fltk-options.cxx
+35 −1 fluid/Fl_Grid_Type.cxx
+3 −0 fluid/Fl_Grid_Type.h
+14 −0 fluid/Fl_Group_Type.cxx
+1 −0 fluid/Fl_Group_Type.h
+1 −0 fluid/Fl_Type.h
+4 −2 fluid/Fl_Widget_Type.cxx
+1 −1 fluid/Fl_Window_Type.cxx
+2 −2 src/Fl.cxx
+16 −11 src/Fl_Device.cxx
+6 −4 src/Fl_MacOS_Sys_Menu_Bar.mm
+26 −3 src/Fl_Tile.cxx
+6 −6 src/Fl_Window.cxx
+8 −5 src/Fl_Window_fullscreen.cxx
+66 −32 src/Fl_cocoa.mm
+12 −2 src/Fl_win32.cxx
+14 −14 src/Fl_x.cxx
+0 −1 src/drivers/Cairo/Fl_Cairo_Graphics_Driver.H
+7 −18 src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx
+3 −0 src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H
+22 −21 src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
+2 −3 src/drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx
+13 −7 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
+2 −0 src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+2 −1 src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
+14 −3 src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
+27 −0 src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx
+3 −2 src/drivers/X11/Fl_X11_Window_Driver.cxx
+19 −4 src/fl_draw_arrow.cxx
+11 −10 test/fullscreen.cxx

0 comments on commit e172188

Please sign in to comment.