Commit graph

  • a42944fe59 chore: update dependency key syntax local/yoda-main Lionel DARNIS 2026-05-25 19:36:21 +02:00
  • 859b02c88f update sctk Ashley Wulber 2026-03-02 11:33:13 -05:00
  • 5a3007def4 fix: always recalculate DnD rectangle on offer motion in case it changes Ashley Wulber 2024-07-23 19:56:01 -04:00
  • d099e82a4c fix: send selected action event Ashley Wulber 2024-04-04 18:13:46 -04:00
  • ab1750a028 Update sctk to 0.19.1 Ian Douglas Scott 2024-06-11 13:46:42 -07:00
  • 9b995a33a8
    fix: add rev for sctk Ashley Wulber 2024-05-03 11:47:45 -04:00
  • eefa50c3df
    fix: remove a destination surface if it is assigned empty list of rectangles Ashley Wulber 2024-05-01 11:52:12 -04:00
  • 2263426a09
    chore: add rwh-6 feature Ashley Wulber 2024-03-27 23:46:24 -04:00
  • a698efe935
    cleanup: fmt + clippy Ashley Wulber 2024-03-27 00:53:02 -04:00
  • ace619fd01
    refactor: add buffer variant to icon argument when starting DnD Ashley Wulber 2024-03-26 23:22:47 -04:00
  • efe7a75e7b
    refactor: Allow requesting a specific mime type when peeking at the offer Ashley Wulber 2024-03-26 17:13:38 -04:00
  • 1b6efd066e
    refactor: make previous raw methods just allow specific mime types instead Ashley Wulber 2024-03-26 17:01:52 -04:00
  • e84ab6d2d8
    feat: method for peeking dnd offer data Ashley Wulber 2024-03-25 18:59:23 -04:00
  • 4c65853f51
    cargo fmt Ashley Wulber 2024-03-25 16:43:11 -04:00
  • 6bc77815ef
    chroe: add note Ashley Wulber 2024-03-25 16:21:41 -04:00
  • e91be7dfc2
    fix: rename Target import Ashley Wulber 2024-03-25 16:20:04 -04:00
  • 2061b48c40
    chore: CHANGELOG Ashley Wulber 2024-03-25 15:50:26 -04:00
  • 504d07cd83
    chore: docs Ashley Wulber 2024-03-25 15:42:16 -04:00
  • 2c39b92611
    chore: clippy Ashley Wulber 2024-03-25 15:35:56 -04:00
  • cc9ab6de69
    feat: dnd sources Ashley Wulber 2024-03-25 15:32:58 -04:00
  • 90dc61bb57
    clippy Ashley Wulber 2024-03-22 19:09:52 -04:00
  • f5384a32c0
    chore: refactor dnd offer mimes Ashley Wulber 2024-03-22 19:08:47 -04:00
  • 1063256706
    wip: dnd offer handling Ashley Wulber 2024-03-22 18:41:31 -04:00
  • 10e534c1be
    wip: Dnd setup Ashley Wulber 2024-03-20 15:41:09 -04:00
  • 1879b30d49
    feat: add conversion from string for MimeType Ashley Wulber 2024-03-14 16:28:26 -04:00
  • f03396e009
    chore: update CHANGELOG and increment version because of breaking changes Ashley Wulber 2024-02-28 15:37:42 -05:00
  • cca54839a3
    refactor: make MimeType::find_allowed pub(crate) Ashley Wulber 2024-03-25 16:17:16 -04:00
  • 9a0816b140
    refactor: remove discriminant method Ashley Wulber 2024-03-25 16:04:12 -04:00
  • f5908d028a
    fix: reorder imports Ashley Wulber 2024-03-25 16:02:04 -04:00
  • 7db9746658
    feat: add conversion from string for MimeType Ashley Wulber 2024-03-25 15:59:13 -04:00
  • 3118f11b03
    feat: load raw clipboard data Ashley Wulber 2024-03-14 15:46:52 -04:00
  • 23ac0ffc5b
    refactor: simplify trait bounds in the public interface Ashley Wulber 2024-02-29 16:38:12 -05:00
  • 50ccb2b60a
    cleanup: more clearly document find_allowed Ashley Wulber 2024-02-28 16:00:39 -05:00
  • b03e62069f
    chore: document allowed mime types order preference Ashley Wulber 2024-02-28 15:57:02 -05:00
  • 7da622c80b
    fix: check primary_selection_manager_state Ashley Wulber 2024-02-28 15:46:50 -05:00
  • 0d61c088e5
    cleanup: add missing . to docs Ashley Wulber 2024-02-28 15:39:30 -05:00
  • 0d110ddac3
    chore: update CHANGELOG Ashley Wulber 2024-02-28 15:37:42 -05:00
  • 0043c35b92
    cleanup: move local imports below mod * Ashley Wulber 2024-02-28 15:30:06 -05:00
  • 9341cc08e8
    cleanup: prettier error handling Ashley Wulber 2024-02-28 15:27:26 -05:00
  • 4492880de3
    cleanup: All private functions go bellow the public ones. Ashley Wulber 2024-02-28 15:20:43 -05:00
  • a74fc5ba67
    refactor: Text mimes as their own type Ashley Wulber 2024-02-28 15:17:37 -05:00
  • 84229d0503
    reword some doc comments Ashley Wulber 2024-02-28 15:06:21 -05:00
  • 7a72dd39f0
    fix: doc comment typos Ashley Wulber 2024-02-28 15:01:39 -05:00
  • 1d5e98d4ea
    refactor: remove thiserror from dependencies Ashley Wulber 2024-02-28 14:59:34 -05:00
  • 87661a2611
    chore: support 1.65 Ashley Wulber 2024-02-27 18:01:11 -05:00
  • 56039608a0
    chore: clippy Ashley Wulber 2024-02-27 17:54:18 -05:00
  • 3e56207b3a
    feat: support custom mime types Ashley Wulber 2024-02-27 17:50:33 -05:00
  • eebb02816e
    smithay-clipboard version 0.7.1 Kirill Chibisov 2024-02-20 03:30:14 +04:00
  • ee63d81a57
    Fix panic when wayland display connection breaks Simon Hausmann 2024-02-19 10:23:54 +01:00
  • 858419b586
    smithay-clipboard version 0.7.0 Kirill Chibisov 2023-10-10 21:33:54 +04:00
  • aa877fcacc
    chore: update readme Kirill Chibisov 2023-10-10 21:17:54 +04:00
  • 909b7f6ff3
    mime: use text/plain as a fallback Kirill Chibisov 2023-10-10 21:07:27 +04:00
  • 31392200dc
    Update to SCTK 0.18.0 Kirill Chibisov 2023-10-10 20:49:56 +04:00
  • e2ffc4f183
    ci: use github actions Kirill Chibisov 2023-10-10 20:15:14 +04:00
  • 78e4465d79
    Fix crates.io badge Alex Touchet 2022-12-24 04:31:44 -08:00
  • 9f3c0da59b version 0.6.6 Victor Berger 2022-06-20 11:23:42 +02:00
  • f89b531897 Bump smithay-client-toolkit version to v0.16.0 Kirill Chibisov 2022-06-20 01:25:23 +03:00
  • f642b3e86d
    Update chat info. Victor Berger 2021-12-20 20:03:16 +01:00
  • ad3d40ac85
    v0.6.5 Victor Berger 2021-10-31 10:47:05 +01:00
  • f807e133c0 Bump 'smithay-client-toolkit' to v0.15 Kirill Chibisov 2021-08-14 00:59:18 +03:00
  • 2833d93b48 Add dlopen feature Milkey Mouse 2021-02-26 02:23:24 -08:00
  • b2b066c9e5
    version 0.6.4 Victor Berger 2021-06-25 16:12:44 +02:00
  • fe44fead1c Bump smithay-client-toolkit to latest version Benjamin Bouvier 2021-06-25 15:23:58 +02:00
  • 02f60b9884 Fix typo in normalize_to_lf function name Christian Duerr 2021-02-24 17:43:32 +01:00
  • d5fba32e7c
    v0.6.3 Victor Berger 2021-02-04 11:18:34 +01:00
  • 8ea0580829 Fix serial ID tracking Christian Duerr 2021-02-02 15:56:51 +01:00
  • 7ea43dbd97
    v0.6.2 Victor Berger 2020-12-17 12:42:54 +01:00
  • f6f5b98235
    Fix segfault in multithreaded context Kirill Chibisov 2020-12-12 18:28:29 +03:00
  • 276aa84cf5
    Fix comment about CRLF normalization Kirill Chibisov 2020-11-12 19:05:17 +03:00
  • a4827e5344
    version 0.6.1 Victor Berger 2020-10-13 15:45:28 +02:00
  • da2637af29
    Fix crash when failing to write to a clipboard (#29) Kirill Chibisov 2020-10-13 16:25:36 +03:00
  • 05b6dec99c
    version 0.6.0 Victor Berger 2020-10-03 15:55:15 +02:00
  • 0577a468c3
    Mark 'Clipboard::new' as 'unsafe' Kirill Chibisov 2020-09-30 19:13:15 +03:00
  • eef2ca9f2e Update SCTK to 0.12 Kirill Chibisov 2020-09-30 18:05:24 +03:00
  • 12b9edc4f3
    version 0.5.2 Victor Berger 2020-08-30 18:43:21 +02:00
  • b88f48fbc0 Update sctk to 0.11.0 Kirill Chibisov 2020-08-30 19:31:14 +03:00
  • 8a81be7c0a
    Avoid panic on dispatch failure (#23) Kirill Chibisov 2020-08-27 14:08:26 +03:00
  • 2aea170962 Fix fd leak from keymap updates Kirill Chibisov 2020-08-22 03:37:00 +03:00
  • d688c33f23 Advertise UTF8_STRING mimetype Kirill Chibisov 2020-08-10 13:25:25 +03:00
  • 597086c42c Add rustfmt.toml Kirill Chibisov 2020-08-06 02:04:14 +03:00
  • 7fc533d55f Fix the crash when there's no focus on a seat Kirill Chibisov 2020-08-05 22:39:43 +03:00
  • 40d0f2afc5
    version 0.5.1 Victor Berger 2020-07-10 20:43:41 +02:00
  • f4abc24f11 Fix clipboard not working when seat has empty name Kirill Chibisov 2020-07-10 21:35:02 +03:00
  • e497d7f526
    Fix minimum rust version information in CHANGELOG (#18) Kirill Chibisov 2020-05-20 16:40:27 +03:00
  • c4545c4dc8
    version 0.5.0 Victor Berger 2020-05-20 10:04:44 +02:00
  • bb652c775b
    Update smithay-clipboard to SCTK 0.9.1 (#16) Kirill Chibisov 2020-05-10 16:40:03 +03:00
  • a4240ad835 version 0.4 Victor Berger 2020-03-09 22:46:54 +01:00
  • b0b1d427f9
    Merge pull request #12 from kchibisov/tty-switch Victor Berger 2020-03-09 22:44:18 +01:00
  • 87ac92595b Check version before release Kirill Chibisov 2020-03-09 02:10:07 +03:00
  • b783b2250c Fix clipboard dying after TTY switch Kirill Chibisov 2020-03-03 08:14:36 +03:00
  • b97ebc4321
    Merge pull request #13 from kchibisov/reader-crash Victor Berger 2020-03-08 22:18:53 +01:00
  • 2971386aea Fix crash when receiving non-utf8 data Kirill Chibisov 2020-03-04 22:03:55 +03:00
  • 9855d34e4a version 0.3.7 Victor Berger 2020-02-27 16:01:09 +01:00
  • 715a926d1b Only bind wl_seat up to version 6 Victor Berger 2020-02-27 15:59:48 +01:00
  • e28a54171f Release 0.3.6 trimental 2019-11-21 17:20:20 +08:00
  • 7b1651a2c1 Dynamically change thread sleeping time to increase throughput during high load Kirill Chibisov 2019-11-20 19:19:28 +03:00
  • e10bbfac70 Normalize loaded content for text/plain;charset=utf-8 mime type (#9) Kirill Chibisov 2019-10-30 03:03:25 +03:00
  • 3f727066e5 Release 0.3.5 trimental 2019-09-03 21:39:44 +08:00
  • 705939b3bf Only update serial on PtrEvent::Enter/Button when seat is already presented (#8) Kirill Chibisov 2019-09-03 16:38:28 +03:00
  • b2b0e4099d Release 0.3.4 trimental 2019-08-14 00:10:31 +08:00