Skip to content

Commit

Permalink
Tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniMacaroni committed Nov 10, 2023
1 parent 472d21e commit aaf5f90
Show file tree
Hide file tree
Showing 38 changed files with 450 additions and 2,838 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Fixed key rebinding not working when done from in game
- Default key can now be set using enum
- Added tooltip provider
- Settings entries can now have headers and spacing
- Settings entries will now show the description in a tooltip
- New splash screen
7 changes: 1 addition & 6 deletions SecondaryUi/ImGuiWindow.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,11 @@
<ClCompile Include="imgui.cpp" />
<ClCompile Include="imgui_draw.cpp" />
<ClCompile Include="imgui_tables.cpp" />
<ClCompile Include="imgui_widgets.cpp" />
<ClCompile Include="backends\imgui_impl_dx11.cpp" />
<ClCompile Include="backends\imgui_impl_win32.cpp" />
<ClCompile Include="imgui_widgets.cpp" />
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="misc\debuggers\imgui.natstepfilter" />
<None Include="misc\debuggers\imgui.natvis" />
<None Include="README.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
9 changes: 0 additions & 9 deletions SecondaryUi/README.txt

This file was deleted.

2 changes: 2 additions & 0 deletions SecondaryUi/Roboto-Regular.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Source: https://github.com/StudioCherno/Walnut/blob/master/Walnut/src/Walnut/ImGui/Roboto-Regular.embed

const byte g_RobotoRegular[] =
{
0x00, 0x01, 0x00, 0x00, 0x00, 0x12, 0x01, 0x00, 0x00, 0x04, 0x00, 0x20, 0x47, 0x44, 0x45, 0x46,
Expand Down
8 changes: 0 additions & 8 deletions SecondaryUi/libs/usynergy/README.txt

This file was deleted.

Loading

0 comments on commit aaf5f90

Please sign in to comment.