summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_xdisp): Set up Qmenu_bar_update_hook.Richard M. Stallman1994-04-251-5/+10
* (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face asKarl Heuer1994-04-151-6/+8
* (update_menu_bar): Take frame as arg.Richard M. Stallman1994-04-141-59/+13
* (copy_part_of_rope): Replace non-glyph with 0.Karl Heuer1994-04-081-2/+2
* (display_text_line): minibuffer_prompt_width is a distance, not an absoluteKarl Heuer1994-04-071-3/+9
* Use PT, not point.Karl Heuer1994-04-061-33/+33
* (display_string): Allow for negative hpos when clearing array.Karl Heuer1994-04-061-1/+1
* Add window argument on calls to compute_motion.Karl Heuer1994-04-051-11/+12
* (display_text_line): Rename startp to leftmargin.Richard M. Stallman1994-04-051-35/+52
* (display_text_line): Properly handle charstarts for hscroll,Richard M. Stallman1994-04-041-12/+27
* (redisplay): do_verify_charstarts controls whether to call verify_charstarts.Richard M. Stallman1994-04-031-3/+16
* (display_text_line): Always store in charstartRichard M. Stallman1994-04-031-19/+29
* (update_menu_bar): Pass 0 to set_frame_menubar.Fred Pierresteguy1994-04-011-1/+1
* (try_window_id): Pass new arg to scroll_frame_lines.Richard M. Stallman1994-04-011-3/+3
* (redisplay): In previous change, handle case where no newline follows.Richard M. Stallman1994-04-011-1/+11
* (redisplay): Call adjust_window_charstartsRichard M. Stallman1994-04-011-0/+8
* (redisplay): Call frame_up_to_date_hook.Richard M. Stallman1994-03-311-4/+45
* (display_text_line): Handle selective display at window edge.Karl Heuer1994-03-291-3/+13
* (x_consider_frame_title, decode_mode_spec): Use assignment, not initialization.Karl Heuer1994-03-251-2/+4
* (fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): HandleKarl Heuer1994-03-191-36/+52
* (update_menu_bar): Delete unused second argument. Callers changed.Karl Heuer1994-03-161-3/+2
* (redisplay): Don't consider minibuffer name for frame title.Karl Heuer1994-03-161-1/+2
* (message1): Call message2 instead of duplicating code.Karl Heuer1994-03-151-51/+10
* (redisplay_window): Avoid dividing negative numbers, since the rounding effectKarl Heuer1994-03-141-1/+1
* (x_consider_frame_title): New function, extracted from display_mode_line.Karl Heuer1994-03-111-17/+34
* (display_mode_line): Highlight partial-width mode linesRichard M. Stallman1994-03-101-0/+8
* (update_menu_bar): Change call to menu_bar_items.Richard M. Stallman1994-03-021-7/+9
* (display_text_line): Allow for invisible overlays in next_invisible lookahead.Karl Heuer1994-02-251-3/+4
* (try_window, display_text_line): Use Fget_char_property to test for invisibil...Karl Heuer1994-02-241-5/+5
* (try_window): Add #ifdef USE_TEXT_PROPERTIES around call to Fget_text_property.Karl Heuer1994-02-241-1/+4
* (try_window_id, display_text_line): Treat blank lines specially inKarl Heuer1994-02-141-9/+8
* (decode_mode_spec): Support %+.Richard M. Stallman1994-02-131-0/+5
* (decode_mode_spec): Implement `P'.Richard M. Stallman1994-02-111-0/+29
* Comment change.Karl Heuer1994-02-101-1/+2
* (fix_glyph): New function.Richard M. Stallman1994-02-061-85/+112
* (try_window_id): Don't pass value beyond ZV to compute_motion.Karl Heuer1994-02-021-3/+3
* Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)Fred Pierresteguy1994-01-261-0/+4
* (display_menu_bar): Add USE_X_TOOLKIT conditional.Richard M. Stallman1994-01-211-1/+40
* (redisplay_window): Before altering lpoint,Richard M. Stallman1993-12-251-1/+2
* (message): Use message2, not message1.Richard M. Stallman1993-12-231-57/+255
* (display_text_line): Pass new arg to compute_char_faceRichard M. Stallman1993-11-201-22/+24
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* * xdisp.c (display_menu_bar): Redisplay all lines occupied by theJim Blandy1993-08-021-0/+5
* (try_window): Handle invisible newline at end of buffer.Richard M. Stallman1993-07-311-2/+49
* * xdisp.c (redisplay): If we're not already showing the region,Jim Blandy1993-06-301-2/+3
* * xdisp.c (redisplay_window): Remember to compute end relative toJim Blandy1993-06-221-1/+1
* * xdisp.c (redisplay_window): No need to subtract one from startJim Blandy1993-06-171-1/+1
* * xdisp.c (redisplay_window): No need to subtract BEGV to computeJim Blandy1993-06-161-1/+1
* * xdisp.c (display_text_line): Use temporary variable.Jim Blandy1993-06-141-3/+6
* (echo_area_display): Use XFASTINT on ->height.Richard M. Stallman1993-06-121-7/+12