-
Notifications
You must be signed in to change notification settings - Fork 48
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
refactor(client): bump to winit 0.30 & fixes #523
Commits on Aug 9, 2024
-
fix(graphics): allow empty TS_COLORPOINTERATTRIBUTE andMaskData
Providing the andMask is not mandatory (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/71fad4fc-6ad4-4c7f-8103-a442bebaf7d2) Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fca4ea - Browse repository at this point
Copy the full SHA 4fca4eaView commit details -
feat(cliprdr-native): drop need for win32 HWND instance
Create a hidden window instead. This allows for easier setup of clipboard channels while the GUI may not be ready yet. Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 265684d - Browse repository at this point
Copy the full SHA 265684dView commit details -
refactor(cliprdr-native): bump windows dep to 0.58
Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b2e28a - Browse repository at this point
Copy the full SHA 0b2e28aView commit details -
chore(deps): use common workspace windows version
Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47e38fe - Browse repository at this point
Copy the full SHA 47e38feView commit details -
refactor(client): bump to winit 0.30
This solves broken/crashing display on wayland with HiDPI. Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1e0cc5 - Browse repository at this point
Copy the full SHA e1e0cc5View commit details -
refactor(client): replace deprecated run() with run_app()
Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab25f90 - Browse repository at this point
Copy the full SHA ab25f90View commit details -
refactor(client): replace deprecated Loop::create_window()
It should now be done from an ActiveEventLoop, during ApplicationHandler callbacks, like resumed(). Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c52d3db - Browse repository at this point
Copy the full SHA c52d3dbView commit details -
refactor(client): drop GuiContext, use App directly
Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04a4379 - Browse repository at this point
Copy the full SHA 04a4379View commit details -
chore(web): bump softbuffer to 0.4.5
Signed-off-by: Marc-André Lureau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ce7d5b - Browse repository at this point
Copy the full SHA 3ce7d5bView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91b65f0 - Browse repository at this point
Copy the full SHA 91b65f0View commit details