aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add more cursor bitmaps on HaikuPo Lu2022-05-281-1/+1
* Improve documentation on what callers of `x-begin-drag' should doPo Lu2022-05-281-2/+7
* Improve documentation of `x-begin-drag'Po Lu2022-05-281-3/+3
* Improve safety of various DND callbacksPo Lu2022-05-281-8/+23
* Fix frame destruction issues and misuse of x_get_atom_namePo Lu2022-05-284-11/+34
* ; * src/nsselect.m (ns_decode_data_to_pasteboard): Fix GNUstep build.Po Lu2022-05-281-0/+6
* Fix build on earlier versions of Mac OS XPo Lu2022-05-281-0/+4
* Add file dragging support to NS portPo Lu2022-05-281-1/+24
* Improve DND documentationPo Lu2022-05-281-1/+6
* Fix x_dnd_movement_frame detection on GTK buildsPo Lu2022-05-281-1/+5
* ; * src/xterm.c (x_color_cache_bucket_size): Improve doc string.Po Lu2022-05-281-1/+1
* Remove stray decl of nonexistent varPaul Eggert2022-05-271-1/+0
* Fix unlikely null pointer dereferencePaul Eggert2022-05-271-12/+8
* Add ATTRIBUTE_DEALLOC to extern functionsPaul Eggert2022-05-273-3/+7
* Pacify gcc -Wsuggest-attribute-mallocPaul Eggert2022-05-271-1/+2
* Improve font selection on MS-WindowsEli Zaretskii2022-05-271-0/+13
* Fix GNUstep buildPo Lu2022-05-271-1/+1
* Fix NS drag and drop on macOSPo Lu2022-05-271-1/+1
* Implement some drag and drop functions on NSPo Lu2022-05-274-17/+200
* Update comments in some X codePo Lu2022-05-271-6/+11
* Fix XI scroll valuator reset on X Toolkit buildsPo Lu2022-05-271-0/+10
* Improve lookup efficiency of color cache and prevent leakingPo Lu2022-05-272-2/+52
* Handle allocation errors when creating menu items on HaikuPo Lu2022-05-271-22/+17
* Fix longjmp/siglongjmp mixupPo Lu2022-05-271-3/+3
* eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)scratch/bug-55156Stefan Monnier2022-05-261-25/+53
* Handle alternate actions for Motif drop targetsPo Lu2022-05-261-33/+58
* Fix the `x_trace_wire' optionPo Lu2022-05-261-3/+6
* Use x_get_atom_name for some more thingsPo Lu2022-05-261-6/+6
* * src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu2022-05-261-2/+2
* Make X error checking more asynchronousPo Lu2022-05-261-34/+91
* Improve x_get_atom_name for some predefined atomsPo Lu2022-05-261-3/+19
* Fix 32-bit warnings againPo Lu2022-05-261-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-05-254-10/+11
|\
| * Restore the Fselect_window call in gui_consider_frame_title.Alan Mackenzie2022-05-204-10/+11
* | Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu2022-05-253-11/+83
* | Add more predefined atoms for the benefit of DND codePo Lu2022-05-251-0/+10
* | Improve atom interning in `x-change-window-property'Po Lu2022-05-253-39/+76
* | Fix cursor color adjustment on HaikuPo Lu2022-05-251-7/+1
* | Add more atoms that don't need a roundtrip to internPo Lu2022-05-251-0/+29
* | Fix compilation on GTK when Xrandr is not presentPo Lu2022-05-251-4/+7
* | Add more error checking to some X functionsPo Lu2022-05-243-136/+177
* | Prevent errors when Lisp code asks for props of invalid windowsPo Lu2022-05-241-0/+10
* | Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen2022-05-241-0/+4
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-246-23/+23
* | Allow the user to fix `x-mouse-click-focus-ignore-position' on some systemsPo Lu2022-05-241-3/+17
* | Fix use of wrong event structure handling XI_Enter eventsPo Lu2022-05-241-1/+1
* | * src/nsmenu.m (ns_menu_show): Use SAFE_ALLOCA.Po Lu2022-05-241-19/+17
* | Minor fixes to cursor color handling on HaikuPo Lu2022-05-242-62/+40
* | Only send fallback MONITORS_CHANGED_EVENT when dimensions really changedPo Lu2022-05-241-6/+10
* | Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii2022-05-231-1/+1