summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2023-03-051-2/+5
|\
| * ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-041-2/+5
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-8/+25
|\ \ | |/
| * Fix 'display-buffer-use-least-recent-window'martin rudalics2023-02-181-8/+25
* | Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-0/+15
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix "C-h k" in recursive minibuffersEli Zaretskii2022-12-231-1/+2
* A better fix for bug#60096Eli Zaretskii2022-12-161-1/+9
* Merge from origin/emacs-28Stefan Kangas2022-10-191-8/+9
|\
| * ; * src/window.c: Fix some comments. (Bug#58550)Manuel Giraud2022-10-171-8/+9
* | Speed up scrolling when lines are very long and truncatedEli Zaretskii2022-10-111-5/+92
* | Add missing staticpro (bug#58327)Gerd Möllmann2022-10-061-0/+2
* | Merge from origin/emacs-28Stefan Kangas2022-09-011-1/+2
|\ \ | |/
| * ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.Eli Zaretskii2022-08-291-1/+2
* | Merge from origin/emacs-28Stefan Kangas2022-08-191-1/+3
|\ \ | |/
| * * src/window.c (select_window): Fix assert for buffer = non-active minibufferAlan Mackenzie2022-08-191-1/+3
* | Further speedups of redisplay of long and truncated linesEli Zaretskii2022-08-141-3/+6
* | Delete redisplay-end-trigger-functions and related defunsStefan Kangas2022-07-311-27/+0
* | Merge from origin/emacs-28Stefan Kangas2022-07-261-1/+1
|\ \ | |/
| * Avoid infloop in 'recenter'Eli Zaretskii2022-07-251-1/+1
* | Fix handling hscroll during drag-and-dropPo Lu2022-07-221-1/+4
* | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-1/+1
|\ \
| * | Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-081-1/+1
| * | Revert commits 9ea9533f17, c0c4600ece, 7b19ce51fc, 051d2a1e36 and eb6d2fb58d.Gregory Heytings2022-07-081-5/+0
| * | Various improvements to auto-narrow mode.Gregory Heytings2022-07-061-0/+5
* | | Merge from origin/emacs-28Stefan Kangas2022-07-091-1/+1
|\ \ \ | | |/ | |/|
| * | Doc fix; don't mention obsolete variableStefan Kangas2022-07-081-1/+1
* | | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-081-1/+1
| |/ |/|
* | abort-redisplay: Add missing unbind_to in 'recenter'Florian Rommel2022-07-031-0/+1
* | Merge branch 'abort-redisplay'Eli Zaretskii2022-06-241-1/+15
|\ \
| * | Allow aborting redisplay stuck in 'parse-partial-sexp'Eli Zaretskii2022-06-181-1/+15
* | | Fix disruption of windows' display by shr.elEli Zaretskii2022-06-161-0/+3
* | | Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-161-3/+3
|/ /
* | ; * src/window.c (window_body_unit_from_symbol): Fix Lisp EQ.Eli Zaretskii2022-06-091-3/+5
* | Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-45/+105
* | Remove window-max-characters-per-lineLars Ingebrigtsen2022-06-031-1/+1
* | Rename compare-window-configurations and update docLars Ingebrigtsen2022-05-201-6/+6
* | ; * src/window.c (Fset_window_vscroll): Fix doc string.Po Lu2022-05-111-1/+1
* | Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-091-7/+16
* | Fix bug in `pixel-scroll-precision-mode' on nonselected windowsPo Lu2022-05-081-0/+3
* | Merge from origin/emacs-28Stefan Kangas2022-05-061-1/+7
|\ \ | |/
| * ; * src/window.c (Fset_window_start): Mention the effect on vscroll.Eli Zaretskii2022-05-051-1/+7
* | Make scroll-other-window respect target window remappingsLars Ingebrigtsen2022-05-011-32/+0
* | Add new functions for computing character metrics for windowsTitus von der Malsburg2022-04-291-1/+3
* | Add helper function to remove title bar when maximizing framesLars Ingebrigtsen2022-04-291-1/+4
* | src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier2022-04-271-6/+9
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-2/+7
|\ \ | |/
| * ; * src/window.c (Fset_window_start): Clarify the effect of NOFORCE.Eli Zaretskii2022-04-091-2/+7
* | Mention the other-window-scroll-default user optionLars Ingebrigtsen2022-03-221-1/+3
* | Remove sanitize_window_sizesPaul Eggert2022-03-191-9/+0