summaryrefslogtreecommitdiff
path: root/src/nsselect.m
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* Implement `follow-tooltip' on NS as wellPo Lu2022-06-091-4/+8
* Fix file drag-and-drop on GNUstepPo Lu2022-06-041-1/+9
* Support dragging multiple files on NSPo Lu2022-06-041-8/+42
* Implement `allow-same-frame' for NS drag-and-dropPo Lu2022-06-011-5/+9
* Implement `return-frame' for DND on NSPo Lu2022-05-311-5/+31
* ; * src/nsselect.m (ns_decode_data_to_pasteboard): Fix GNUstep build.Po Lu2022-05-281-0/+6
* Fix build on earlier versions of Mac OS XPo Lu2022-05-281-0/+4
* Add file dragging support to NS portPo Lu2022-05-281-1/+24
* Fix NS drag and drop on macOSPo Lu2022-05-271-1/+1
* Implement some drag and drop functions on NSPo Lu2022-05-271-7/+121
* * src/nsselect.m (ns_get_foreign_selection): Fix GCC warning.Po Lu2022-02-021-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix selection for old GNUstep and GCCAlan Third2021-11-251-4/+8
* | Allow NS to handle non-text clipboard contentsAlan Third2021-11-241-3/+77
|/
* Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård2021-01-181-2/+13
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use new NSString lisp methodsAlan Third2020-12-221-8/+2
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some deprecation notices on macOS 10.14Alan Third2019-05-211-7/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+3
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-3/+3
* | | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-7/+7
|/ /
* | Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-191-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Silence macOS 10.13 deprecation notices (Bug#29643)Alan Third2017-12-161-4/+4
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-2/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-41/+19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fixes: debbugs:19396Didier Verna2014-12-231-1/+2
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-181-4/+4
* nsselect.m cleanup, remove unused, declare vars static.Jan Djärv2014-11-011-17/+4
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-011-53/+1
* * nsselect.m: pasteboard_changecount is new.Jan Djärv2014-10-251-11/+53
* Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-52/+25
* Consolidate management/ownership of selections.Stefan Monnier2014-10-011-29/+14
* * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-051-1/+3
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1