summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-5/+5
* Merge from emacs-24Stefan Monnier2014-09-301-11/+49
|\
| * 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
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-1/+1
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* | Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-2/+0
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* | * dispextern.h, xdisp.c (window_box_right_offset): Now static.Paul Eggert2014-09-231-1/+1
* | Merge from emacs-24Stefan Monnier2014-09-221-13/+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
* | Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-211-7/+14
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-3/+3
* | Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-1/+1
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-1/+1
* | Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-7/+10
|\ \ | |/
| * 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
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-17/+24
* | Remove stray semicolons.Paul Eggert2014-09-041-3/+3
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-0/+4
|\ \ | |/
| * Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-311-0/+4
* | Fix cursor drawing in hscrolled R2L screen lines.Eli Zaretskii2014-08-311-1/+4
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-1/+1
* | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-271-3/+50
|\ \ | |/
| * 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
* | * xdisp.c (erase_phys_cursor): Fix confusion between window-relativeYAMAMOTO Mitsuharu2014-08-191-5/+7
* | Avoid overwriting the reversed_p flags in the glyph matrices.Eli Zaretskii2014-08-171-4/+11
* | * xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.Paul Eggert2014-08-161-1/+1
* | Preliminary attempt to fix horizontal scroll bar dragging with bidi text.Martin Rudalics2014-08-161-9/+20
* | Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-011-8/+72
|\ \ | |/
| * 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
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-73/+116
* | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer):Paul Eggert2014-07-251-2/+2
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-251-2/+54
* | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-211-3/+28
|\ \ | |/
| * 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
* | Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.orgGlenn Morris2014-07-161-2/+6
|\ \ | |/
| * Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-131-2/+6
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-121-1/+4
|\ \ | |/
| * Attempt to fix bug #17962 with SIGSEGV in display_line.Eli Zaretskii2014-07-121-1/+4
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-3/+37
|\ \ | |/
| * 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