aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile warnings and errors in treesit.cYuan Fu2022-06-141-3/+3
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-1499-4824/+12151
|\
| * ; Improve doc of `x-dnd-native-test-function'Po Lu2022-06-141-8/+10
| * Handle coordinates of Motif drop start messagesPo Lu2022-06-141-4/+66
| * Handle coordinate extraction for more event typesPo Lu2022-06-141-0/+41
| * Use coordinates provided by DND messages if availablePo Lu2022-06-143-4/+53
| * Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-valuePaul Eggert2022-06-131-1/+1
| * Pacify GCC 12.1.1 in default developer buildPaul Eggert2022-06-131-1/+4
| * Respect test function when performing local drag-and-dropPo Lu2022-06-133-7/+52
| * Improve DND tooltip updatingPo Lu2022-06-131-7/+8
| * Keep tooltip position in sync with monitor changesPo Lu2022-06-131-0/+29
| * Fix special DND event coordinatesPo Lu2022-06-131-14/+11
| * Fix handling of scroll bar clicks on HaikuPo Lu2022-06-123-46/+96
| * Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-1228-136/+140
| * Fix phantom drag-and-drop targets showing up in some programsPo Lu2022-06-121-0/+23
| * Don't repetitively initialize type lists during DNDPo Lu2022-06-121-1/+10
| * Use cached monitor info during DND if availablePo Lu2022-06-121-1/+8
| * * src/nsfns.m (ns_move_tooltip_to_mouse_location): Handle invisible frames.Po Lu2022-06-121-1/+2
| * Don't rely on XdndAware on frames for dropping to workPo Lu2022-06-121-93/+165
| * * src/fns.c (internal_equal): Use BASE_EQ where possible.Mattias EngdegÄrd2022-06-111-1/+1
| * Fix timestamp of special drop eventsPo Lu2022-06-111-1/+1
| * ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)Eli Zaretskii2022-06-111-1/+1
| * Allow inserting parts of /dev/urandom with insert-file-contentsLars Ingebrigtsen2022-06-111-10/+21
| * Fix some drag-and-drop handling on HaikuPo Lu2022-06-111-5/+8
| * Fix initializers for Haiku scroll barsPo Lu2022-06-111-10/+16
| * Fix queuing already-present selection requestsPo Lu2022-06-111-5/+17
| * Handle allocation errors when interning large amounts of atomsPo Lu2022-06-111-2/+6
| * Prevent crash handling keyboard input from non-frame windowsPo Lu2022-06-111-4/+4
| * Fix cancelling DND upon a regular X errorPo Lu2022-06-111-41/+45
| * Remove extra call to XTranslateCoordinates when performing "xterm" dropPo Lu2022-06-101-16/+13
| * ; Fix documentation of 'completing-read' and friendsEli Zaretskii2022-06-101-1/+1
| * Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-101-3/+3
| * Don't put trailing optional nil values into `command-history'Lars Ingebrigtsen2022-06-101-2/+33
| * Allow REQUIRE-MATCH to be a functionLars Ingebrigtsen2022-06-101-0/+2
| * Eliminate extra call to XTranslateCoordinates looking for drop targetPo Lu2022-06-101-21/+5
| * Fix crashes in x_tooltip_window_to_frame on GTKPo Lu2022-06-101-0/+3
| * * src/haikuselect.c (haiku_note_drag_motion): Only handle visible tip_f.Po Lu2022-06-101-1/+1
| * Fix DND tooltip handling with tooltip-reuse-hidden-framePo Lu2022-06-101-0/+1
| * ; * src/window.c (window_body_unit_from_symbol): Fix Lisp EQ.Eli Zaretskii2022-06-091-3/+5
| * Fix recalculation of `icon-title-format' after a frame is iconifiedPo Lu2022-06-093-3/+24
| * Make `line-number-at-pos' work more like in earlier Emacs versionsLars Ingebrigtsen2022-06-091-2/+5