summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-1/+4
* | Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-061-80/+55
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-011-12/+0
* | merge masterJoakim Verona2015-01-221-8/+2
|\ \
| * | Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-8/+2
* | | cleanupJoakim Verona2015-01-211-1/+0
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-211-11/+5
|\ \ \ | |/ /
| * | Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-7/+6
| * | * dispnew.c: Remove no-longer-valid comment.Paul Eggert2015-01-201-5/+0
| * | Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-7/+7
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-201-0/+12
|\ \ \ | |/ /
| * | Verify that Qnil is zero before relying on that in redisplay.Eli Zaretskii2015-01-191-0/+12
* | | merge masterJoakim Verona2015-01-151-1/+2
|\ \ \ | |/ /
| * | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-1/+2