aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix redisplay with window-start on continuation linesEli Zaretskii2016-07-051-7/+27
* | Fix vertical-movement in buffers with wrap-prefixEli Zaretskii2016-07-021-2/+1
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-25/+23
* | Remove two uses of 'min' in Fwindow_text_pixel_sizeMartin Rudalics2016-06-241-8/+11
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-60/+18
* | Fix vertical layout calculations when newline has line-height propertyEli Zaretskii2016-06-211-0/+5
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-7/+36
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-15/+15
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-5/+8
* | Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-05-211-12/+52
* | Allow null entries in face and image cachePaul Eggert2016-05-191-0/+1
* | Fix flyspell highlightingPaul Eggert2016-05-191-2/+2
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-32/+25
* | Add a new face for non-breaking hyphen charactersLars Ingebrigtsen2016-04-281-11/+17
* | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-11/+7
* | Spelling fixesPaul Eggert2016-04-031-1/+1