summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-3/+3
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-14/+16
* * src/dispnew.c (init_display_interactive): Fix comment to match code.Paul Eggert2019-07-071-1/+2
* Remove printmax_t etc.Paul Eggert2019-07-071-3/+3
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-3/+91
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-1/+1
* Merge from origin/emacs-26Glenn Morris2019-04-171-0/+1
|\
| * Fix the MSDOS build when running under CWSDPMIEli Zaretskii2019-04-151-0/+1
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-5/+5
* | Fix starting temacs interactivelyEli Zaretskii2019-03-031-1/+1
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-5/+2
* | Fix face initializations in pdump'ed EmacsEli Zaretskii2019-01-261-1/+12
* | Add portable dumperDaniel Colascione2019-01-151-29/+40
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-301-3/+5
|\ \ | |/
| * Fix commentary in dispnew.cEli Zaretskii2018-12-281-3/+5
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-10-161-1/+6
|\ \ | |/
| * Fix redisplay of glyphless charactersEli Zaretskii2018-10-131-1/+6
| * Fix posn-at-point in Flycheck buffersEli Zaretskii2018-06-021-0/+5
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-13/+13
* | Rename Emacs-specific INFINITY constantsPaul Eggert2018-08-311-2/+1
* | Fix a recent changeEli Zaretskii2018-08-281-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-0/+9
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-7/+7
* | unbind_to performance tuningPaul Eggert2018-06-291-2/+1
* | Add support for per-window face remappingDaniel Colascione2018-06-071-2/+1
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
* | Pacify GCC when --enable-profilingPaul Eggert2018-04-031-3/+1
* | Fix posn-at-point in Flycheck buffersEli Zaretskii2018-01-191-0/+5
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * 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
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-0/+6
|/
* 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