Skip to content

Commit

Permalink
#53 Sanitize GUI inputs to allow numbers only
Browse files Browse the repository at this point in the history
  • Loading branch information
vooku committed Nov 22, 2022
1 parent 8465543 commit f16e274
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 98 deletions.
2 changes: 2 additions & 0 deletions skinny/skinny.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ copy src\shaders\* bin\data\shaders</Command>
<ClCompile Include="src\Effect.cpp" />
<ClCompile Include="src\FileSelector.cpp" />
<ClCompile Include="src\Gui.cpp" />
<ClCompile Include="src\utils.cpp" />
<ClCompile Include="src\VideoLayer.cpp" />
<ClCompile Include="src\Mappable.cpp" />
<ClCompile Include="src\meta.cpp" />
Expand Down Expand Up @@ -250,6 +251,7 @@ copy src\shaders\* bin\data\shaders</Command>
<ClInclude Include="src\Effect.h" />
<ClInclude Include="src\FileSelector.h" />
<ClInclude Include="src\Gui.h" />
<ClInclude Include="src\utils.h" />
<ClInclude Include="src\VideoLayer.h" />
<ClInclude Include="src\Mappable.h" />
<ClInclude Include="src\meta.h" />
Expand Down
6 changes: 6 additions & 0 deletions skinny/skinny.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
<ClCompile Include="src\ImageLayer.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\utils.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="src">
Expand Down Expand Up @@ -458,6 +461,9 @@
<ClInclude Include="src\ImageLayer.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\utils.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="icon.rc" />
Expand Down
Loading

0 comments on commit f16e274

Please sign in to comment.