-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2066374
commit b2df973
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fltk
updated
24 files
+2 −2 | documentation/src/bundled-libs.dox | |
+6 −6 | documentation/src/wayland.dox | |
+2 −0 | fluid/CMakeLists.txt | |
+2 −0 | fluid/Fl_Function_Type.cxx | |
+28 −32 | fluid/Fl_Group_Type.cxx | |
+3 −3 | fluid/Fl_Group_Type.h | |
+1 −0 | fluid/Fl_Menu_Type.cxx | |
+12 −6 | fluid/Fl_Type.cxx | |
+7 −0 | fluid/Fl_Type.h | |
+3 −1 | fluid/Fl_Widget_Type.cxx | |
+1 −0 | fluid/Makefile | |
+1 −1 | fluid/README_fl.txt | |
+95 −95 | fluid/alignment_panel.cxx | |
+212 −212 | fluid/alignment_panel.fl | |
+91 −295 | fluid/code.cxx | |
+22 −16 | fluid/code.h | |
+1 −1 | fluid/factory.cxx | |
+58 −10 | fluid/file.cxx | |
+12 −2 | fluid/file.h | |
+19 −8 | fluid/fluid.cxx | |
+487 −0 | fluid/mergeback.cxx | |
+77 −0 | fluid/mergeback.h | |
+8 −12 | libdecor/src/plugins/gtk/libdecor-gtk.c | |
+1 −0 | src/fl_ask.cxx |