summaryrefslogtreecommitdiff
path: root/lisp/select.el
Commit message (Expand)AuthorAgeFilesLines
* Implement DELETE selection target for cross program dragsPo Lu2022-04-021-1/+3
* Better check for when clipboard or primary selection have changedIgnacio2022-04-011-31/+77
* Make dropping files on Motif programs workPo Lu2022-04-011-3/+15
* Implement Motif drop protocolPo Lu2022-03-311-1/+6
* Fix doc of `gui-get-selection' as to what is really valid as `data'Po Lu2022-03-281-4/+4
* * lisp/select.el (xselect-convert-to-targets): Use `delete-dups` and `delq`Stefan Monnier2022-03-241-19/+12
* Allow dragging files from Dired to other programsPo Lu2022-03-181-3/+35
* Fix minor bugs with XDND supportPo Lu2022-03-161-1/+10
* Improve Haiku selection handlingPo Lu2022-02-141-1/+1
* ; * lisp/select.el (gui--selection-value-internal): Fix comment.Po Lu2022-02-011-5/+6
* Only apply last change to the clipboardPo Lu2022-02-011-0/+1
* Avoid extraneous selection querying if we own the selectionPo Lu2022-02-011-14/+20
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-131-7/+17
|\ \
| * | Re-fix charset issues when yanking non-plain-text elementsLars Ingebrigtsen2021-11-111-7/+17
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-8/+8
|\ \ \ | |/ /
| * | Revert "Fix charset issues when yanking non-plain-text elements"Lars Ingebrigtsen2021-11-081-14/+8
| * | Fix charset issues when yanking non-plain-text elementsLars Ingebrigtsen2021-11-081-8/+14
| * | Remove redundant #' before lambdaStefan Kangas2021-10-211-7/+7
| |/
| * Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-5/+11
|\ \ | |/
| * Make `M-x clipboard-yank' work reliablyLars Ingebrigtsen2021-07-061-5/+11
* | Fix unicode strings can't be pasted correctlyYuuki Harano2021-03-021-5/+7
* | Support selection type text/plain on waylandYuuki Harano2021-03-021-4/+6
* | Fix I can't paste international text from clipboardYuuki Harano2021-02-161-1/+1
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Change gui--selection-value-internal comment into doc stringStefan Kangas2019-09-131-5/+4
* ; * lisp/select.el (xselect--encode-string): Fix a thinko.Eli Zaretskii2019-06-221-1/+1
* Avoid using string-make-unibyte in select.elEli Zaretskii2019-06-221-8/+14
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix a recent commit in select.elEli Zaretskii2019-05-171-9/+9
* (gui-get-selection): Avoid using `string-to-multibyte'Lars Ingebrigtsen2019-05-171-2/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-4/+4
|/
* * lisp/select.el (gui-get-selection): Doc fix.Eli Zaretskii2018-04-141-2/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; * lisp/select.el (select-enable-primary): Add missing period.Philipp Stephani2017-10-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Escape NUL bytes in X selections (Bug#6991)Noam Postavsky2017-06-291-0/+3
* Fix ':version' of 'select-enable-primary'Eli Zaretskii2017-01-061-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* In gui-get-primary-selection use gui--selection-value-internal (Bug#20906)Mike FABIAN2015-10-121-1/+1
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-18/+17
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-011-1/+1