aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-0/+9
|\ \ | |/
| * * src/dispnew.c (sit_for): Fix bug#45292Stefan Monnier2020-12-231-0/+9
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-0/+13
|/
* Merge from origin/emacs-27Glenn Morris2020-11-161-3/+7
|\
| * Avoid crashes when a reversed glyph row starts with a compositionEli Zaretskii2020-11-141-3/+7
* | Face-changing text properties and help-echo now work with xterm-mouse.Jared Finder2020-11-141-0/+48
* | Merge from origin/emacs-27Glenn Morris2020-11-071-0/+4
|\ \ | |/
| * Fix 'send-string-to-terminal' writing very long stringsEli Zaretskii2020-11-071-0/+4
* | * src/xdisp.c (syms_of_xdisp): New var `redisplay_skip_initial_frame`.Stefan Monnier2020-10-041-5/+12
* | Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-7/+0
* | Pacify GCC 10.1.0Paul Eggert2020-05-111-1/+1
|/
* Fix redisplay when scrolling under redisplay-dont-pauseEli Zaretskii2020-04-101-0/+4
* Fix a few typosEli Zaretskii2020-01-221-1/+1
* Avoid leaving artifacts when the system caret is used on w32Eli Zaretskii2020-01-211-3/+10
* ; * src/dispnew.c (adjust_glyph_matrix): Fix last change.Eli Zaretskii2020-01-031-0/+1
* Fix redisplay when mode-line-format changes mode-line's heightEli Zaretskii2020-01-031-0/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* A better fix for tab-line mouse highlight on TTY framesEli Zaretskii2019-10-191-9/+1
* Fix mouse highlight with tab-line on TTY framesEli Zaretskii2019-10-181-1/+9
* New variable tab-bar-positionJuri Linkov2019-10-151-4/+13
* Fix crashes on TTY frames due to "C-x 6 f"Eli Zaretskii2019-10-081-1/+13
* Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-8/+16