summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-2/+2
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-20/+132
* 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