summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix commentary in dispnew.cEli Zaretskii2018-12-281-3/+5
* Fix redisplay of glyphless charactersEli Zaretskii2018-10-131-1/+6
* Fix posn-at-point in Flycheck buffersEli Zaretskii2018-06-021-0/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Remove one more check that Vframe_list is non-nilMartin Rudalics2017-12-161-3/+2
* Don't run FOR_EACH_FRAME when there's no frame left (Bug#29961)Martin Rudalics2017-12-151-2/+3
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-2/+2
* Fix conversion of pixel coordinates to buffer positionEli Zaretskii2017-10-281-0/+23
* Fix glitches in displaying TTY menusEli Zaretskii2017-10-071-8/+14
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-2/+2
* One more attempt to avoid GCC 7 warnings in dispnew.cEli Zaretskii2017-09-151-1/+1
* Avoid compilation warnings with GCC 7 on MS-WindowsEli Zaretskii2017-09-151-0/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-5/+5
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-11/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+1
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-4/+4
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-1/+1
* | Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-03-211-1/+3
* | Merge from origin/emacs-25John Wiegley2016-03-111-3/+3
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+3
|\ \ | |/
| * Fix an assertionChris Feng2016-02-251-1/+3
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+1
|\ \ | |/
| * Allocate glyph matrices for the initial frameChris Feng2016-02-241-1/+1
* | -Paul Eggert2016-01-301-6/+1
|\ \ | |/
| * xwidgets style cleanupPaul Eggert2016-01-221-6/+1
* | -Paul Eggert2016-01-301-0/+12
|\ \ | |/
| * Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+12
| * Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-01-151-1/+3
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-8/+8
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-7/+5
* Avoid division by zero crash observed by Yuan MEI.Martin Rudalics2015-11-061-2/+4
* * src/dispnew.c (init_display): Simplify overflow checking.Paul Eggert2015-10-281-2/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-6/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Remove a few simple cases of global redisplayStefan Monnier2015-09-081-1/+1
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-091-1/+1
* Make sure sleep-for always delays for as long as it's toldEli Zaretskii2015-06-301-2/+10
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-2/+2
* Treat batch stdout/stderr like standard displayPaul Eggert2015-05-311-0/+1
* Merge from origin/emacs-24Paul Eggert2015-03-031-0/+6
|\
| * Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-021-0/+6
| * Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii2015-01-091-4/+4
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1