summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* Fix detection of tab bar windows on PGTKPo Lu2023-05-131-4/+10
* 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 from origin/emacs-29Stefan Kangas2023-02-011-0/+4
|\ \ | |/
| * Fix cursor-in-echo-area on TTY framesEli Zaretskii2023-01-311-0/+4
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-1/+1
|/
* 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
* | Fix glyph skipping optimization when a tab line is enabledPo Lu2022-04-181-2/+5
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+1
* | Minor improvements for 'pgtk' documentationEli Zaretskii2022-01-071-0/+4
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Avoid undefined behaviour when copying part of structureAndreas Schwab2021-11-291-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-7/+12
|\ \
| * | Avoid undefined behaviour when copying part of structureAndreas Schwab2021-11-291-1/+1
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-1/+10
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-13/+8
|\ \ \ | |/ /
| * | Enable scrolling optimization for xwidgetsPo Lu2021-11-071-10/+0
| * | Merge from origin/emacs-28Eli Zaretskii2021-10-311-2/+4
| |\ \ | | |/
| | * Fix display glitches with side-by-side windows on TTY framesEli Zaretskii2021-10-311-2/+4
| * | Fix display of cursor in mouse-highlighted face with ':box'Eli Zaretskii2021-10-141-0/+3
| |/
| * Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-1/+11
|\ \ | |/
| * Fix right-margin display on TTY framesEli Zaretskii2021-07-061-1/+11
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-031-5/+10
|\ \ | |/
| * Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)Martin Rudalics2021-05-021-5/+10
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-61/+59
|\ \ | |/
| * Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-61/+59
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-2/+26
|\ \ | |/
| * Fix rare redisplay glitches when image has been removed from displayEli Zaretskii2021-03-131-2/+26
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-201-1/+1
|\ \ | |/
| * Fix typosMattias Engdegård2021-02-181-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-201-4/+12
|\ \ | |/
| * * src/dispnew.c (sit_for): Return nil when interrupted by process outputStefan Monnier2021-01-151-4/+12