aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsselect.m (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-06-16Fix clipboard request on macOS for yank-mediaRobert Pluim1-0/+8
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-07-14; Fix typos: prefer American spellingStefan Kangas1-1/+1
2022-06-09Implement `follow-tooltip' on NS as wellPo Lu1-4/+8
2022-06-04Fix file drag-and-drop on GNUstepPo Lu1-1/+9
2022-06-04Support dragging multiple files on NSPo Lu1-8/+42
2022-06-01Implement `allow-same-frame' for NS drag-and-dropPo Lu1-5/+9
2022-05-31Implement `return-frame' for DND on NSPo Lu1-5/+31
2022-05-28; * src/nsselect.m (ns_decode_data_to_pasteboard): Fix GNUstep build.Po Lu1-0/+6
2022-05-28Fix build on earlier versions of Mac OS XPo Lu1-0/+4
2022-05-28Add file dragging support to NS portPo Lu1-1/+24
2022-05-27Fix NS drag and drop on macOSPo Lu1-1/+1
2022-05-27Implement some drag and drop functions on NSPo Lu1-7/+121
2022-02-02* src/nsselect.m (ns_get_foreign_selection): Fix GCC warning.Po Lu1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-25Fix selection for old GNUstep and GCCAlan Third1-4/+8
2021-11-24Allow NS to handle non-text clipboard contentsAlan Third1-3/+77
2021-01-18Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård1-2/+13
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-22Use new NSString lisp methodsAlan Third1-8/+2
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-05-21Fix some deprecation notices on macOS 10.14Alan Third1-7/+7
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-09Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli1-7/+7
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-3/+3
2018-03-19Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-16Silence macOS 10.13 deprecation notices (Bug#29643)Alan Third1-4/+4
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert1-2/+2
2016-03-10Rework C source files to avoid ^(Paul Eggert1-5/+5
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-3/+3
2015-05-23Replace gui-method macros with cl-generic with &contextStefan Monnier1-41/+19
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-23Fixes: debbugs:19396Didier Verna1-1/+2
2014-12-18Minor cleanups for Lisp objects and symbolsPaul Eggert1-4/+4
2014-11-01nsselect.m cleanup, remove unused, declare vars static.Jan Djärv1-17/+4
2014-11-01* lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv1-53/+1
2014-10-25* nsselect.m: pasteboard_changecount is new.Jan Djärv1-11/+53