index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xselect.c
Age
Commit message (
Expand
)
Author
2022-06-13
Respect test function when performing local drag-and-drop
Po Lu
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias EngdegÄrd
2022-06-09
Make use of faster atom intern functions in xselect.c
Po Lu
2022-06-08
Allow running some DND tests interactively
Po Lu
2022-06-08
Make responding to selection requests work inside popups
Po Lu
2022-06-08
Fix crash with outdated selection requests
Po Lu
2022-06-07
Improve compatibility with some clients of the Motif drop protocol
Po Lu
2022-06-06
Signal an error XdndSelection was lost during drag-and-drop
Po Lu
2022-06-06
Rework X selections to make it safe to run the debugger inside converters
Po Lu
2022-06-01
Clean up text/uri-list mess inside the Dired drag-and-drop code
Po Lu
2022-05-30
Fix hangs when x-get-selection is called inside a popup menu
Po Lu
2022-05-28
Fix frame destruction issues and misuse of x_get_atom_name
Po Lu
2022-05-27
Fix unlikely null pointer dereference
Paul Eggert
2022-05-26
* src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.
Po Lu
2022-05-25
Lower the roundtrip overhead of x-get-atom-name by 50% for common atoms
Po Lu
2022-05-04
Fix event mask and source indication of _NET_WM_STATE messages
Po Lu
2022-04-18
Add missing Motif atoms
Po Lu
2022-04-07
* src/xselect.c (x_atom_to_symbol): Add XdndSelection.
Po Lu
2022-04-05
Add support for dragging text onto windows that don't support any DND protocol
Po Lu
2022-04-02
Fix crash when retrieving window property with invalid atom data
Po Lu
2022-03-18
Allow dragging files from Dired to other programs
Po Lu
2022-03-16
Add support for dragging text from Emacs to other programs
Po Lu
2022-03-07
Fix maximum selection size reporting
Po Lu
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-05
Update the MULTIPLE property with conversion outcomes
Vladimir Panteleev
2022-02-05
Do not delete the MULTIPLE property after reading it
Vladimir Panteleev
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-04-14
Don't error out when selection data is unavailable (bug#47642)
Juri Linkov
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-18
Fix buffer overflow in x-send-client-message
Kalle Olavi Niemitalo
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-23
Update some URLs
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-07-07
* src/xselect.c: Fix comment.
Paul Eggert
2019-07-07
Remove printmax_t etc.
Paul Eggert
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-09-08
Fix documentation for conversion to bignums
Eli Zaretskii
2018-08-28
Fix Fnatnump typos
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
[prev]
[next]