aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix sending button presses if the drop target specified a mouse rectanglePo Lu2022-07-151-1/+4
* Fix --without-x build after previous image cache changesLars Ingebrigtsen2022-07-141-0/+2
* Prune animation cache when images are no longer reachableLars Ingebrigtsen2022-07-141-10/+31
* Make image-cache-size also include the animation cacheLars Ingebrigtsen2022-07-141-15/+44
* Prune the animation cache from gcLars Ingebrigtsen2022-07-141-0/+3
* * src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.Eli Zaretskii2022-07-141-0/+2
* ; * src/xterm.c (x_scroll_bar_expose, mark_xterm): Fix last change.Eli Zaretskii2022-07-141-2/+4
* Silence unused variable warning in a build --without-allStefan Kangas2022-07-141-2/+1
* ; Fix compilation warnings in a build --without-allEli Zaretskii2022-07-141-2/+5
* Pacify -Wunused-macros in --without-all buildsStefan Kangas2022-07-141-3/+10
* ; Fix typosStefan Kangas2022-07-144-6/+6
* Try to restore the initial "daemon" frame when a display goes downPo Lu2022-07-141-0/+21
* ; Fix typos: prefer American spellingStefan Kangas2022-07-144-4/+4
* Make clear-image-cache clear the animation cacheLars Ingebrigtsen2022-07-142-12/+30
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
* | Fix killing Emacs upon display disconnectPo Lu2022-07-141-1/+5
* | ; * src/xterm.c (x_error_handler): Fix magic numbers.Po Lu2022-07-141-7/+19
* | Fix recursive calls of x_connection_closed leading to dead terminalPo Lu2022-07-131-2/+14
* | Implement TIMESTAMP target for Haiku selectionsPo Lu2022-07-133-0/+28
* | Fix closing displays when preserving selections is enabledPo Lu2022-07-134-4/+22
* | Fix buffer-stale-function fixLars Ingebrigtsen2022-07-121-2/+1
* | Reduce syncing when fetching selection names during frame deletionPo Lu2022-07-121-0/+30
* | Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flagAlan Mackenzie2022-07-126-22/+0
* | Fix preserving selections if `x-lost-selection-functions' signalsPo Lu2022-07-121-4/+50
* | Try to save selections from being disowned during frame deletionPo Lu2022-07-123-7/+81
* | Remove obsolete uses of obsolete functionsMattias Engdegård2022-07-111-26/+1
* | Only reset buffer-local buffer-stale-function in make-indirect-bufferLars Ingebrigtsen2022-07-111-1/+5
* | * src/.lldbinit: Fix copyright year.Stefan Kangas2022-07-111-1/+1
* | Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-111-0/+5
* | Support for debugging Emacs with LLDBGerd Möllmann2022-07-111-0/+33
* | Simplify str_to_multibyte and related codeMattias Engdegård2022-07-114-50/+28
* | Improve behavior of `lost-selection-mode' with multiple buffersPo Lu2022-07-111-0/+12
* | Prevent setting user time if the WM doesn't support itPo Lu2022-07-111-1/+2
* | Fix memory leak in ns_draw_reliefDaniel Martín2022-07-112-32/+42
* | Simplify and speed up string-to-multibyteMattias Engdegård2022-07-114-45/+27
* | Handle errors sending selection decline events asynchronouslyPo Lu2022-07-113-10/+21
* | Speed up string-to-unibyteMattias Engdegård2022-07-103-37/+15
* | * src/dired.c (directory_files_internal): Update commentStefan Monnier2022-07-101-1/+11
* | * src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier2022-07-101-3/+11
* | Minor fixes to WM_DELETE_WINDOW handlingPo Lu2022-07-101-1/+4
* | ; * src/composite.c (Fcomposition_get_gstring): Fix compiler warnings.Po Lu2022-07-101-1/+1
* | Fix build with old sqlite librariesPo Lu2022-07-101-2/+4
* | Speed up 'find_automatic_composition'Eli Zaretskii2022-07-101-17/+29
* | Don't sync for errors setting up DND targets and toplevelsPo Lu2022-07-101-9/+15
* | Make `x-no-window-manager' cover user time as wellPo Lu2022-07-101-0/+22
* | Make STRING_SET_MULTIBYTE an inline functionStefan Monnier2022-07-092-11/+13
* | Avoid extra sync and atom name query on ending Motif DNDPo Lu2022-07-091-3/+3
* | Improve drag-and-drop emulation time handlingPo Lu2022-07-093-49/+32
* | Fix race conditions handling selection clear events on HaikuPo Lu2022-07-094-11/+44