aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from origin/emacs-28Stefan Kangas2022-07-091-1/+1
|\
| * Doc fix; don't mention obsolete variableStefan Kangas2022-07-081-1/+1
* | Fix redisplay after running selection hook on HaikuPo Lu2022-07-091-0/+4
* | Speed up querying for window manager supportPo Lu2022-07-091-20/+56
* | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-085-14/+10
* | Remove unused member of internal structMattias Engdegård2022-07-081-2/+0
* | Ensure correct position is returned after child frame movementPo Lu2022-07-081-1/+5
* | Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-081-3/+3
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-082-26/+0
* | Improve behavior of sticky tooltips on HaikuPo Lu2022-07-083-33/+63
* | Fix flickering system tooltips on HaikuPo Lu2022-07-082-18/+38
* | Reduce synchronization setting frame alphaPo Lu2022-07-081-81/+11
* | Fix returned action symbol upon "xterm" dropPo Lu2022-07-081-2/+3
* | Faster append and vconcatMattias Engdegård2022-07-071-86/+139
* | Remove obscure, obsolete code from do_switch_frameAlan Mackenzie2022-07-071-53/+0
* | Fix selection disowning upon frame deletion on WaylandPo Lu2022-07-071-4/+27
* | Fix GTK buildPo Lu2022-07-071-46/+1
* | Fix quitting out of selection converters during drag and dropPo Lu2022-07-071-45/+65
* | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-073-5/+14
* | Fix NS buildPo Lu2022-07-071-0/+2
* | Port `x-lost-selection-functions' to HaikuPo Lu2022-07-079-5/+181
* | Avoid excessive synchronization performing "xterm" dropsPo Lu2022-07-071-0/+9
* | Fix infinite looping around Haiku menusPo Lu2022-07-062-0/+8
* | Stop synchronizing after sending XEmbed eventsPo Lu2022-07-061-1/+6
* | Fix the MS-DOS buildPo Lu2022-07-061-1/+8
* | Speed up interning XDS atomsPo Lu2022-07-063-0/+22
* | Adjust better to Autoconf quoting style changePaul Eggert2022-07-051-5/+6
* | Reduce duplicate code cleaning up DND processesPo Lu2022-07-061-84/+33
* | Don't select for unnecessary properties during DNDPo Lu2022-07-061-3/+8
* | Fix announcements of XDND mouse rectanglesPo Lu2022-07-061-2/+7
* | Fix manually disowning Emacs drag atomsPo Lu2022-07-051-1/+2
* | Don't take XCB socket every time we want the no of the next requestPo Lu2022-07-051-5/+7
* | Don't overestimate supported input extension version on GTK 3Po Lu2022-07-051-0/+7
* | Fix core dump with x-get-local-selectionPaul Eggert2022-07-041-3/+7
* | * src/keymap.c (Fcopy_keymap): Document using defvar-keymap.Stefan Kangas2022-07-041-2/+8
* | Avoid code duplication converting XI event state in toolkit menu codePo Lu2022-07-043-24/+11
* | Handle errors caused by ignoring errors with GDK's trap installedPo Lu2022-07-041-0/+23
* | Always wait for XdndStatus before sending XdndDropPo Lu2022-07-041-9/+55
* | Fix accessing dpyinfo after it is deallocatedPo Lu2022-07-041-28/+32
* | Display list of traps and handlers when crashing due to an X errorPo Lu2022-07-041-3/+32
* | Add support for fullscreen values fullheight and fullwidth on PGTKFlorian Rommel2022-07-041-9/+18
* | Add some more error checking code to `x_stop_ignoring_errors'Po Lu2022-07-041-0/+7
* | abort-redisplay: Add missing unbind_to in 'recenter'Florian Rommel2022-07-031-0/+1
* | Fix implementation of 'reset' face valuesEli Zaretskii2022-07-031-34/+33
* | Improve performance when rejecting XI touch eventPo Lu2022-07-031-5/+11