summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (redisplay_window): Really switch buffers whenGerd Moellmann2000-05-291-0/+13
* (handle_invisible_prop): Don't try to skip overGerd Moellmann2000-05-251-2/+4
* (Fdump_glyph_matrix): Declare the arg.Dave Love2000-05-251-1/+2
* (get_next_display_element): Handle 8-bit charactersKenichi Handa2000-05-201-3/+8
* (Vimage_types): Moved here from xfns.c.Gerd Moellmann2000-05-191-0/+9
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-2/+2
* (add_to_log): Pass 1 byte less to message_dolog.Gerd Moellmann2000-05-111-1/+1
* (handle_single_display_prop): Don't try to set PT ifGerd Moellmann2000-05-111-5/+11
* (handle_single_display_prop): If display property valueGerd Moellmann2000-05-031-1/+6
* (make_cursor_line_fully_visible): Handle case of rowsGerd Moellmann2000-04-281-9/+12
* (display_line): If lines are continued, restoreGerd Moellmann2000-04-261-3/+24
* (try_window_id) <all changes above window start>: AdjustGerd Moellmann2000-04-251-10/+29
* (init_iterator): Set iterator's extra_line_spacingGerd Moellmann2000-04-241-3/+29
* (with_echo_area_buffer): Add more `int' parameters forGerd Moellmann2000-04-191-2/+2
* (setup_echo_area_for_printing): Choose an echoGerd Moellmann2000-04-101-4/+15
* Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:Ken Raeburn2000-04-011-18/+20
* (face_before_or_after_it_pos): Pass multibytenessGerd Moellmann2000-03-271-2/+2
* (charset_at_position): Function removed.Kenichi Handa2000-03-211-67/+23
* (handle_single_display_prop): Initialize local `value'.Gerd Moellmann2000-03-201-4/+7
* (display_echo_area): Temporarily inhibit garbage collection.Gerd Moellmann2000-03-081-2/+10
* (QCdata): Moved here from xfns.c.Gerd Moellmann2000-03-051-1/+3
* (try_window_id): Recompute unchanged information ifGerd Moellmann2000-03-051-5/+3
* (handle_single_display_prop): Use FONT_HEIGHT macro.Jason Rumney2000-02-271-3/+3
* (cursor_in_non_selected_windows): New variable.Gerd Moellmann2000-02-241-0/+11
* (decode_mode_spec_coding): Delete superfluous code.Kenichi Handa2000-02-171-9/+3
* (syms_of_xdisp): Doc fix for scroll-conservatively.Gerd Moellmann2000-02-121-1/+3
* * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,Andrew Innes2000-02-061-0/+3
* (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.Gerd Moellmann2000-01-311-2/+17
* (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: NoEli Zaretskii2000-01-031-2/+2
* (reseat_at_next_visible_line_start): Position beforeGerd Moellmann2000-01-031-24/+31
* (next_element_from_buffer): Change assertion at the endGerd Moellmann1999-12-311-3/+2
* (dump_glyph_row): Adapt to changes in struct glyph.Gerd Moellmann1999-12-281-2/+2
* (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGEDGerd Moellmann1999-12-281-1/+1
* All codes adjusted for the change of struct glyph.Kenichi Handa1999-12-271-18/+14
* (redisplay_window) <optional new window start>: CheckGerd Moellmann1999-12-151-1/+3
* (it_props): Add an entry for composition.Kenichi Handa1999-12-151-22/+181
* Don't duplicate Qheight, Qwidth definitions done elsewhere.Dave Love1999-11-241-7/+4
* (ensure_echo_area_buffers): New.Gerd Moellmann1999-11-141-8/+23
* Remove conditional computation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-071-10/+6
* (display_line): Set charpos of first glyph in blankGerd Moellmann1999-11-021-5/+5
* (resize_mini_window): Compute needed height differently.Gerd Moellmann1999-10-311-1/+2
* (append_space): Return non-zero if space was appended.Gerd Moellmann1999-10-311-9/+10
* * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing ifGerd Moellmann1999-10-261-3/+2
* (echo_area_display): Put previous change in #if 0.Gerd Moellmann1999-10-261-0/+2
* (echo_area_display) [HAVE_X_WINDOWS]: Do nothingGerd Moellmann1999-10-191-8/+3
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+4
* (handle_fontified_prop): GCPRO pos.Dave Love1999-10-141-0/+3
* (display_menu_bar): Use MENU_FACE_ID instead ofGerd Moellmann1999-10-061-3/+3
* (resize_mini_window): Do nothing if frame is an XGerd Moellmann1999-09-291-1/+2
* (display_prop_end, invisible_text_between_p): UseGerd Moellmann1999-09-261-23/+9