8000 Theme system fixes and additions by hrydgard · Pull Request #19984 · hrydgard/ppsspp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Theme system fixes and additions #19984

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

Merged
merged 8 commits into from
Feb 14, 2025
Merged

Theme system fixes and additions #19984

merged 8 commits into from
Feb 14, 2025

Conversation

hrydgard
Copy link
Owner

Fixes part of #18802 , by implementing some of @NABN00B 's more recent suggestions. See commits for details.

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Feb 14, 2025
@hrydgard hrydgard added this to the v1.19.0 milestone Feb 14, 2025
@hrydgard hrydgard mentioned this pull request Feb 14, 2025
21 tasks
@hrydgard hrydgard merged commit b8e6681 into master Feb 14, 2025
19 checks passed
@hrydgard hrydgard deleted the theme-fixes branch February 14, 2025 22:28
section.Get("PopupStyleBg", &info.uPopupStyleBg, info.uPopupStyleBg);
section.Get("PopupHeaderStyleFg", &info.uPopupHeaderStyleFg, info.uItemStyleFg); // Backwards compat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment mentions backwards compatibility but in that case these should be called PopupTitle* not PopupHeader*. Please clarify whether the new naming is intended or a mistake.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference 9547deb

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well it means backwards compatibility to what was before this change. I like PopupHeader better, and there are not a lot of old themes floating around really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0