summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAge
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | ; Fix typosStefan Kangas2023-12-10
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-28
* | Fix window box computation for menu bar windowsPo Lu2023-07-22
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-17
|\ \
| * | xdisp.c: Improve doc of `redisplay` flags a bitStefan Monnier2023-07-16
* | | Update Android portPo Lu2023-06-18
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-14
|\| |
| * | Fix detection of tab bar windows on PGTKPo Lu2023-05-13
| |/
* | Update Android portPo Lu2023-02-16
* | Update Android portPo Lu2023-02-15
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge 'master' into noverlayStefan Monnier2022-09-25
|\
| * Delete redisplay-end-trigger-functions and related defunsStefan Kangas2022-07-31
| * Actually fix the long lines display bug (bug#56393).Gregory Heytings2022-07-08
| * Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-09
| * Allow precision-scrolling nonselected windows when the minibuffer is resizedPo Lu2022-05-09
| * src/xdisp.c: Use same test in `redisplay_window` and `prepare_menu_bars`Stefan Monnier2022-04-27
| * Remove sanitize_window_sizesPaul Eggert2022-03-19
| * Merge from origin/emacs-28Eli Zaretskii2022-01-01
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * | Fix coding styleYuuki Harano2021-11-14
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-18
| |\|
| | * * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-13
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-20
| |\|
| | * Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-11
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-20
| |\|
| | * Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-10
| |\|
| | * * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-03
| |\|
| | * Update copyright year to 2021Paul Eggert2021-01-01
| * | experimental support of tab-bar.Yuuki Harano2020-11-22
| |/
| * Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-07
| * Update copyright year to 2020Paul Eggert2020-01-01
| * Spelling fixesPaul Eggert2019-12-09
| * Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-12
| * Minor style tweaks for recent tab changesPaul Eggert2019-10-04
| * Text-based nox builds compiled without X window supportJuri Linkov2019-09-04
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
| * Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
| * Avoid backslash-newline-newline in source codePaul Eggert2019-05-22
| * Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
| * Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-16
| * Rewrite minibuffer window resizing codeMartin Rudalics2019-03-11
| * Prefer static to extern where either will doPaul Eggert2019-01-31
| * Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
| * Run window change functions during redisplayMartin Rudalics2019-01-11