summaryrefslogtreecommitdiff
path: root/lisp/term
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to IM locale handlingPo Lu2022-10-061-1/+1
* Fix coding systems used for X input methodsPo Lu2022-10-031-0/+22
* Fix handling of nil device namesPo Lu2022-09-212-35/+37
* Implement wallpaper.el support for HaikuPo Lu2022-09-141-0/+39
* * lisp/term/linux.el (gpm-mouse-enable): Remove left-over declarationStefan Monnier2022-09-031-6/+2
* Merge from origin/emacs-28Stefan Kangas2022-09-011-0/+27
|\
| * Enable 256 colors in fbterm.Gregory Heytings2022-08-301-0/+27
* | t-mouse.el: Make sure we apply the setting to new terminalsStefan Monnier2022-08-301-2/+0
* | Don't use the system-file-manager icon in the toolbarLars Ingebrigtsen2022-08-202-2/+2
* | Fix underscores in argument names in ns-winLars Ingebrigtsen2022-08-191-4/+4
* | Fix ns-win.el (x-file-dialog) declarationLars Ingebrigtsen2022-08-191-1/+2
* | Handle modifiers during Haiku DND wheel movementPo Lu2022-07-261-6/+56
* | Fix mouse wheel DND scroll direction on HaikuPo Lu2022-07-201-5/+15
* | Implement wheel movement during DND on HaikuPo Lu2022-07-201-1/+53
* | Use `ash` instead of `lsh`Mattias Engdegård2022-07-191-1/+1
* | Implement last change on Haiku as wellPo Lu2022-07-181-2/+1
* | Preserve echo area message when running DND mouse movement functionPo Lu2022-07-181-2/+1
* | ; * lisp/term/haiku-win.el: Fix compiler warnings.Po Lu2022-07-131-0/+1
* | Implement TIMESTAMP target for Haiku selectionsPo Lu2022-07-131-7/+14
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-083-10/+0
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* | Clean up failable requests in more placesPo Lu2022-06-291-19/+20
* | Handle be:actions field in Haiku DND messagesPo Lu2022-06-291-31/+71
* | Adjust x-clipboard-yank for recent selection ownership changesPo Lu2022-06-281-2/+6
* | Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-0/+1
* | Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-1/+0
* | Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-0/+1
* | Allow dropping more data types on PGTKPo Lu2022-06-231-0/+5
* | Move selection delayed message to a better locationPo Lu2022-06-211-3/+2
* | Issue a message if getting a selection takes a long timeLars Ingebrigtsen2022-06-201-1/+3
* | Don't handle reverseVideo X resource speciallyLars Ingebrigtsen2022-06-191-8/+0
* | Fix test failures due to 'xterm-select-active-regions'Eli Zaretskii2022-06-181-8/+0
* | Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-181-14/+13
* | Support `select-active-regions' with xtermDuncan Findlay2022-06-181-0/+8
* | Bind Cmd-t to menu-set-font on macOSDaniel Martín2022-06-141-1/+1
* | Fix out of date parts in NS doc and keyboard bindingsPo Lu2022-06-141-1/+1
* | Fix some drag-and-drop handling on HaikuPo Lu2022-06-111-2/+0
* | Implement `follow-tooltip' on NS as wellPo Lu2022-06-091-2/+3
* | Implement `follow-tooltip' for DND on HaikuPo Lu2022-06-091-2/+3
* | Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu2022-06-092-2/+4
* | Update Haiku drag-and-drop codePo Lu2022-06-071-1/+5
* | Support dragging multiple files on NSPo Lu2022-06-041-5/+15
* | Handle dragging multiple files on HaikuPo Lu2022-06-031-19/+36
* | Handle dropping text/uri-list on HaikuPo Lu2022-06-021-1/+5
* | Adjust last change to Haiku as wellPo Lu2022-06-011-4/+23
* | Implement `allow-same-frame' for NS drag-and-dropPo Lu2022-06-011-2/+2
* | Convert FILE_NAME to refs on Haiku instead of text/uri-listPo Lu2022-05-311-2/+3
* | Add missing part of recent changes to NS DND supportPo Lu2022-05-311-2/+2
* | Fix `dnd-indicate-insertion-point' on Mac OSPo Lu2022-05-301-2/+1
* | Try to implement `dnd-indicate-insertion-point' on macOSPo Lu2022-05-301-0/+7