Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
core dpi dependencies / documents changes to do in:
source/gui/detail/native_window_interface.cpp
**source/detail/platform_abstraction.hpp
source/detail/platform_abstraction.cpp
** (implements dpi_scale, etc. based on SystemParametersInfo, native_window_interface )source/gui/detail/bedrock_windows.cpp
(responds to WM_DPICHANGED with wd_manager.update_dpi(msgwnd) to update SetWindowPos of root_window )include/nana/paint/graphics.hpp
source/paint/graphics.cpp
** (uses: platform_abstraction)include/nana/gui/detail/window_manager.hpp
(not really)source/gui/detail/window_manager.cpp
(uses native_interface::, graphics)include/nana/gui/programming_interface.hpp
(not really, but part of API)source/gui/programming_interface.cpp
(uses platform_abstraction::, graphics; interface_type::window_dp)source/gui/place.cpp ( ?? why ? )
source/gui/place_parts.hpp ( ?? why ? )
source/gui/screen.cpp ( ? uses ::GetSystemMetrics directly )
source/system/platform.cpp ( ? uses ::GetSystemMetrics directly )
source/gui/widgets/widget.cpp (not really)