Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Nov 14, 2023
1 parent 0fb2b6b commit d974bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 67 files
+1 −1 FL/Fl_Grid.H
+1,023 −0 FL/Fl_Terminal.H
+1 −1 FL/Fl_Window.H
+1 −0 documentation/Doxyfile.in
+2 −1 documentation/Makefile
+ documentation/src/Fl_Terminal-24bit-colors.png
+ documentation/src/Fl_Terminal-3bit-colors.png
+ documentation/src/Fl_Terminal-demo.png
+ documentation/src/Fl_Terminal-utf8-demo.png
+514 −0 documentation/src/Fl_Terminal.dox
+6 −6 examples/simple-terminal.cxx
+3 −3 fluid/Fl_Grid_Type.cxx
+1 −1 fluid/Fl_Group_Type.cxx
+1 −1 fluid/Fl_Type.h
+1 −1 fluid/Fl_Window_Type.cxx
+1 −1 fluid/code.h
+1 −1 fluid/documentation/src-dev/index.dox
+1 −1 fluid/documentation/src-dev/page_introduction.dox
+1 −1 fluid/documentation/src/index.dox
+1 −1 fluid/file.cxx
+3 −3 fluid/fluid.cxx
+22 −62 fluid/makedepend
+3 −3 fluid/mergeback.cxx
+4 −4 fluid/sourceview_panel.cxx
+3 −3 fluid/sourceview_panel.fl
+1 −1 fluid/template_panel.cxx
+1 −1 fluid/template_panel.fl
+10 −10 fluid/widget_panel.cxx
+10 −10 fluid/widget_panel.fl
+9 −3 libdecor/build/Makefile
+175 −1 libdecor/build/fl_libdecor-plugins.c
+109 −0 libdecor/build/gtk-shell.xml
+12 −0 src/CMakeLists.txt
+1 −1 src/Fl.cxx
+2 −2 src/Fl_Grid.cxx
+1 −1 src/Fl_Image_Surface.cxx
+3,542 −0 src/Fl_Terminal.cxx
+1 −1 src/Fl_Window.cxx
+2 −0 src/Makefile
+586 −0 src/README-Fl_Terminal.txt
+1 −1 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
+4 −7 src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+2 −1 src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+1 −1 src/drivers/Wayland/fl_wayland_clipboard_dnd.cxx
+22 −0 src/makedepend
+3 −0 test/.gitignore
+2 −1 test/CMakeLists.txt
+7 −1 test/Makefile
+3 −3 test/browser.cxx
+4 −4 test/contrast.cxx
+8 −4 test/demo.cxx
+4 −3 test/file_chooser.cxx
+1 −1 test/fullscreen.cxx
+3 −3 test/input.cxx
+3 −3 test/input_choice.cxx
+67 −155 test/makedepend
+3 −3 test/menubar.cxx
+3 −3 test/native-filechooser.cxx
+3 −3 test/table.cxx
+1,987 −0 test/terminal.fl
+2 −2 test/tree.fl
+4 −3 test/unittest_core.cxx
+0 −121 test/unittest_simple_terminal.cxx
+98 −0 test/unittest_terminal.cxx
+2 −2 test/unittests.cxx
+2 −2 test/unittests.h
+5 −5 test/valuators.fl

0 comments on commit d974bde

Please sign in to comment.