summaryrefslogtreecommitdiffstats
path: root/src/clipboard.rs
AgeCommit message (Collapse)Author
2023-03-07fix freeze on copy with wl-copyRemo Senekowitsch
2023-03-05Fix freeze on copy when xclip is installed on LinuxLouis Bourque
2022-11-05Report failure to copy to clipboard (#1410)Alexandru Macovei
* (refactor) move copy_commit_hash from revlog into commitlist, and make fewer functions public in commitlist * (refactor) reduce duplication in commit copying code; use already-stored commits instead of looking up items * (clipboard) actually check subprocess exit status, and report failure instead of ignoring it * (commitlist) display popup with copy failure instead of exiting the application on error
2022-08-17support copy to clipboard on wayland (#1233)JayceFayne
2021-08-17cargo fmt: use hardtabs Stephan Dilly
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
2020-12-22Freebsd fix compilation (#462)Stephan Dilly
2020-12-22fix rust_analyzer choking on local `use`Stephan Dilly
2020-11-01fix warningsStephan Dilly
2020-11-01feat: xclip fallback for linux with xsel #352 (#390)Denis Maximov
closes #352
2020-10-11cleanup clipboard and add to changelog (#325)Stephan Dilly
2020-10-10Use helper binary for clipboard access (#262)Christoph Rüßler
Use `clip` on Windows, `pbcopy` on MacOX, `xclip` on Linux. - Remove dependency on `clipboard` - Remove feature `clipboard`
2020-09-27fix nightly buildStephan Dilly
2020-09-02support push to origin (#266)Stephan Dilly
* use vendored ssl
2020-09-01revert clipboard feature on linux to fix static linux binary build (#261)v0.10.1Stephan Dilly