aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes displaying menu help text on NSPo Lu2022-05-311-4/+9
* Fix processing of DND events on GTKPo Lu2022-05-311-0/+4
* Fix unused variables on GTKPo Lu2022-05-311-1/+4
* Fix initialization of `hold_quit' during DNDPo Lu2022-05-311-1/+1
* Prevent events from being lost waiting for selections on GTKPo Lu2022-05-311-0/+29
* Fix 'debug-timer-check' on MS-WindowsEli Zaretskii2022-05-302-0/+21
* Nonrecursive Lisp reader (bug#55676)Mattias EngdegÄrd2022-05-303-988/+1192
* Fix atimer setting and overdue expiration (bug#55628)Mattias EngdegÄrd2022-05-301-17/+16
* Fix `dnd-indicate-insertion-point' on Mac OSPo Lu2022-05-301-0/+2
* Update frame positions on Haiku after changing Z groupPo Lu2022-05-302-2/+6
* Fix cursor flushing inside minibuffers on NSPo Lu2022-05-301-24/+39
* Fix hangs when x-get-selection is called inside a popup menuPo Lu2022-05-303-6/+85
* Try to implement `dnd-indicate-insertion-point' on macOSPo Lu2022-05-301-76/+103
* Further clean up DND target handlingPo Lu2022-05-302-15/+27
* Fix crash when loading Postscript imagesPo Lu2022-05-301-0/+4
* Use XDrawPoint to clear relief rect cornersPo Lu2022-05-301-9/+30
* Keep display mm width and height up to date after changesPo Lu2022-05-293-2/+20
* Make DND target list lifecycle a little clearerPo Lu2022-05-293-39/+14
* Merge from origin/emacs-28Stefan Kangas2022-05-291-1/+7
|\
| * do_switch_frame: before leaving mini-window, check other (mru) window is liveAlan Mackenzie2022-05-281-1/+7
* | Fix pending window changes in haiku_set_window_sizePo Lu2022-05-291-1/+14
* | Improve error trapping on XPo Lu2022-05-291-3/+9
* | 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