summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid aborts/assertion violations due to 'vim-empty-lines-mode'Eli Zaretskii2017-03-111-0/+8
* A better fix for bug#25845Eli Zaretskii2017-03-061-0/+30
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-13/+13
* Remove XFLOATINTPaul Eggert2017-03-021-13/+13
* Fix display of mouse-highlight produced by overlapping overlaysEli Zaretskii2017-03-021-1/+3
* * src/xdisp.c (overlay_arrows_changed_p): Fix return value and docStefan Monnier2017-02-281-2/+8
* * src/xdisp.c (overlay_arrows_changed_p): Fix last change.Stefan Monnier2017-02-271-2/+7
* Avoid segfault in overlay_arrows_changed_pEli Zaretskii2017-02-261-2/+4
* Fix display of before- and after-strings at invisible textEli Zaretskii2017-02-261-3/+8
* Avoid leaving garbage on screen when using 'raise' display propertyEli Zaretskii2017-02-251-0/+10
* Fix scrolling with partial line corner case (Bug#25792)Noam Postavsky2017-02-241-3/+9
* Minor redisplay optimisationsStefan Monnier2017-02-231-7/+11
* Fix warnings in debug tracing codeNoam Postavsky2017-02-101-5/+5
* Fix a bug with displaying an image after a TABEli Zaretskii2017-02-101-1/+4
* Make FOR_EACH_TAIL more like other FOR_EACH macrosPaul Eggert2017-02-061-2/+2
* Signal list cycles in ‘length’ etc.Paul Eggert2017-02-051-24/+13
* Fix scrolling with partial linesNoam Postavsky2017-02-021-1/+28
* Make limit on scroll-margin variableNoam Postavsky2017-02-021-0/+8
* Refactor uses of scroll_margin to a functionNoam Postavsky2017-02-021-58/+9
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/xdisp.c (string_from_display_spec): Simplify.Paul Eggert2016-12-311-16/+8
* | Simplify code in 'string_from_display_spec'Chris Gregory2016-12-311-6/+5
* | Prevent infloops in redisplay due to truncate-lines and overlaysEli Zaretskii2016-12-231-0/+11
* | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-13/+10
* | * src/xdisp.c (block_buffer_flips, unblock_buffer_flips): Now static.Paul Eggert2016-11-201-4/+6
* | Fix redrawing non-selected frame after resize on MS-WindowsEli Zaretskii2016-11-201-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-4/+65
* | Avoid infinite hscrolling in redisplayNoam Postavsky2016-10-221-6/+24
* | Merge from origin/emacs-25Paul Eggert2016-10-101-2/+3
|\ \ | |/
| * Fix infloop in redisplay due to truncated lines and invisible textEli Zaretskii2016-10-081-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-10-101-2/+1
|\ \ | |/
| * Avoid crashes when setting the cursorEli Zaretskii2016-10-041-2/+1
| * Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-09-231-12/+52
| * Fix bug with handling the bidi cacheEli Zaretskii2016-08-111-0/+8
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-40/+24
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-1/+1
* | Avoid assertion violations when scrolling narrowed bufferEli Zaretskii2016-09-051-2/+3
* | Display mini-window resized even when there are several framesEli Zaretskii2016-08-221-9/+6
* | Another fix for scroll-conservatively and overlay stringsEli Zaretskii2016-08-141-2/+3
* | Avoid annoying re-scroll when buffer has many overlay stringsEli Zaretskii2016-08-111-0/+28
* | Fix cursor position under scroll-conservatively and overlay stringsEli Zaretskii2016-08-081-0/+34
* | Fix cursor display (bug#23993)Alan Third2016-07-161-1/+1
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-5/+16
* | Cleanup tooltipsDmitry Antipov2016-07-121-16/+5
* | Fix display of composed charactersEli Zaretskii2016-07-111-2/+2