Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Dec 16, 2024
1 parent 2deb5d3 commit d1ecffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
set(CFLTK_PROJECT_VERSION 1.5.0)
set(CFLTK_PROJECT_VERSION 1.5.1)

project(
cfltk
Expand Down
2 changes: 1 addition & 1 deletion fltk
Submodule fltk updated 72 files
+81 −0 CHANGES.txt
+2 −2 CMake/options.cmake
+3 −3 CMakeLists.txt
+1 −1 FL/Enumerations.H
+1 −1 FL/Fl_File_Chooser.H
+6 −1 FL/Fl_Graphics_Driver.H
+1 −1 FL/Fl_Grid.H
+1 −1 FL/Fl_Help_Dialog.H
+6 −1 FL/Fl_Help_View.H
+71 −13 README.CMake.txt
+1 −1 README.md
+1 −1 README.txt
+1 −1 configure.ac
+1 −1 documentation/src/enumerations.dox
+1 −1 documentation/src/events.dox
+1 −1 documentation/src/index.dox
+2 −2 documentation/src/preface.dox
+1 −6 examples/fluid-callback.fl
+3 −3 fltk-options/fltk-options.plist
+2 −1 fltk.spec.in
+1 −1 fltk_version.dat
+15 −10 fluid/Fl_Type.cxx
+1 −1 fluid/about_panel.cxx
+1 −1 fluid/about_panel.fl
+1 −1 fluid/about_panel.h
+3 −1 fluid/codeview_panel.cxx
+1 −1 fluid/codeview_panel.fl
+1 −1 fluid/codeview_panel.h
+1 −1 fluid/documentation/src/index.dox
+17 −0 fluid/fluid.cxx
+3 −3 fluid/fluid.plist
+1 −1 fluid/function_panel.cxx
+1 −1 fluid/function_panel.fl
+1 −1 fluid/function_panel.h
+1 −1 fluid/print_panel.cxx
+1 −1 fluid/print_panel.fl
+1 −1 fluid/print_panel.h
+1 −1 fluid/settings_panel.cxx
+1 −1 fluid/settings_panel.fl
+1 −1 fluid/settings_panel.h
+22 −22 fluid/template_panel.cxx
+1 −1 fluid/template_panel.fl
+1 −1 fluid/template_panel.h
+3 −3 fluid/templates/FLTK_License.fl
+1 −1 fluid/widget_panel.cxx
+1 −1 fluid/widget_panel.fl
+1 −1 fluid/widget_panel.h
+201 −93 makesrcdist
+6 −2 src/Fl_Button.cxx
+1 −1 src/Fl_File_Chooser.cxx
+1 −1 src/Fl_File_Chooser.fl
+1 −1 src/Fl_Help_Dialog.cxx
+1 −1 src/Fl_Help_Dialog.fl
+36 −20 src/Fl_Menu.cxx
+7 −1 src/Fl_Pack.cxx
+2 −0 src/Fl_cocoa.mm
+5 −1 src/Fl_win32.cxx
+3 −3 src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx
+1 −1 test/CubeViewUI.fl
+1 −1 test/checkers_pieces.fl
+1 −1 test/fast_slow.fl
+1 −1 test/inactive.fl
+1 −1 test/keyboard_ui.fl
+1 −1 test/mandelbrot_ui.fl
+1 −1 test/preferences.fl
+1 −1 test/radio.fl
+1 −1 test/resize.fl
+1 −1 test/tabs.fl
+1 −1 test/terminal.fl
+1 −1 test/trackball.c
+1 −1 test/tree.fl
+1 −1 test/valuators.fl

0 comments on commit d1ecffd

Please sign in to comment.