aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-13/+13
* | Improve the selected-window doc stringLars Ingebrigtsen2022-02-051-1/+3
* | Improve preserving X coordinate during scroll commandsEli Zaretskii2022-01-131-1/+2
* | * src/window.c (other-window-scroll-default): New variable (bug#51210).Juri Linkov2022-01-111-2/+12
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics2021-10-181-12/+13
* In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics2021-10-121-22/+16
* Work around GCC bug 102671Paul Eggert2021-10-111-0/+5
* Improve the `window-end' doc stringLars Ingebrigtsen2021-07-151-7/+9
* Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics2021-06-101-21/+4
* Make frames record when their selected window was the mini-windowAlan Mackenzie2021-05-311-0/+10
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-141-2/+2
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-251-1/+1
|\
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-191-27/+44
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-251-1/+2
| |\ \
| * | | Add late load pdumper hooks so these can call into LispAndrea Corallo2021-02-101-1/+1