aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix setting last user time during drag-and-dropPo Lu2022-06-191-0/+6
| * | | | Ignore emulated mouse clicks during drag-and-dropPo Lu2022-06-191-9/+19
| * | | | Fix crashes when the _EMACS_DRAG_ATOM is the wrong typePo Lu2022-06-191-2/+3
| * | | | Cache the Motif drag window to avoid fetching it every timePo Lu2022-06-192-1/+31
| * | | | Fix timestamps recorded in Motif DND top level leave messagesPo Lu2022-06-191-3/+8
| * | | | Fix last tty-select-active-regions changeBasil L. Contovounesios2022-06-181-2/+2
| * | | | Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-181-2/+12
| * | | | Remove unnecessary clearing of internal border on HaikuPo Lu2022-06-181-9/+10
| * | | | Support `select-active-regions' with xtermDuncan Findlay2022-06-181-1/+9
| * | | | Remove unused Haiku codePo Lu2022-06-183-60/+9
| * | | | Fix type mixup in haikuselect.cPo Lu2022-06-181-1/+1
| * | | | Prevent Lisp code or synthetic events from ruining the user timePo Lu2022-06-181-19/+40
| * | | | Fix specifying named action lists in `x-begin-drag'Po Lu2022-06-182-15/+29
| * | | | Improve time parsing documentationLars Ingebrigtsen2022-06-171-1/+1
| * | | | Reduce code duplication when setting user time windowPo Lu2022-06-171-47/+12
| * | | | Clarify doc of `x-display-set-last-user-time'Po Lu2022-06-171-1/+4
| * | | | * src/fns.c (Fmapconcat): Better empty-string-or-nil detection.Mattias Engdegård2022-06-171-1/+1
| * | | | Fix computation of screen width and height on HaikuPo Lu2022-06-171-2/+2
| * | | | Fix instances of not using a usable Motif drag atomPo Lu2022-06-171-3/+12
| * | | | Improve window manager user time reporting mode switchingPo Lu2022-06-172-59/+72
| * | | | Update last event time during DND operationsPo Lu2022-06-173-4/+34
| * | | | * src/fns.c (Fmapconcat): Optimize the case where separator==""Stefan Monnier2022-06-161-4/+10
| * | | | Fix disruption of windows' display by shr.elEli Zaretskii2022-06-161-0/+3
| * | | | * src/fns.c (mapcar1): Test types in rough order of likelyhood.Mattias Engdegård2022-06-161-12/+15
| * | | | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-1632-117/+126
| * | | | Fix byte-swapping of Motif DND tablesPo Lu2022-06-161-3/+3
| * | | | Fix Motif DND after atom ownership is lost due to frame destructionPo Lu2022-06-162-0/+10
| * | | | Merge from origin/emacs-28Stefan Kangas2022-06-161-2/+3
| |\ \ \ \ | | |/ / /
| | * | | ; * src/fileio.c (Fset_file_modes): Improve previous changeRobert Pluim2022-06-151-1/+1
| | * | | Describe 'set-file-modes' argument promptingRobert Pluim2022-06-151-2/+3
| | * | | Update error message to reflect variable renameJeff Walsh2022-06-091-1/+1
| * | | | Improve drag atom computationPo Lu2022-06-162-53/+110
| * | | | Streamline time decoding and conversionPaul Eggert2022-06-152-7/+23
| * | | | Prefer BASE_EQ in time-sensitive opsPaul Eggert2022-06-151-15/+15
| * | | | Comply with the Motif requirement for unique drag atomsPo Lu2022-06-163-21/+182
| * | | | Implement using the OffiX protocol for droppingPo Lu2022-06-151-5/+14
| * | | | Handle coordinates for the old KDE drop protocolPo Lu2022-06-152-0/+28
| * | | | Fix link action handling with Motif DNDPo Lu2022-06-151-6/+11
| * | | | Handle coordinates from XM_DRAG_REASON_DRAG_MOTION repliesPo Lu2022-06-151-0/+52
* | | | | Add treesit-parser-deleteYuan Fu2022-08-182-7/+26
* | | | | * src/treesit.c (make_ts_parser): Initialize timestamp field.Yuan Fu2022-06-191-0/+1
* | | | | Fix double-free in treesit.cYuan Fu2022-06-171-11/+2
* | | | | Change treesit-parser-list from variable to functionYuan Fu2022-06-163-22/+74
* | | | | Consolidate treesit parser create functionsYuan Fu2022-06-161-11/+26
* | | | | Fix treesit function ts_record_change and friendsYuan Fu2022-06-161-19/+68
* | | | | ; Minor optimization in treesit range functionYuan Fu2022-06-161-2/+1
* | | | | ; * src/treesit.c: Add comment to explain design decisions.Yuan Fu2022-06-161-0/+8
* | | | | ; * src/treesit.c (ts_check_buffer_size): Improve error message.Yuan Fu2022-06-151-1/+1
* | | | | ; * src/treesit.c (ts_read_buffer): Clarify comments.Yuan Fu2022-06-151-1/+1
* | | | | * src/treesit.c (ts_check_range_argument): Check for point-min/max.Yuan Fu2022-06-151-4/+7