aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer static_assert to verifyscratch/static_assertStefan Kangas2024-07-241-3/+3
* Avoid rare assertion violations when deleting a frameEli Zaretskii2024-06-101-0/+1
* ; * src/dispnew.c (update_frame_line): Fix thinko (bug#71289).Eli Zaretskii2024-06-071-1/+1
* Prevent another abort in 'cmcheckmagic'Eli Zaretskii2024-06-061-0/+5
* Another attempt to prevent crashes when resizing TTY framesEli Zaretskii2024-06-051-7/+7
* Avoid crashes and assertions while handling SIGWINCHEli Zaretskii2024-06-031-2/+13
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-1/+1
* Be more systematic about parens in C source codePaul Eggert2024-01-201-3/+3
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-3/+17
* Add new `swap` macro and use itStefan Kangas2024-01-061-17/+3
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | (sleep-for): Make the `millisec` argument obsoleteStefan Monnier2023-10-201-3/+3
* | ; Amend doc strings of two functionsPo Lu2023-08-221-0/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-231-0/+17
|\ \
| * | ; Fix documentation of last change.Eli Zaretskii2023-07-221-5/+4
| * | Implement new option 'mouse-prefer-closest-glyph'Moritz Maxeiner2023-07-221-0/+18
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-211-6/+25
|\ \ \ | |/ /
| * | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-6/+25
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-3/+3
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-141-4/+10
|\ \ \ | |/ /
| * | Fix detection of tab bar windows on PGTKPo Lu2023-05-131-4/+10
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-031-0/+8
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-021-0/+8
| |\ \ | | |/
| | * Fix redisplay of mode line after its format changes from nilEli Zaretskii2023-04-301-0/+8
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-021-0/+4
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Stefan Kangas2023-02-011-0/+4
| |\ \ | | |/
| | * Fix cursor-in-echo-area on TTY framesEli Zaretskii2023-01-311-0/+4
* | | Update Android portPo Lu2023-01-131-1/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2022-12-311-1/+1
|\ \ \ | |/ /
| * | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-1/+1
| |/
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-7/+41
|/
* Fix multiple sources of flicker under XPo Lu2022-10-161-0/+9
* Ensure no memory leaks of glyph_matrixManuel Giraud2022-09-241-1/+4
* Optimize tty display updates (bug#57727)Gerd Möllmann2022-09-171-1/+3
* Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-091-12/+0
* Merge branch 'abort-redisplay'Eli Zaretskii2022-06-241-1/+14
|\
| * Update redisplay ticks for more operations, and misc modificationsEli Zaretskii2022-06-191-6/+11
| * Handle too long syntactic fontificationsEli Zaretskii2022-06-171-0/+8
* | Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-161-7/+7
|/
* Merge from origin/emacs-28Stefan Kangas2022-06-051-1/+25
|\
| * Fix segfaults when starting on 80x26 TTY framesEli Zaretskii2022-06-021-1/+25
* | Fix scroll optimizations being enabled for some rows with stipplesPo Lu2022-05-091-3/+29
* | Disable scrolling optimizations when a stipple is presentPo Lu2022-05-081-1/+18
* | Fix compilation after recent x-show-tooltip-timeout changesLars Ingebrigtsen2022-04-301-0/+4
* | Clarify computation of header line vposPo Lu2022-04-181-1/+2