mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Revert "Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10."
This reverts commit 6da230636b.
This commit is contained in:
parent
557c77e455
commit
09654f4e8c
21 changed files with 101 additions and 109 deletions
|
|
@ -68,10 +68,6 @@ Breaking changes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- This is the last release we are thoroughly testing with VS2015 + Windows SDK 8.1.
|
||||
Example projects have been transitioned to VS2019 + Windows SDK 10. The library
|
||||
as of today still compiles and works fine with VS2015, but onward we may break
|
||||
support more often.
|
||||
- Fixed IsItemDeactivatedAfterEdit() signal being broken for Checkbox(),
|
||||
RadioButton(), Selectable(). Regression from 2025/01/13. (#8370)
|
||||
- Windows: Fixed an issue where BeginChild() inside a collapsed Begin()
|
||||
|
|
@ -125,8 +121,6 @@ Other changes:
|
|||
by showing the filter inside the combo contents. (#718)
|
||||
- Examples: SDL3: Added comments to clarify setup for users of the unfortunate
|
||||
SDL_MAIN_USE_CALLBACKS feature. (#8455)
|
||||
- Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142),
|
||||
and from Windows SDK 8.1 to Windows SDK 10 ("latest" setting).
|
||||
- IO: Added ImGuiKey_Oem102 to ImGuiKey enum. (#7136, #7201, #7206, #7306, #8468)
|
||||
- IO: Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 to ImGuiKey enum. (#8468)
|
||||
- Backends: reworked key handlers to use/prioritize untranslated scancodes instead of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue