mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #130] [MERGED] Update Wayland libraries #7529
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/130
Author: @JakeStanger
Created: 4/29/2023
Status: ✅ Merged
Merged: 5/5/2023
Merged by: @JakeStanger
Base:
master← Head:refactor/wayland-0.30📝 Commits (6)
7f46cb4refactor(wayland): update to 0.30.038da59crefactor: fix a few pedantic clippy warningsc1ea5fafeat(logging): include line numbersaed04c1chore: add trace logging for mutex locks735f5ccfix(launcher): crash when focusing windowe1abadcfix(clipboard): copying large images filling write pipe📊 Changes
29 files changed (+1834 additions, -1313 deletions)
View changed files
📝
Cargo.lock(+65 -48)📝
Cargo.toml(+5 -4)📝
src/clients/clipboard.rs(+17 -23)📝
src/clients/music/mpris.rs(+2 -1)📝
src/clients/wayland/client.rs(+169 -186)➕
src/clients/wayland/macros.rs(+101 -0)📝
src/clients/wayland/mod.rs(+83 -43)➕
src/clients/wayland/wl_output.rs(+55 -0)➕
src/clients/wayland/wl_seat.rs(+63 -0)📝
src/clients/wayland/wlr_data_control/device.rs(+145 -67)📝
src/clients/wayland/wlr_data_control/manager.rs(+97 -218)📝
src/clients/wayland/wlr_data_control/mod.rs(+307 -170)📝
src/clients/wayland/wlr_data_control/offer.rs(+154 -45)📝
src/clients/wayland/wlr_data_control/source.rs(+89 -42)📝
src/clients/wayland/wlr_foreign_toplevel/handle.rs(+148 -116)📝
src/clients/wayland/wlr_foreign_toplevel/manager.rs(+68 -145)📝
src/clients/wayland/wlr_foreign_toplevel/mod.rs(+75 -30)📝
src/config/common.rs(+10 -11)📝
src/desktop_file.rs(+3 -4)📝
src/dynamic_string.rs(+1 -1)...and 9 more files
📄 Description
This is pretty much a rewrite of the Wayland client code for
wayland-clientandwayland-protocolsv0.30.0, andsmithay-client-toolkitv0.17.0.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.