No description
Find a file
Ian Douglas Scott efdfaed6c8 DropTarget enum instead of tuple; combine with DragId
I guess some change is needed for handling workspaces that span outputs
(can't encode both the workspace and output id in less than 64 bits, and
need bits for discriminant as well). But that's an issue with the
previous workspace index based approach.

I wonder if `drag_id` is really needed; libcosmic could check if the
drag is in bounds of the widget, if drag surfaces can't overlap...
2025-01-24 14:09:17 -08:00
data chore(desktop-file): remove ICED category 2024-07-18 06:07:11 +02:00
debian refactor: single instance 2023-11-21 19:26:12 -05:00
i18n fix(interface): align closer to designs 2025-01-15 11:49:54 -08:00
src DropTarget enum instead of tuple; combine with DragId 2025-01-24 14:09:17 -08:00
.gitignore Update .gitignore 2023-10-05 23:08:26 +02:00
Cargo.lock Use std LazyLock instead of once_cell crate 2025-01-16 10:21:35 -08:00
Cargo.toml Use std LazyLock instead of once_cell crate 2025-01-16 10:21:35 -08:00
i18n.toml Add i18n support 2023-12-26 13:40:38 -08:00
LICENSE Add LICENSE 2023-01-06 19:06:48 -08:00
Makefile fix(interface): align closer to designs 2025-01-15 11:49:54 -08:00
rustfmt.toml Format imports 2024-04-24 13:00:40 -07:00