-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp
updated
26 files
+1 −0 | WDL/.gitattributes | |
+16 −8 | WDL/assocarray.h | |
+7 −1 | WDL/filewrite.h | |
+36 −1 | WDL/lameencdec.cpp | |
+1 −1 | WDL/lice/lice.h | |
+2 −2 | WDL/lice/lice_gif_write.cpp | |
+2 −0 | WDL/lice/lice_jpg.cpp | |
+3 −3 | WDL/lice/lice_palette.cpp | |
+5 −2 | WDL/lice/lice_pcx.cpp | |
+3 −2 | WDL/lice/test/Makefile | |
+107 −107 | WDL/lice/test/test.rc | |
+3 −3 | WDL/plush2/pl_putface.cpp | |
+1 −1 | WDL/rpool.h | |
+118 −118 | WDL/swell/sample_project/sample_project.rc | |
+1 −1 | WDL/swell/swell-dlg.mm | |
+1 −0 | WDL/swell/swell-dlggen.h | |
+9 −3 | WDL/swell/swell-functions.h | |
+14 −14 | WDL/swell/swell-generic-gdk.cpp | |
+1 −2 | WDL/swell/swell-ini.cpp | |
+3 −3 | WDL/swell/swell-misc.mm | |
+2 −1 | WDL/swell/swell-miscdlg-generic.cpp | |
+15 −6 | WDL/swell/swell-wnd-generic.cpp | |
+5 −1 | WDL/swell/swell-wnd.mm | |
+19 −7 | WDL/swell/swell.cpp | |
+17 −0 | WDL/wdltypes.h | |
+8 −7 | WDL/wingui/virtwnd.cpp |