Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 19, 2023
1 parent 405c6c4 commit 22ec77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iPlug2
Submodule iPlug2 updated 77 files
+1 −1 Examples/IPlugOSCEditor/IPlugOSCEditor.cpp
+4 −4 Examples/IPlugOSCEditor/projects/IPlugOSCEditor-app.vcxproj
+1 −3 Examples/IPlugOSCEditor/projects/IPlugOSCEditor-app.vcxproj.filters
+2 −2 Examples/IPlugOSCEditor/projects/packages.config
+3 −2 Examples/IPlugWebUI/IPlugWebUI.cpp
+4 −4 Examples/IPlugWebUI/projects/IPlugWebUI-app.vcxproj
+2 −2 Examples/IPlugWebUI/projects/packages.config
+15 −0 IGraphics/IGraphics.cpp
+11 −3 IGraphics/IGraphics.h
+2 −1 Scripts/bin2c.py
+3 −0 Scripts/ci/build_projects.yml
+65 −56 WDL/audiobuffercontainer.cpp
+28 −15 WDL/audiobuffercontainer.h
+0 −399 WDL/blowfish.c
+0 −23 WDL/blowfish.h
+0 −325 WDL/des.cpp
+0 −34 WDL/des.h
+6 −2 WDL/eel2/Makefile
+89 −26 WDL/eel2/eel_lice.h
+0 −1 WDL/eel2/gen-lex-yacc
+8 −0 WDL/eel2/loose_eel.cpp
+0 −533 WDL/ffmpeg.h
+0 −317 WDL/gpu/gpu.cpp
+0 −121 WDL/gpu/gpu.h
+0 −611 WDL/gpu/wglext.h
+321 −55 WDL/has_strings.h
+0 −470 WDL/history.txt
+2 −1 WDL/localize/build_sample_langpack.cpp
+7 −0 WDL/localize/langpack_edit/.gitignore
+654 −0 WDL/localize/langpack_edit/Base.lproj/MainMenu.xib
+36 −0 WDL/localize/langpack_edit/LangPackEdit-Info.plist
+9 −0 WDL/localize/langpack_edit/LangPackEdit-Prefix.pch
+ WDL/localize/langpack_edit/LangPackEdit.icns
+28 −0 WDL/localize/langpack_edit/LangPackEdit.sln
+172 −0 WDL/localize/langpack_edit/LangPackEdit.vcxproj
+50 −0 WDL/localize/langpack_edit/LangPackEdit.vcxproj.filters
+417 −0 WDL/localize/langpack_edit/LangPackEdit.xcodeproj/project.pbxproj
+110 −0 WDL/localize/langpack_edit/Makefile
+ WDL/localize/langpack_edit/Resources/main.png
+7 −0 WDL/localize/langpack_edit/en.lproj/Credits.rtf
+2 −0 WDL/localize/langpack_edit/en.lproj/InfoPlist.strings
+ WDL/localize/langpack_edit/icon1.ico
+972 −0 WDL/localize/langpack_edit/langpack_edit.cpp
+10 −0 WDL/localize/langpack_edit/main.m
+196 −0 WDL/localize/langpack_edit/res.rc
+42 −0 WDL/localize/langpack_edit/resource.h
+15 −0 WDL/localize/langpack_edit/swell_resgen.sh
+62 −16 WDL/localize/localize.cpp
+8 −0 WDL/localize/localize.h
+58 −2 WDL/metadata.h
+0 −272 WDL/nsv/nsvbs.h
+0 −738 WDL/nsv/nsvlib.cpp
+0 −390 WDL/nsv/nsvlib.h
+0 −13 WDL/reminder.h
+1 −1 WDL/resample.cpp
+0 −443 WDL/rfb_client.cpp
+0 −70 WDL/rfb_client.h
+0 −315 WDL/simple_pitchshift2.h
+4,882 −0 WDL/swell/gtkimcontextsimpleseqs.h
+1 −1 WDL/swell/swell-dlg.mm
+365 −18 WDL/swell/swell-generic-gdk.cpp
+36 −5 WDL/swell/swell-internal.h
+3 −3 WDL/swell/swell-misc.mm
+1 −1 WDL/swell/swell-miscdlg-generic.cpp
+15 −7 WDL/swell/swell-miscdlg.mm
+2 −15 WDL/swell/swell-types.h
+47 −40 WDL/swell/swell-wnd-generic.cpp
+113 −62 WDL/swell/swell-wnd.mm
+4 −7 WDL/swell/swell.cpp
+17 −0 WDL/swell/swell.h
+66 −0 WDL/wdlutf8.h
+24 −6 WDL/win32_curses/curses_editor.cpp
+117 −112 WDL/win32_curses/curses_win32.cpp
+43 −2 WDL/win32_curses/eel_edit.cpp
+1 −0 WDL/win32_curses/eel_edit.h
+45 −14 WDL/win32_utf8.c
+1 −1 common-web.mk

0 comments on commit 22ec77a

Please sign in to comment.