aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (add_to_log): Moved from xfaces.c. Remove frameGerd Moellmann1999-09-231-0/+31
* (resize_mini_window): Use grow_mini_window andGerd Moellmann1999-09-231-22/+11
* (sync_frame_with_window_matrix_rows): Disable frame rowsGerd Moellmann1999-09-201-0/+7
* (compute_window_start_on_continuation_line): Handle caseGerd Moellmann1999-09-201-14/+38
* (echo_area_display): Turn off code that returnedRichard M. Stallman1999-09-181-0/+5
* (resize_mini_window): Temporarily set the selectedGerd Moellmann1999-09-161-0/+12
* (resize_mini_window): Don't report changed windowGerd Moellmann1999-09-151-1/+2
* (display_echo_area_1, try_window_id): Remove unusedGerd Moellmann1999-09-141-3/+0
* (redisplay_window): Make sure start_at_line_begGerd Moellmann1999-09-131-2/+2
* (move_it_in_display_line_to): Make type consistent with declaration.Dave Love1999-09-131-1/+1
* (QCfile): Move here from xfns.c.Gerd Moellmann1999-09-131-40/+52
* (resize_mini_window): Add parameter exact_p. ResizeGerd Moellmann1999-09-121-16/+67
* (run_window_scroll_functions): If hook functions switchRichard M. Stallman1999-09-121-2/+10
* (Qwhen): Replaces QCwhen.Gerd Moellmann1999-09-081-5/+5
* (handle_single_display_prop): Change conditionalGerd Moellmann1999-09-071-5/+2
* ChangeGerd Moellmann1999-09-051-40/+42
* (row_containing_pos): New.Gerd Moellmann1999-09-051-146/+175
* Use XCAR and XCDR instead of XCONS.Gerd Moellmann1999-09-031-98/+55
* (get_next_display_element): Display incomplete multibyteKenichi Handa1999-09-031-14/+26
* (try_window_id): Reset first_unchanged_at_end_rowGerd Moellmann1999-09-021-6/+13
* (window_box_width): Use FRAME_FLAGS_AREA_COLS instead ofGerd Moellmann1999-08-301-2/+2
* (resize_mini_window): Don't resize ifGerd Moellmann1999-08-251-1/+8
* (try_window_id): Remove typo.Gerd Moellmann1999-08-251-1/+1
* (try_window_id): Recognize case that PT == ZV and inGerd Moellmann1999-08-251-2/+12
* (redisplay_window): Don't ever test just_this_one_pGerd Moellmann1999-08-241-34/+70
* (redisplay_internal): Clear garbaged frames afterGerd Moellmann1999-08-231-64/+93
* (resize_mini_window): Do it for truncate-lines t asGerd Moellmann1999-08-211-59/+75