summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disable unrelated drag-and-drop protocols during XDS dropPo Lu2022-06-301-2/+14
* Fix preservation of the original value of PRIMARY after dropping on xtermPo Lu2022-06-303-31/+69
* Fix hscrolling of :align-to when display-line-numbers is in effectEli Zaretskii2022-06-292-16/+47
* Fix handling invalidated selection requestsPo Lu2022-06-291-1/+4
* Implement starting X Direct Save (XDS) dropsPo Lu2022-06-294-3/+12
* Clean up failable requests in more placesPo Lu2022-06-291-3/+19
* Fix reported problem with drag-and-drop inside VirtualBoxPo Lu2022-06-293-23/+107
* Improve sxhash-equal documentationLars Ingebrigtsen2022-06-281-2/+4
* Clean up Fx_begin_dragPo Lu2022-06-281-4/+2
* Automatically detect cyclic lists in some Haiku functionsPo Lu2022-06-281-5/+5
* Fix handling "C-S-u" and such when using XKBPo Lu2022-06-281-10/+0
* Always use XKB to translate keysyms when no input method is availablePo Lu2022-06-281-8/+54
* Prevent regexp cache entries from being GC'ed in more casesGerd Möllmann2022-06-271-23/+26
* Fix some missed Fplist_put adjustments in src/w32.cLars Ingebrigtsen2022-06-271-6/+6
* Adjust plist calls in .m filesLars Ingebrigtsen2022-06-272-2/+2
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-2719-257/+266
* Fix off-by-one error in Fsignal_namesLars Ingebrigtsen2022-06-271-1/+1
* Use correct background for image mask color on HaikuPo Lu2022-06-271-1/+1
* Implement stipples for images on HaikuPo Lu2022-06-273-18/+90
* Correctly convert event state in more placesPo Lu2022-06-271-2/+3
* Minor clean up of previous Fsignal_names patchLars Ingebrigtsen2022-06-261-3/+1
* Make `signal-process' allow completing over signal namesLars Ingebrigtsen2022-06-261-1/+18
* Fix re-composition under 'composition-break-at-point'Eli Zaretskii2022-06-261-0/+6
* ; Minor cosmetics adjustment to xterm.cPo Lu2022-06-261-7/+7
* Add some more common predefined atomsPo Lu2022-06-261-2/+29
* Stop catching errors for some requestsPo Lu2022-06-261-17/+13
* Handle errors while sending client events asynchronouslyPo Lu2022-06-262-25/+133
* Pacify Oracle Studio re xterm.cPaul Eggert2022-06-251-9/+15
* Pacify Oracle Studio re print_vectorlikePaul Eggert2022-06-251-2/+2
* Pacify Oracle Studio re Time_to_positionPaul Eggert2022-06-251-1/+1
* Update input_pending after deferring selection requestsPo Lu2022-06-251-1/+7
* ; Fix last change regarding 'record-all-keys'Eli Zaretskii2022-06-251-2/+4
* Avoid recording passwords' charsManuel Giraud2022-06-251-0/+18
* Minor optimization of the "abort redisplay" featureEli Zaretskii2022-06-254-11/+14
* Implement image transform smoothing on HaikuPo Lu2022-06-255-6/+21
* Fix false positive due to 'max-redisplay-ticks' featureEli Zaretskii2022-06-251-0/+4
* Fix non-XI2 buildPo Lu2022-06-251-4/+4
* ; Fix typo in last changePo Lu2022-06-251-1/+1
* Implement "flip" image transforms on HaikuPo Lu2022-06-255-173/+159
* Add support for image flippingTimo Taipalus2022-06-241-4/+27
* Fix assertion violation when 'max-redisplay-ticks' is set too lowEli Zaretskii2022-06-241-0/+5
* Bytecode opcode comments updateMattias EngdegÄrd2022-06-241-5/+11
* Allow `kill-buffer' query to save the buffer firstLars Ingebrigtsen2022-06-241-3/+7
* Make warning about require/autoload while bootstrapping not error outLars Ingebrigtsen2022-06-242-4/+14
* Fix handling of mouse motion across screens during drag-and-dropPo Lu2022-06-241-13/+35
* Merge branch 'abort-redisplay'Eli Zaretskii2022-06-249-8/+241
|\
| * Show warnings about aborted redisplayEli Zaretskii2022-06-191-1/+11
| * Update redisplay ticks for more operations, and misc modificationsEli Zaretskii2022-06-194-9/+87
| * Don't count ticks too eagerly in syntax.cEli Zaretskii2022-06-181-1/+2
| * Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-185-3/+40