-
Notifications
You must be signed in to change notification settings - Fork 1
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
Daniel K. O. (dkosmari)
committed
Sep 12, 2024
1 parent
1bfc003
commit f402598
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libwupsxx
updated
20 files
+8 −2 | Makefile.am | |
+235 −173 | demo/wupsxx-demo.cpp | |
+86 −0 | include/wupsxx/button_item.hpp | |
+0 −0 | include/wupsxx/cafe_glyphs.h | |
+1 −1 | include/wupsxx/file_item.hpp | |
+30 −0 | include/wupsxx/init.hpp | |
+7 −2 | include/wupsxx/item.hpp | |
+38 −0 | include/wupsxx/logger.hpp | |
+44 −22 | include/wupsxx/var_item.hpp | |
+1 −1 | src/bool_item.cpp | |
+1 −1 | src/button_combo.cpp | |
+5 −5 | src/button_combo_item.cpp | |
+126 −0 | src/button_item.cpp | |
+1 −1 | src/color_item.cpp | |
+4 −4 | src/file_item.cpp | |
+86 −0 | src/init.cpp | |
+40 −18 | src/item.cpp | |
+127 −0 | src/logger.cpp | |
+1 −1 | src/numeric_item_impl.hpp | |
+9 −4 | src/text_item.cpp |