summaryrefslogtreecommitdiff
path: root/src/xselect.c
AgeCommit message (Expand)Author
2022-06-13Respect test function when performing local drag-and-dropPo Lu
2022-06-12Use BASE_EQ when comparing with QunboundMattias EngdegÄrd
2022-06-09Make use of faster atom intern functions in xselect.cPo Lu
2022-06-08Allow running some DND tests interactivelyPo Lu
2022-06-08Make responding to selection requests work inside popupsPo Lu
2022-06-08Fix crash with outdated selection requestsPo Lu
2022-06-07Improve compatibility with some clients of the Motif drop protocolPo Lu
2022-06-06Signal an error XdndSelection was lost during drag-and-dropPo Lu
2022-06-06Rework X selections to make it safe to run the debugger inside convertersPo Lu
2022-06-01Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu
2022-05-30Fix hangs when x-get-selection is called inside a popup menuPo Lu
2022-05-28Fix frame destruction issues and misuse of x_get_atom_namePo Lu
2022-05-27Fix unlikely null pointer dereferencePaul Eggert
2022-05-26* src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu
2022-05-25Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu
2022-05-04Fix event mask and source indication of _NET_WM_STATE messagesPo Lu
2022-04-18Add missing Motif atomsPo Lu
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