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

Merge upstream: v0.12.2 → v0.12.3 #3

Merged
merged 23 commits into from
Oct 9, 2023
Merged

Conversation

xiaogaozi
Copy link
Owner

No description provided.

kchibisov and others added 23 commits May 7, 2023 00:13
The special character `;` can be not URL-encoded, thus it'll add
extra parameter in the payload. Handle it joining extra parameters
with the `;` as a separator.
This fixes an issue with terminal resizes when the selection is on the
last line. Alacritty would fail to rotate lines and keep the selection
in the same line index whenever the terminal line count was grown or
shrunk.

This issue occurred due to the range passed to the selection's rotate
function still being based on the old terminal size, which caused the
initial or target state of the rotation to be outside of the terminal
bounds.

Closes alacritty#6698.
This should help with troubleshooting the dependency crates like winit.
The 0.28.4 was yanked.
This is not a real fix for the issue given that dbus method sctk-adwaita
is using will being called anyway. The proper fix will be available
with the winit's 0.29.0 release.

Right now the delay reduced from around 20 seconds to 100ms on a
systems with broken xdg-desktop-portal setup.
Fix Node 12 deprecation warnings in action runs.
The intention was to show it, however it was hidden due to wrong
comparisson check.
Windows is known to send zero sizes from winit in Risezed and now
in ScaleFactorChanged events. They were handled in Resized, but
not in ScaleFactorChanged.

Fixes alacritty#6949.
display_offset was adjusted unconditionally, thus it could go
beyound the history limits, so clamp it to history like we do
in grow_colums.

Fixes alacritty#6862.
This resolves crashes on macOS Sonoma and Wayland compositors
advertising newer `wl_compositor` versions.
@xiaogaozi xiaogaozi self-assigned this Oct 9, 2023
@xiaogaozi xiaogaozi merged commit 7b1c49f into gcj/my-fork Oct 9, 2023
@xiaogaozi xiaogaozi deleted the gcj/merge-upstream branch October 9, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants