summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fix.Paul Eggert2014-09-291-1/+1
* Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-291-11/+49
* Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-181-0/+6
* Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-151-13/+43
* src/xdisp.c (pos_visible_p): Don't assign a boolean value to an int var.Eli Zaretskii2014-09-091-1/+1
* Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii2014-09-091-6/+9
* Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-311-0/+4
* src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-181-0/+42
* Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-171-3/+8
* Fix display of R2L lines when the last character fits only partially.Eli Zaretskii2014-08-011-1/+19
* Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii2014-07-291-3/+30
* Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii2014-07-281-4/+23
* Fix assertion violation when restoring hscrolled window configurations.Eli Zaretskii2014-07-171-0/+7
* Fix part of bug #18035 with overlay strings on invisible text.Eli Zaretskii2014-07-171-1/+19
* Fix bug #18036 with infloop in redisplay with huge fringes.Eli Zaretskii2014-07-161-2/+2
* Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-131-2/+6
* Attempt to fix bug #17962 with SIGSEGV in display_line.Eli Zaretskii2014-07-121-1/+4
* Fix bug #17969 with vertical-motion through continuation lines with TABs.Eli Zaretskii2014-07-081-0/+19
* src/xdisp.c (pos_visible_p): Fix inaccurate comment.Eli Zaretskii2014-07-051-1/+3
* Fix bug #17944 with pos-visible-in-window-p when there's image at window start.Eli Zaretskii2014-07-051-1/+1
* A better fix for bug #17942.Eli Zaretskii2014-07-051-1/+1
* Fix bug #17942 with pos-visible-in-window-p and image and BOB.Eli Zaretskii2014-07-051-1/+2
* Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-041-0/+12
* Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-011-2/+2
* A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii2014-06-161-1/+4
* Spelling fix.Paul Eggert2014-06-151-1/+1
* Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii2014-06-141-0/+1
* src/xdisp.c: Enhance commentary.Eli Zaretskii2014-06-141-3/+64
* Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii2014-06-111-3/+3
* Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-251-1/+1
* * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-241-2/+2
* Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-241-8/+17
* * src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier2014-05-241-6/+25
* Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii2014-05-211-5/+11
* Fix bug #17288 with inserting left truncation glyph under linum-mode.Eli Zaretskii2014-04-181-0/+1
* Fix bug #17281 with infloop in line-pixel-height.Eli Zaretskii2014-04-171-1/+12
* Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii2014-04-121-0/+23
* Fix bug #17047 with cursor motion when invisible text starts a line.Eli Zaretskii2014-03-231-4/+42
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-1/+1
* Update docs for window dividers and `window-text-pixel-size'.Martin Rudalics2014-03-091-6/+10
* src/xdisp.c (Fmove_point_visually): Fix previous change.Eli Zaretskii2014-03-081-1/+4
* Fix more failures of visual-order cursor movement under word-wrap (bug#16961).Eli Zaretskii2014-03-081-1/+27
* Fix bug #16961 with visual-order cursor movement and word-wrap.Eli Zaretskii2014-03-071-1/+6
* Don't show drag cursor when modeline can't be dragged (Bug#16647).Martin Rudalics2014-02-281-2/+6
* More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics2014-02-271-16/+52
* Fix bug #16870 with 'box' face in display strings.Eli Zaretskii2014-02-271-11/+52
* Fixes around Bug#16647.Martin Rudalics2014-02-261-0/+10
* Pacify GCC when configuring with --enable-gcc-warnings.Paul Eggert2014-02-201-1/+1
* Fix excessive calls to bidi_shelve_cache reported in bug #15555.Eli Zaretskii2014-02-201-17/+32
* Fix assertion violation in redisplay.Eli Zaretskii2014-02-201-22/+25