Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

marks dpi todo in Develop 1.8 #697

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

qPCR4vir
Copy link
Collaborator

@qPCR4vir qPCR4vir commented Apr 25, 2024

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)

@qPCR4vir qPCR4vir added need to discuss participate to discuss and share your idea docs labels Apr 25, 2024
@qPCR4vir qPCR4vir merged commit b2b975d into cnjinhao:develop-1.8 Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs need to discuss participate to discuss and share your idea
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant