summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* * src/keyboard.c: Call gui-set-selection instead of x-set-selection.Stefan Monnier2014-11-071-11/+14
* Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris2014-11-031-3/+11
|\
| * Fix minor issues with functions that dump glyph matrices.Eli Zaretskii2014-11-031-3/+11
* | Merge from emacs-24; up to 117656Glenn Morris2014-11-011-6/+3
|\ \ | |/
| * * nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv2014-10-301-6/+3
| * * xdisp.c (erase_phys_cursor): Fix confusion between window-relative and text...YAMAMOTO Mitsuharu2014-10-221-5/+7
| * * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. [Backport]YAMAMOTO Mitsuharu2014-10-221-4/+12
* | Improve mouse dragging of frame edges.Martin Rudalics2014-10-241-1/+1
* | Merge from emacs-24Stefan Monnier2014-10-201-6/+14
|\ \ | |/
| * * src/xdisp.c (redisplay_window): Re-run pre-redisplay-function after weStefan Monnier2014-10-201-6/+14
* | A better fix for drawing hollow cursor on X on 1-pixel thin space characters.Eli Zaretskii2014-10-181-4/+1
* | Merge from trunk and resolve conflicts.Eli Zaretskii2014-10-141-68/+212
|\ \
| * \ Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-031-0/+1
| |\ \ | | |/
| | * Fix bug #18584 with assertion violations while scrolling.Eli Zaretskii2014-10-021-0/+1
| * | 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
* | | Implement inhibit-bidi-mirroring; improve biditest.el.Eli Zaretskii2014-10-141-1/+8
* | | Increase 'level' in glyph struct; convert bad type aborts into assertions.Eli Zaretskii2014-10-141-10/+5
* | | Added bidi-resolved-levels, with a bug.Eli Zaretskii2014-09-071-0/+109
|/ /
* | * 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
|\ \ | |/