aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Never return tooltip frames from ns-begin-dragPo Lu2022-06-091-2/+4
* Handle monitor attribute updates during drag-and-dropPo Lu2022-06-091-0/+6
* Satisfy GCC warnings on the GNUstep buildPo Lu2022-06-092-1/+3
* Implement `follow-tooltip' on NS as wellPo Lu2022-06-095-30/+115
* Note caveats of `follow-tooltip' with system tooltipsPo Lu2022-06-091-1/+2
* Implement `follow-tooltip' for DND on HaikuPo Lu2022-06-094-5/+95
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-093-48/+114
* Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."Eli Zaretskii2022-06-091-1/+1
* * src/comp.c (Fcomp_el_to_eln_filename): Update error message.Jeff Walsh2022-06-091-1/+1
* Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu2022-06-093-6/+175
* Ignore tooltip frames when looking for DND targetPo Lu2022-06-091-1/+27
* Make use of faster atom intern functions in xselect.cPo Lu2022-06-091-9/+8
* Allow running some DND tests interactivelyPo Lu2022-06-081-1/+12
* Simplify XDND toplevel freeing codePo Lu2022-06-081-14/+14
* Make responding to selection requests work inside popupsPo Lu2022-06-085-18/+86
* Fix quitting in one go out of `mouse-drag-and-drop-region'Po Lu2022-06-081-0/+6
* Fix crash with outdated selection requestsPo Lu2022-06-081-3/+8