Commit graph

  • a4a8012eae
    Merge 8a5ac795d2 into 223f4efc7a Miles Wirht 2025-11-01 17:54:12 -04:00
  • 8a5ac795d2 added public API surfaces for RTF and RTFD Myles Wirth 2025-11-01 17:51:12 -04:00
  • 42f82530b4 added setters for both RTF and RTFD in osx Myles Wirth 2025-11-01 17:51:02 -04:00
  • 5e76f64df0
    Merge 4e9fa5d799 into 223f4efc7a RyderFreeman 2025-10-07 13:40:29 +10:30
  • d16416c930
    Merge a9029912a1 into 223f4efc7a Gae24 2025-09-19 11:14:42 +00:00
  • a9029912a1 android: check build version Gae24 2025-09-19 12:51:07 +02:00
  • 7a389ac6f1 android: add example and run it with emulator in CI Gae24 2025-07-27 21:23:06 +02:00
  • 04a318daa4 windows: fix clippy, bump miri Gae24 2025-09-15 16:22:46 +02:00
  • 5941acc650 android: suppress dead code warnings Gae24 2025-09-15 15:46:30 +02:00
  • 75da36a30c Android CI workflow Gae24 2025-03-27 10:29:12 +01:00
  • 73427f0dec android: rework implementation, bump MSRV Gae24 2025-09-12 19:12:22 +02:00
  • a6b5bad60f fix compilation Gae24 2025-09-12 20:48:31 +02:00
  • 4fb67820b3 Merge branch 'master' into android2 Gae24 2025-09-12 20:01:16 +02:00
  • e2f8631f01
    Merge 0ce5495af7 into 223f4efc7a Sebastian Hoß 2025-09-12 16:20:39 +02:00
  • 223f4efc7a Return a conversion failure error when CGImageCreate fails master ComplexSpaces 2025-09-12 02:18:09 -05:00
  • 375c7d08d9 Return a conversion failure error when CGImageCreate fails apple-image-creation-failures ComplexSpaces 2025-09-12 02:18:09 -05:00
  • 532a571bea Port away from tiff decoder to use CGImage and CoreGraphics instead experiments/macos-image-decoder ComplexSpaces 2025-08-27 19:37:54 -05:00
  • 0ce5495af7
    Bump wl-clipboard-rs to 0.9.2 Sebastian Hoß 2025-08-27 18:56:49 +02:00
  • a3750c79a5 Release 3.6.1 v3.6.1 ComplexSpaces 2025-08-23 14:47:52 -05:00
  • edcce2cd6b Remove CHANGELOG.md in favor of GitHub releases ComplexSpaces 2025-08-23 14:46:37 -05:00
  • a75124453d Release 3.6.1 ComplexSpaces 2025-08-23 14:47:52 -05:00
  • 78f713eaad Remove CHANGELOG.md in favor of GitHub releases ComplexSpaces 2025-08-23 14:46:37 -05:00
  • 26a96a6199 Bump windows-sys semver range to support 0.60.x ComplexSpaces 2025-08-21 15:18:09 -05:00
  • 7bdd1c1175 Update errno for windows-sys 0.60 flexibility ComplexSpaces 2025-08-21 15:16:14 -05:00
  • 7d9bf4b76c Bump windows-sys semver range to support 0.60.x ComplexSpaces 2025-08-21 15:18:09 -05:00
  • bd0c58a5f4 Update errno for windows-sys 0.60 flexibility ComplexSpaces 2025-08-21 15:16:14 -05:00
  • 55c0b260c4 read/write_unaligned rather than using manual field offsets wcassels 2025-08-13 23:39:51 +01:00
  • ff15a093d6 Return conversionFailure instead of adhoc errors Will Cassels 2025-08-13 20:54:41 +01:00
  • 16ef18113f Implement fetching PNG on Windows and prefer over DIB when available wcassels 2025-08-09 16:32:53 +01:00
  • a3c64f9a93 Add a couple of end-to-end DIBV5 tests wcassels 2025-08-09 16:32:31 +01:00
  • e6008eaa91 Use image for reading DIB and try to make it do the right thing for 32-bit BI_RGBs wcassels 2025-08-09 16:31:49 +01:00
  • c0016d7906
    Update dependencies, allow windows-sys 0.60 LongYinan 2025-08-20 20:23:46 +08:00
  • ebe9de1503 read/write_unaligned rather than using manual field offsets wcassels 2025-08-13 23:39:51 +01:00
  • 62b350a7c9 Return conversionFailure instead of adhoc errors Will Cassels 2025-08-13 20:54:41 +01:00
  • 9f41d9f9e1 Implement fetching PNG on Windows and prefer over DIB when available wcassels 2025-08-09 16:32:53 +01:00
  • 709e6758f3 Add a couple of end-to-end DIBV5 tests wcassels 2025-08-09 16:32:31 +01:00
  • cebc096844 Use image for reading DIB and try to make it do the right thing for 32-bit BI_RGBs wcassels 2025-08-09 16:31:49 +01:00
  • 17ef05ce13
    add file_list to Set interface (#181) Gae24 2025-08-13 16:30:34 +02:00
  • ca2e80c409 Update Clippy lints for Rust 1.89 ComplexSpaces 2025-08-13 09:20:51 -05:00
  • 4a28a24816 Update Clippy lints for Rust 1.89 clippy-aug-cleanup ComplexSpaces 2025-08-13 09:20:51 -05:00
  • 3294a3a19e Windows: fix clippy Gae24 2025-08-13 16:09:46 +02:00
  • 47036f82b2 Windows: use add_clipboard_exclusions inside Set's file_list Gae24 2025-08-13 15:52:17 +02:00
  • 1a8e84b3fa Windows: address feedback Gae24 2025-08-05 10:21:57 +02:00
  • f90ff54936 Linux: address feedback Gae24 2025-08-03 17:53:03 +02:00
  • 92f654ac7d Windows: fix Set's file_list Gae24 2025-07-28 12:56:24 +02:00
  • 0397a79aa2 windows: rewrite Set's file_list Gae24 2025-04-05 19:52:22 +02:00
  • 4354424a0f add file_list to Set interface Gae24 2025-03-18 12:56:22 +01:00
  • 6eed118532 wayland: extract common code in helper function Gae24 2025-08-01 17:47:08 +02:00
  • a31adf444d fix: avoid checking if data is utf8 compliant inside file list getter Gae24 2025-08-01 16:11:42 +02:00
  • 7d2612395b wayland: extract common code in helper function Gae24 2025-08-01 17:47:08 +02:00
  • 3cd3f31743 fix: avoid checking if data is utf8 compliant inside file list getter Gae24 2025-08-01 16:11:42 +02:00
  • 11b08ad299
    Merge 05755435fc into d48f5ff0c7 William Casarin 2025-07-16 12:06:02 -07:00
  • d48f5ff0c7
    src/common.rs: fix typo "an other" -> "another" (#196) Agathe 2025-07-11 17:37:48 +02:00
  • 2cb8dc60ba src/common.rs: fix typo "an other" -> "another" Agathe Porte 2025-07-11 14:14:37 +02:00
  • 90f8f526f4 Fix grammar and typos in README ComplexSpaces 2025-06-28 10:47:52 -05:00
  • cb2b44a6ca Fix grammar and typos in README typo-fixes ComplexSpaces 2025-06-28 10:47:52 -05:00
  • 4f9bff86dc Release 3.6.0 v3.6.0 ComplexSpaces 2025-06-27 18:36:21 -05:00
  • 380d2a691b Remove deprecated authors Cargo manifest field ComplexSpaces 2025-06-27 18:35:59 -05:00
  • 92589112ea Release 3.6.0 ComplexSpaces 2025-06-27 18:36:21 -05:00
  • f4fda3f7f5 Remove deprecated authors Cargo manifest field ComplexSpaces 2025-06-27 18:35:59 -05:00
  • 68ea2074ac Resolve new Clippy lints ComplexSpaces 2025-06-27 17:41:50 -05:00
  • 8f6bab7d48 Add README section about Linux clipboard ownership ComplexSpaces 2025-06-27 17:17:48 -05:00
  • b704da3cea Add debug helper for too-early Linux clipboard dropping ComplexSpaces 2025-06-27 16:56:50 -05:00
  • 1040043ca4 Reword README sections and elaborate on Linux support ComplexSpaces 2025-06-27 16:43:19 -05:00
  • 2f3e281d66 Resolve new Clippy lints ComplexSpaces 2025-06-27 17:41:50 -05:00
  • 11c0d79e8b Add README section about Linux clipboard ownership ComplexSpaces 2025-06-27 17:17:48 -05:00
  • 557d3199bc Add debug helper for too-early Linux clipboard dropping ComplexSpaces 2025-06-27 16:56:50 -05:00
  • 0c6d9195c8 Reword README sections and elaborate on Linux support ComplexSpaces 2025-06-27 16:43:19 -05:00
  • 5f80bc1ddf
    linux/x11: Don't stop worker thread if handling selection request fails (#186) crumblingstatue 2025-06-24 21:11:45 +02:00
  • 05755435fc android: implement clipboard backend Piotr Podusowski 2024-12-27 22:51:17 +01:00
  • b1e6720c3e Fix getting text on Windows when locale identifiers differ ComplexSpaces 2025-06-15 21:51:55 -05:00
  • 5e15b3fcf8 Fix getting text on Windows when locale identifiers differ ComplexSpaces 2025-06-15 21:51:55 -05:00
  • 6b0e47ac8a Reimplement Linux clipboard clearing with correct primitives ComplexSpaces 2025-06-15 17:36:06 -05:00
  • 825026572a Refactor Wayland error handling to better account for missing Primary clipboard ComplexSpaces 2025-06-15 17:17:54 -05:00
  • d79bf6e6a1 Reimplement Linux clipboard clearing with correct primitives ComplexSpaces 2025-06-15 17:36:06 -05:00
  • 9c5fb10913 Refactor Wayland error handling to better account for missing Primary clipboard ComplexSpaces 2025-06-15 17:17:54 -05:00
  • 7ea1cf2caa Clarify ownership handling in selection data writing ComplexSpaces 2025-06-15 12:30:45 -05:00
  • b5e123032c Add exclude_from_history on linux by setting x-kde-passwordManagerHint ComplexSpaces 2025-06-15 14:37:11 -05:00
  • 44e89d972a Clarify ownership handling in selection data writing ComplexSpaces 2025-06-15 12:30:45 -05:00
  • 69a6ff233e Add exclude_from_history on linux by setting x-kde-passwordManagerHint ComplexSpaces 2025-06-15 14:37:11 -05:00
  • e2f98db24a android: add ci build Piotr Podusowski 2024-12-26 21:54:36 +01:00
  • a45917a97a wayland: update deprecated calls William Casarin 2025-06-14 10:57:43 -07:00
  • 627e69a41e osx: update to fix deprecated objc2 calls William Casarin 2025-06-14 10:50:26 -07:00
  • e2f441a2fa x11: fix warning due to updated deps William Casarin 2025-06-14 10:42:21 -07:00
  • c0ab63902a android: add ndk-context and jni to Cargo.toml William Casarin 2025-06-14 09:45:59 -07:00
  • 9567f7563a Remove unnecessary map_err crumblingstatue 2025-06-07 22:58:51 +02:00
  • c9493aa6db linux/x11: Don't stop worker thread if handling selection request fails crumblingstatue 2025-06-07 22:49:22 +02:00
  • 91c33159b0
    Release v3.5 (#183) v3.5.0 Artúr Kovács 2025-04-03 04:17:08 +02:00
  • 70fa213146 Update CHANGELOG for 3.5 release ComplexSpaces 2025-04-01 19:43:20 -05:00
  • e141a34c9c Release v3.5 Artur Kovacs 2025-03-31 16:27:18 +02:00
  • 4e9fa5d799
    Enable Android (Termux) Compilation by Adjusting Conditional Compilation Ryder Freeman 2025-03-26 19:17:35 -07:00
  • 1dcc18b221
    Add file_list to Get interface (#179) Gae24 2025-03-23 10:08:18 +01:00
  • 55b61999a0 Linux: ensure text/uri-list's paths are decoded, added unit test Gae24 2025-03-12 14:12:36 +01:00
  • 28beabc7ab macOS: implement file_list for Get interface Gae24 2025-03-09 13:36:27 +01:00
  • bbd06b4d57
    Merge pull request #180 from Gae24/error ComplexSpaces 2025-03-10 14:57:12 -05:00
  • bcb2954db5 use Error::unknown on linux and osx too Gae24 2025-03-08 22:37:01 +01:00
  • 16fffbaf62 Linux: implement get_file_list Gae24 2025-03-09 12:49:20 +01:00
  • 71cdc5e29c Windows: implement file_list for Get interface Gae24 2025-03-09 12:26:29 +01:00
  • 2a26efc166 add file_list() to Get interface Gae24 2025-03-09 12:05:32 +01:00
  • a9c2d68c18 Update wl-clipboard-rs ComplexSpaces 2025-02-13 18:41:34 -06:00