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

Add Hi DPI Support for GLFW #20584

Merged
merged 44 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
811ef54
proof of concept for Hi DPI
ypujante Oct 26, 2023
7c457a4
fixed fullscreen mode
ypujante Oct 28, 2023
6c0e378
removed log statements
ypujante Oct 28, 2023
cbeb0e1
Make sure it works for "default" shell
ypujante Oct 30, 2023
ba13c6f
fixes fullscreen mode (user triggered)
ypujante Oct 30, 2023
9f7a2a2
[PR Review]: Fixes code style
ypujante Nov 2, 2023
454cd0f
[PR Review]: Reverting changes (separate issue)
ypujante Nov 2, 2023
15f1ff1
[PR Review]: getting rid of initialization
ypujante Nov 2, 2023
e38a34c
[PR Review]: fix bad api call
ypujante Nov 2, 2023
b291873
Merge branch 'hi-dpi-aware'
ypujante Nov 3, 2023
51f3288
Merge branch 'emscripten-core:main' into hi-dpi-aware
ypujante Nov 4, 2023
08a5b69
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 6, 2023
f4320c3
added comprehensive test
ypujante Nov 7, 2023
875f440
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 7, 2023
91aa2ad
fixes error in CI
ypujante Nov 7, 2023
80b982b
changes from code review
ypujante Nov 7, 2023
7d4fdcd
Merge branch 'emscripten-core:main' into hi-dpi-aware
ypujante Nov 11, 2023
c30e05e
reverting automatic merge issue :(
ypujante Nov 11, 2023
f73c502
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 14, 2023
6ff6773
simplified code further
ypujante Nov 14, 2023
11d5832
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 21, 2023
241e027
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 22, 2023
f3de65e
Moved API to GLFW
ypujante Nov 22, 2023
a999fd0
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 29, 2023
7cc2f59
reverted all changes to library_browser.js
ypujante Nov 29, 2023
a81f9a0
Implemented hi dpi aware in GLFW only
ypujante Nov 29, 2023
80be65a
install/remove single listener (devicePixelRatio)
ypujante Nov 29, 2023
86aff8e
removed SDL reference
ypujante Nov 30, 2023
73f6b2f
renamed Browser->GLFW
ypujante Nov 30, 2023
4ae7e31
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 30, 2023
95a6918
apply changes to Browser.calculateMouseEvent
ypujante Nov 30, 2023
7a7e2ab
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Nov 30, 2023
2365d0e
removed duplicated code due to merge :(
ypujante Nov 30, 2023
1f4f37f
renamed exported function
ypujante Nov 30, 2023
767676a
use GLFW_SCALE_TO_MONITOR dynamically
ypujante Dec 1, 2023
9d29c8d
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Dec 1, 2023
eb2dbf9
removed unecessary options
ypujante Dec 1, 2023
66c6e2a
fixed missing ;
ypujante Dec 4, 2023
4187761
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Dec 4, 2023
822f55d
renamed attribute
ypujante Dec 4, 2023
8a58de4
added descriptive comment
ypujante Dec 4, 2023
be0979e
fixed failing test (due to variable rename)
ypujante Dec 5, 2023
1b87dd7
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Dec 5, 2023
a3fb66d
Merge remote-tracking branch 'origin/main' into hi-dpi-aware
ypujante Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading