Commit graph

88 commits

Author SHA1 Message Date
Ashley Wulber
42a888736b
refactor: use icon type when starting dnd 2024-03-27 18:28:59 -04:00
Ashley Wulber
5bfbaae180
refactor: update smithay-clipboard 2024-03-26 17:32:09 -04:00
Ashley Wulber
4e05e3c657
make dnd types public 2024-03-26 16:05:29 -04:00
Ashley Wulber
228288dfdf
feat: dnd integration 2024-03-26 16:03:05 -04:00
Ashley Wulber
c3e9e794b9
refactor: remove unneeded mime types from ClipboardStoredData 2024-03-14 18:52:26 -04:00
Ashley Wulber
20e7cbedf5
chore: add more impls of clipboard methods 2024-03-14 17:19:32 -04:00
Ashley Wulber
71df657777
feat: add methods for loading raw data 2024-03-14 16:42:24 -04:00
Ashley Wulber
5dd795d463
refactor: add type that hides the platform clipboard 2024-03-14 13:30:50 -04:00
Ashley Wulber
886f430414
refactor: avoid breaking changes and update smithay-clipboard 2024-03-14 13:16:13 -04:00
Ashley Wulber
6c41143f5c
feat: add wayland impl for custom mime types 2024-02-29 17:15:30 -05:00
Ashley Wulber
8e7827ebbe
refactor: allow clipboard methods to take generic data 2024-02-29 14:30:53 -05:00
Héctor Ramón Jiménez
4bd0f74db5
Require new patched dependencies in root crate
Some checks failed
Test / all (ubuntu-latest, beta) (push) Has been cancelled
Test / all (ubuntu-latest, stable) (push) Has been cancelled
Test / all (macOS-latest, beta) (push) Has been cancelled
Test / all (macOS-latest, stable) (push) Has been cancelled
Test / all (windows-latest, beta) (push) Has been cancelled
Test / all (windows-latest, stable) (push) Has been cancelled
2024-02-13 02:48:30 +01:00
Héctor Ramón Jiménez
3801f265ca
Bump versions 🎉 2024-02-13 02:45:43 +01:00
Héctor Ramón
ba5cd2aaf8
Merge pull request #25 from MoSal/primary
Add primary clipboard support for X11 and wayland
2024-02-07 14:49:22 +01:00
Mohammad AlSaleh
cb8471828a Add primary clipboard support for X11 and wayland
The X11 code already had the functionality. Just didn't expose it.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2024-01-19 05:47:30 +03:00
Héctor Ramón Jiménez
40447db331
Bump versions 🎉 2024-01-18 08:59:51 +01:00
Héctor Ramón
d7c9e8a2f7
Merge pull request #24 from ids1024/raw-window-handle-0.6
Raw window handle 0.6
2024-01-18 08:56:30 +01:00
Héctor Ramón Jiménez
e8f2fbdaf0
Return Result in examples instead of unwrap 2024-01-18 08:55:30 +01:00
Ian Douglas Scott
869737dadc Use HasDisplayHandle instead of deprecated HasRawDisplayHandle
Currently `connect` is unsafe because it doesn't take ownership of the
display or have a lifetime bound.
2024-01-16 21:37:13 -08:00
Ian Douglas Scott
bf49c91331 Update to raw-window-handle 0.6 2024-01-16 21:12:14 -08:00
Ian Douglas Scott
555678e6ed Update examples to winit 0.29 2024-01-16 21:09:18 -08:00
Ian Douglas Scott
d6224e1b03 Update clipboard-win 2024-01-16 20:45:19 -08:00
Ian Douglas Scott
cce758143e Update x11rb and smithay-clipboard dependencies 2023-12-12 12:55:27 -08:00
Héctor Ramón Jiménez
233844934e
Bump version 🎉 2023-04-11 06:22:16 +02:00
Héctor Ramón Jiménez
5fb572e9fe
Upgrade edition to 2021 in Cargo.toml 2023-04-11 06:21:59 +02:00
Héctor Ramón Jiménez
2e45dd1cbc
Update winit to 0.28 2023-04-11 06:20:36 +02:00
Héctor Ramón
02979730ba
Merge pull request #20 from TobTobXX/update-raw-window-handle
Update raw-window-handle to v0.5
2023-04-11 06:18:16 +02:00
Héctor Ramón
45cda23798
Merge pull request #22 from ids1024/x11rb
x11: Update `x11rb`
2023-02-27 01:30:21 +01:00
Ian Douglas Scott
64e806fccd x11: Update x11rb 2023-01-12 10:25:00 -08:00
Héctor Ramón Jiménez
18cc5b91ff
Bump version 🎉 2023-01-12 16:08:10 +01:00
Héctor Ramón
558dbfb400
Merge pull request #21 from jackpot51/master
Use dummy platform for Redox OS
2023-01-11 18:17:22 +01:00
Jeremy Soller
9fc98bdd49 Use dummy platform for Redox OS 2023-01-11 09:28:47 -07:00
TobTobXX
1392da8339
Update raw-window-handle to v0.5
Update raw-window-handle to v0.5. This mainly consisted of using the
newly added RawDisplayHandle trait instead of the previously used
RawWindowHandle trait. For the Linux implementation, this also included
updating winit to v0.27
2022-07-27 15:29:12 +02:00
Héctor Ramón Jiménez
c97306d269
Bump versions 🎉 2022-05-10 20:21:39 +02:00
Héctor Ramón
1bfb82c729
Merge pull request #19 from tarkah/update/x11rb
Update x11rb to 0.9
2022-05-10 20:20:25 +02:00
Cory Forsstrom
0316755a5d Update x11rb to 0.9 2022-05-10 10:35:28 -07:00
Héctor Ramón Jiménez
34f08b2093
Bump version 🎉 2022-01-27 17:05:46 +07:00
Héctor Ramón
f27a89054e
Merge pull request #18 from andraantariksa/dummy-platform
Add dummy platform 🌮
2022-01-27 17:02:30 +07:00
Héctor Ramón Jiménez
ae906dd623
Fix unused variable warning in dummy platform 2022-01-27 16:50:52 +07:00
Héctor Ramón Jiménez
93c7e17090
Box all the things in dummy platform 2022-01-27 16:49:44 +07:00
Héctor Ramón Jiménez
a5ef1bf81e
Fix Error name collision in dummy platform 2022-01-27 16:46:31 +07:00
Héctor Ramón Jiménez
2000137a2d
Build for Wasm in test worflow on GitHub CI 2022-01-27 16:42:07 +07:00
Héctor Ramón Jiménez
9a5cac87bf
Remove clipboard_dummy crate 2022-01-27 16:41:00 +07:00
Andra Antariksa
0f74d59198 Add dummy platform 🌮 2021-11-10 20:54:49 +07:00
Héctor Ramón
fc11e948eb Bump version 🎉 2021-05-18 20:00:01 +07:00
Héctor Ramón
72d9560676
Merge pull request #16 from songww/fix_ios_stub
Fix iOS stub.
2021-05-18 16:28:03 +07:00
sognww
a995a965c5 Fix iOS stub. 2021-05-16 20:00:22 +08:00
Héctor Ramón Jiménez
2fa6318c48 Bump version of clipboard_x11 🎉 2021-03-11 00:59:37 +01:00
Héctor Ramón
a451ebe895
Merge pull request #14 from daxpedda/x11rb-improvements-2
More `x11rb` improvements
2021-03-11 00:56:50 +01:00
Héctor Ramón
42c8e8c4a6
Merge pull request #13 from daxpedda/x11rb-improvements
Use `x11rb` features to improve code
2021-03-11 00:52:31 +01:00