summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAge
* Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)Eli Zaretskii2015-02-05
* A more thorough fix for bug#19307Eli Zaretskii2015-02-03
* Fix display of overlay strings with faces after ellipsis (Bug#19307)Eli Zaretskii2015-02-02
* Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-02
* Fix display of images in R2L screen linesEli Zaretskii2015-01-17
* Fix assertion violations in try_window_id (Bug#19511)Eli Zaretskii2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix a typo in a comment in the previous commit.Eli Zaretskii2014-12-30
* Fix the pixel coordinates returned by pos-visible-in-window-p. (Bug#19473)Eli Zaretskii2014-12-30
* Fix rendering of composed caharacters on the mode line. (Bug#19435)Eli Zaretskii2014-12-25
* Support overflow-newline-into-fringe together with word-wrap (bug#19300)Eli Zaretskii2014-12-10
* Fix bug #19201 with after-strings not being displayed.Eli Zaretskii2014-11-27
* Fix minor issues with functions that dump glyph matrices.Eli Zaretskii2014-11-03
* * nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv2014-10-30
* * xdisp.c (erase_phys_cursor): Fix confusion between window-relative and text...YAMAMOTO Mitsuharu2014-10-22
* * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. [Backport]YAMAMOTO Mitsuharu2014-10-22
* * src/xdisp.c (redisplay_window): Re-run pre-redisplay-function after weStefan Monnier2014-10-20
* Fix bug #18584 with assertion violations while scrolling.Eli Zaretskii2014-10-02
* Spelling fix.Paul Eggert2014-09-29
* Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-29
* Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-18
* Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-15
* src/xdisp.c (pos_visible_p): Don't assign a boolean value to an int var.Eli Zaretskii2014-09-09
* Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii2014-09-09
* Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-31
* src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-18
* Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-17
* Fix display of R2L lines when the last character fits only partially.Eli Zaretskii2014-08-01
* Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii2014-07-29
* Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii2014-07-28
* Fix assertion violation when restoring hscrolled window configurations.Eli Zaretskii2014-07-17
* Fix part of bug #18035 with overlay strings on invisible text.Eli Zaretskii2014-07-17
* Fix bug #18036 with infloop in redisplay with huge fringes.Eli Zaretskii2014-07-16
* Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-13
* Attempt to fix bug #17962 with SIGSEGV in display_line.Eli Zaretskii2014-07-12
* Fix bug #17969 with vertical-motion through continuation lines with TABs.Eli Zaretskii2014-07-08
* src/xdisp.c (pos_visible_p): Fix inaccurate comment.Eli Zaretskii2014-07-05
* Fix bug #17944 with pos-visible-in-window-p when there's image at window start.Eli Zaretskii2014-07-05
* A better fix for bug #17942.Eli Zaretskii2014-07-05
* Fix bug #17942 with pos-visible-in-window-p and image and BOB.Eli Zaretskii2014-07-05
* Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-04
* Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-01
* A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii2014-06-16
* Spelling fix.Paul Eggert2014-06-15
* Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii2014-06-14
* src/xdisp.c: Enhance commentary.Eli Zaretskii2014-06-14
* Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii2014-06-11
* Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-25
* * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-24
* Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-24