aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-294/+68
* * xdisp.c (emacs_scroll_step): Rename from scroll_step.Tom Tromey2011-01-181-15/+15
* Fix bug#7750.Glenn Morris2011-01-071-5/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-021-18/+21
|\
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-251-5/+7
| * Fix change that fixed bug #7587.Eli Zaretskii2010-12-171-1/+1
| * * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-161-17/+17
* | Implement tool-bar separators for non-GTK tool-bars.Chong Yidong2010-12-201-6/+2
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-0/+4
* | Merge from emacs-23Stefan Monnier2010-12-131-15/+18
|\|
| * Code cleanup in xdisp.c regarding string_char_and_length.Eli Zaretskii2010-12-111-26/+9
| * Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-061-3/+7
| * Avoid infloop when scrolling conservatively (Bug#7537).Chong Yidong2010-12-041-1/+5
| * Backport 2010-04-10T10:52:[email protected] from trunkChong Yidong2010-11-041-6/+8
* | Force left-to-right paragraph direction in echo area and prog-mode buffers.Eli Zaretskii2010-11-261-0/+2
* | Fix bug #7474 with cursor positioning in overlay strings.Eli Zaretskii2010-11-251-1/+1
* | Fix bug #6687 with cursor positioning after before-string from overlays.Eli Zaretskii2010-11-191-5/+5
* | Fix bug #7417 with cursor positioning on empty lines.Eli Zaretskii2010-11-171-0/+10
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+5
* | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-5/+2
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+5
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-14/+14
* | * src/xdisp.c (note_mode_line_or_margin_highlight): InitializeJan D2010-11-071-3/+1
* | xdisp.c: Add commentary about character compositions in bidirectional text.Eli Zaretskii2010-11-061-1/+31
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-236/+305
|\ \
| * | Cleanup -Wall warnings.Eli Zaretskii2010-11-051-12/+6
| * | Fix unified mouse highlight after compiling on Unix.Eli Zaretskii2010-11-051-2/+2
| * | Cleanup fallout from redesigning mouse highlight.Eli Zaretskii2010-11-051-5/+3
| * | Finish coding mouse highlight redesigned for portability.Eli Zaretskii2010-11-011-26/+38
| * | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-186/+200
| * | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-19/+70
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-011-7/+7
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-24/+419
|/ /
* | * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.Glenn Morris2010-10-231-2/+1
* | * src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.Glenn Morris2010-10-231-1/+3
* | Sync docs of C and Lisp version of auto-hscroll-mode.Glenn Morris2010-10-231-7/+7
* | Implement mouse highlight for bidi-reordered lines.Eli Zaretskii2010-10-231-230/+720
|\ \
| * | Fix support for R2L lines. Tested with reordered text.Eli Zaretskii2010-10-231-34/+58
| * | The range [STARTPOS..ENDPOS] is inclusive in strings.Eli Zaretskii2010-10-231-5/+10
| * | Tested with L2R rows and mouse highlight on a single line.Eli Zaretskii2010-10-231-3/+8
| * | Finished work on mouse highlight that comes from display strings.Eli Zaretskii2010-10-161-11/+96
| * | Support bidi-reordered text in mouse-highlighted mode- and header-lines.Eli Zaretskii2010-10-161-47/+74
| * | Start working on mouse highlight of mode- and header-lines.Eli Zaretskii2010-10-161-24/+22
| * | Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.Eli Zaretskii2010-10-091-47/+164
| * | Fix beg_col calculation when painting from window start.Eli Zaretskii2010-10-021-1/+9
| * | Fix mouse highlight in bidi-reordered continued lines.Eli Zaretskii2010-10-021-161/+167
| * | Fix minor bugs in mouse highlight.Eli Zaretskii2010-10-021-10/+28
| * | Clean up mouse highlight in R2L lines.Eli Zaretskii2010-08-281-44/+49
| * | Fix mouse highlight in continued R2L lines.Eli Zaretskii2010-08-281-31/+43
| * | Support L2R continued lines.Eli Zaretskii2010-08-281-9/+43