aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po Lu2022-04-071-0/+2
* Add support for dragging text onto windows that don't support any DND protocolPo Lu2022-04-051-1/+15
* Fix crash when retrieving window property with invalid atom dataPo Lu2022-04-021-0/+2
* Allow dragging files from Dired to other programsPo Lu2022-03-181-3/+13
* Add support for dragging text from Emacs to other programsPo Lu2022-03-161-0/+19
* Fix maximum selection size reportingPo Lu2022-03-071-1/+5
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-4/+4
* Update the MULTIPLE property with conversion outcomesVladimir Panteleev2022-02-051-2/+11
* Do not delete the MULTIPLE property after reading itVladimir Panteleev2022-02-051-10/+16
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Don't error out when selection data is unavailable (bug#47642)Juri Linkov2021-04-141-7/+14
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-181-4/+11
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-4/+5
* * src/xselect.c: Fix comment.Paul Eggert2019-07-071-1/+1
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+4
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-9/+7
* Add portable dumperDaniel Colascione2019-01-151-8/+18
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-11/+4
* | Fix Fnatnump typosPaul Eggert2018-08-281-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-20/+20
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+2
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
* | | More macro renamings for bignumTom Tromey2018-08-071-10/+10
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-32/+32
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-291-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-3/+4
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-3/+4
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+2
* | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-211-12/+47
* | Minor text-quoting-style fixesPaul Eggert2016-08-211-2/+2
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-3/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-8/+8
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+3
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-3/+3
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-6/+6
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-2/+2