Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Oct 17, 2023
1 parent ea9a0cf commit b8f41b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 76 files
+1 −1 CHANGES.txt
+4 −0 FL/Fl_Graphics_Driver.H
+333 −0 FL/Fl_Grid.H
+11 −0 FL/Fl_Menu_.H
+17 −3 FL/Fl_Tile.H
+2 −2 FL/Fl_Window.H
+2 −2 FL/filename.H
+15 −8 FL/fl_draw.H
+1 −1 README.md
+4 −4 README.txt
+2 −2 configure.ac
+ documentation/src/Fl_Grid.png
+2 −0 examples/.gitignore
+5 −4 examples/CMakeLists.txt
+1 −0 examples/Makefile
+49 −0 examples/grid-simple.cxx
+2 −2 fluid/Fl_Widget_Type.h
+283 −179 fluid/alignment_panel.cxx
+311 −228 fluid/alignment_panel.fl
+16 −0 fluid/custom_widgets.cxx
+3 −2 fluid/custom_widgets.h
+52 −0 fluid/pixmaps.cxx
+1 −1 fluid/shell_command.cxx
+1 −1 fluid/sourceview_panel.cxx
+1 −0 src/CMakeLists.txt
+48 −1 src/Fl_Graphics_Driver.cxx
+1,108 −0 src/Fl_Grid.cxx
+2 −2 src/Fl_Input_Choice.cxx
+5 −27 src/Fl_Light_Button.cxx
+19 −8 src/Fl_MacOS_Sys_Menu_Bar.mm
+7 −4 src/Fl_Menu.cxx
+11 −7 src/Fl_Menu_.cxx
+1 −1 src/Fl_Menu_Button.cxx
+20 −5 src/Fl_Native_File_Chooser_MAC.mm
+3 −2 src/Fl_Spinner.cxx
+3 −2 src/Fl_Tabs.cxx
+2 −2 src/Fl_Text_Display.cxx
+41 −25 src/Fl_Tile.cxx
+4 −4 src/Fl_Timeout.cxx
+272 −122 src/Fl_cocoa.mm
+4 −0 src/Fl_x.cxx
+1 −0 src/Makefile
+1 −1 src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.mm
+4 −1 src/drivers/Cocoa/Fl_Cocoa_Printer_Driver.mm
+1 −0 src/drivers/GDI/Fl_GDI_Graphics_Driver.H
+3 −4 src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
+9 −5 src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
+6 −6 src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx
+3 −3 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
+20 −19 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
+2 −2 src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.cxx
+2 −2 src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+43 −85 src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+2 −2 src/drivers/Wayland/Fl_Wayland_Window_Driver.H
+55 −51 src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+19 −19 src/drivers/Wayland/fl_wayland_clipboard_dnd.cxx
+77 −66 src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
+106 −65 src/filename_absolute.cxx
+17 −47 src/fl_draw.cxx
+3 −1 src/fl_draw_arrow.cxx
+5 −2 src/fl_gtk.cxx
+2 −0 src/fl_oxy.cxx
+15 −6 src/fl_round_box.cxx
+8 −0 src/makedepend
+4 −0 test/.gitignore
+4 −0 test/CMakeLists.txt
+12 −0 test/Makefile
+96 −93 test/cube.cxx
+15 −12 test/flex_login.cxx
+1 −1 test/glut_test.cxx
+203 −0 test/grid_alignment.cxx
+75 −0 test/grid_buttons.cxx
+94 −0 test/grid_login.cxx
+20 −0 test/makedepend
+0 −1 test/menubar.cxx
+9 −8 test/tile.cxx

0 comments on commit b8f41b8

Please sign in to comment.