summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2022-04-07* src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po Lu
2022-04-05Add support for dragging text onto windows that don't support any DND protocolPo Lu
2022-04-02Fix crash when retrieving window property with invalid atom dataPo Lu
2022-03-18Allow dragging files from Dired to other programsPo Lu
2022-03-16Add support for dragging text from Emacs to other programsPo Lu
2022-03-07Fix maximum selection size reportingPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-05Update the MULTIPLE property with conversion outcomesVladimir Panteleev
2022-02-05Do not delete the MULTIPLE property after reading itVladimir Panteleev
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-04-14Don't error out when selection data is unavailable (bug#47642)Juri Linkov
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-18Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-23Update some URLsPaul Eggert
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-07-07* src/xselect.c: Fix comment.Paul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii
2018-08-28Fix Fnatnump typosPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-29unbind_to performance tuningPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-09-15Prefer now-standard int width macrosPaul Eggert
2016-08-21Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman
2016-08-21Minor text-quoting-style fixesPaul Eggert
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-11Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-10Prefer NUMBERP to spelling it outPaul Eggert