summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-31Fix initialization of `hold_quit' during DNDPo Lu
2022-05-31Prevent events from being lost waiting for selections on GTKPo Lu
2022-05-30Fix 'debug-timer-check' on MS-WindowsEli Zaretskii
2022-05-30Nonrecursive Lisp reader (bug#55676)Mattias EngdegÄrd
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias EngdegÄrd
2022-05-30Fix `dnd-indicate-insertion-point' on Mac OSPo Lu
2022-05-30Update frame positions on Haiku after changing Z groupPo Lu
2022-05-30Fix cursor flushing inside minibuffers on NSPo Lu
2022-05-30Fix hangs when x-get-selection is called inside a popup menuPo Lu
2022-05-30Try to implement `dnd-indicate-insertion-point' on macOSPo Lu
2022-05-30Further clean up DND target handlingPo Lu
2022-05-30Fix crash when loading Postscript imagesPo Lu
2022-05-30Use XDrawPoint to clear relief rect cornersPo Lu
2022-05-29Keep display mm width and height up to date after changesPo Lu
2022-05-29Make DND target list lifecycle a little clearerPo Lu
2022-05-29Merge from origin/emacs-28Stefan Kangas
2022-05-29Fix pending window changes in haiku_set_window_sizePo Lu
2022-05-29Improve error trapping on XPo Lu
2022-05-28do_switch_frame: before leaving mini-window, check other (mru) window is liveAlan Mackenzie
2022-05-28Add more cursor bitmaps on HaikuPo Lu
2022-05-28Improve documentation on what callers of `x-begin-drag' should doPo Lu
2022-05-28Improve documentation of `x-begin-drag'Po Lu
2022-05-28Improve safety of various DND callbacksPo Lu
2022-05-28Fix frame destruction issues and misuse of x_get_atom_namePo Lu
2022-05-28; * src/nsselect.m (ns_decode_data_to_pasteboard): Fix GNUstep build.Po Lu
2022-05-28Fix build on earlier versions of Mac OS XPo Lu
2022-05-28Add file dragging support to NS portPo Lu
2022-05-28Improve DND documentationPo Lu
2022-05-28Fix x_dnd_movement_frame detection on GTK buildsPo Lu
2022-05-28; * src/xterm.c (x_color_cache_bucket_size): Improve doc string.Po Lu
2022-05-27Remove stray decl of nonexistent varPaul Eggert
2022-05-27Fix unlikely null pointer dereferencePaul Eggert
2022-05-27Add ATTRIBUTE_DEALLOC to extern functionsPaul Eggert
2022-05-27Pacify gcc -Wsuggest-attribute-mallocPaul Eggert
2022-05-27Improve font selection on MS-WindowsEli Zaretskii
2022-05-27Fix GNUstep buildPo Lu
2022-05-27Fix NS drag and drop on macOSPo Lu
2022-05-27Implement some drag and drop functions on NSPo Lu
2022-05-27Update comments in some X codePo Lu
2022-05-27Fix XI scroll valuator reset on X Toolkit buildsPo Lu
2022-05-27Improve lookup efficiency of color cache and prevent leakingPo Lu
2022-05-27Handle allocation errors when creating menu items on HaikuPo Lu
2022-05-27Fix longjmp/siglongjmp mixupPo Lu
2022-05-26eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)Stefan Monnier
2022-05-26Handle alternate actions for Motif drop targetsPo Lu
2022-05-26Fix the `x_trace_wire' optionPo Lu
2022-05-26Use x_get_atom_name for some more thingsPo Lu
2022-05-26* src/xselect.c (Fx_register_dnd_atom): Use x_intern_cached_atom.Po Lu
2022-05-26Make X error checking more asynchronousPo Lu
2022-05-26Improve x_get_atom_name for some predefined atomsPo Lu