| Commit message (Expand) | Author | Age | Files | Lines |
* | (syms_of_xdisp): Set up Qmenu_bar_update_hook. | Richard M. Stallman | 1994-04-25 | 1 | -5/+10 |
* | (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as | Karl Heuer | 1994-04-15 | 1 | -6/+8 |
* | (update_menu_bar): Take frame as arg. | Richard M. Stallman | 1994-04-14 | 1 | -59/+13 |
* | (copy_part_of_rope): Replace non-glyph with 0. | Karl Heuer | 1994-04-08 | 1 | -2/+2 |
* | (display_text_line): minibuffer_prompt_width is a distance, not an absolute | Karl Heuer | 1994-04-07 | 1 | -3/+9 |
* | Use PT, not point. | Karl Heuer | 1994-04-06 | 1 | -33/+33 |
* | (display_string): Allow for negative hpos when clearing array. | Karl Heuer | 1994-04-06 | 1 | -1/+1 |
* | Add window argument on calls to compute_motion. | Karl Heuer | 1994-04-05 | 1 | -11/+12 |
* | (display_text_line): Rename startp to leftmargin. | Richard M. Stallman | 1994-04-05 | 1 | -35/+52 |
* | (display_text_line): Properly handle charstarts for hscroll, | Richard M. Stallman | 1994-04-04 | 1 | -12/+27 |
* | (redisplay): do_verify_charstarts controls whether to call verify_charstarts. | Richard M. Stallman | 1994-04-03 | 1 | -3/+16 |
* | (display_text_line): Always store in charstart | Richard M. Stallman | 1994-04-03 | 1 | -19/+29 |
* | (update_menu_bar): Pass 0 to set_frame_menubar. | Fred Pierresteguy | 1994-04-01 | 1 | -1/+1 |
* | (try_window_id): Pass new arg to scroll_frame_lines. | Richard M. Stallman | 1994-04-01 | 1 | -3/+3 |
* | (redisplay): In previous change, handle case where no newline follows. | Richard M. Stallman | 1994-04-01 | 1 | -1/+11 |
* | (redisplay): Call adjust_window_charstarts | Richard M. Stallman | 1994-04-01 | 1 | -0/+8 |
* | (redisplay): Call frame_up_to_date_hook. | Richard M. Stallman | 1994-03-31 | 1 | -4/+45 |
* | (display_text_line): Handle selective display at window edge. | Karl Heuer | 1994-03-29 | 1 | -3/+13 |
* | (x_consider_frame_title, decode_mode_spec): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -2/+4 |
* | (fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): Handle | Karl Heuer | 1994-03-19 | 1 | -36/+52 |
* | (update_menu_bar): Delete unused second argument. Callers changed. | Karl Heuer | 1994-03-16 | 1 | -3/+2 |
* | (redisplay): Don't consider minibuffer name for frame title. | Karl Heuer | 1994-03-16 | 1 | -1/+2 |
* | (message1): Call message2 instead of duplicating code. | Karl Heuer | 1994-03-15 | 1 | -51/+10 |
* | (redisplay_window): Avoid dividing negative numbers, since the rounding effect | Karl Heuer | 1994-03-14 | 1 | -1/+1 |
* | (x_consider_frame_title): New function, extracted from display_mode_line. | Karl Heuer | 1994-03-11 | 1 | -17/+34 |
* | (display_mode_line): Highlight partial-width mode lines | Richard M. Stallman | 1994-03-10 | 1 | -0/+8 |
* | (update_menu_bar): Change call to menu_bar_items. | Richard M. Stallman | 1994-03-02 | 1 | -7/+9 |
* | (display_text_line): Allow for invisible overlays in next_invisible lookahead. | Karl Heuer | 1994-02-25 | 1 | -3/+4 |
* | (try_window, display_text_line): Use Fget_char_property to test for invisibil... | Karl Heuer | 1994-02-24 | 1 | -5/+5 |
* | (try_window): Add #ifdef USE_TEXT_PROPERTIES around call to Fget_text_property. | Karl Heuer | 1994-02-24 | 1 | -1/+4 |
* | (try_window_id, display_text_line): Treat blank lines specially in | Karl Heuer | 1994-02-14 | 1 | -9/+8 |
* | (decode_mode_spec): Support %+. | Richard M. Stallman | 1994-02-13 | 1 | -0/+5 |
* | (decode_mode_spec): Implement `P'. | Richard M. Stallman | 1994-02-11 | 1 | -0/+29 |
* | Comment change. | Karl Heuer | 1994-02-10 | 1 | -1/+2 |
* | (fix_glyph): New function. | Richard M. Stallman | 1994-02-06 | 1 | -85/+112 |
* | (try_window_id): Don't pass value beyond ZV to compute_motion. | Karl Heuer | 1994-02-02 | 1 | -3/+3 |
* | Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) | Fred Pierresteguy | 1994-01-26 | 1 | -0/+4 |
* | (display_menu_bar): Add USE_X_TOOLKIT conditional. | Richard M. Stallman | 1994-01-21 | 1 | -1/+40 |
* | (redisplay_window): Before altering lpoint, | Richard M. Stallman | 1993-12-25 | 1 | -1/+2 |
* | (message): Use message2, not message1. | Richard M. Stallman | 1993-12-23 | 1 | -57/+255 |
* | (display_text_line): Pass new arg to compute_char_face | Richard M. Stallman | 1993-11-20 | 1 | -22/+24 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | * xdisp.c (display_menu_bar): Redisplay all lines occupied by the | Jim Blandy | 1993-08-02 | 1 | -0/+5 |
* | (try_window): Handle invisible newline at end of buffer. | Richard M. Stallman | 1993-07-31 | 1 | -2/+49 |
* | * xdisp.c (redisplay): If we're not already showing the region, | Jim Blandy | 1993-06-30 | 1 | -2/+3 |
* | * xdisp.c (redisplay_window): Remember to compute end relative to | Jim Blandy | 1993-06-22 | 1 | -1/+1 |
* | * xdisp.c (redisplay_window): No need to subtract one from start | Jim Blandy | 1993-06-17 | 1 | -1/+1 |
* | * xdisp.c (redisplay_window): No need to subtract BEGV to compute | Jim Blandy | 1993-06-16 | 1 | -1/+1 |
* | * xdisp.c (display_text_line): Use temporary variable. | Jim Blandy | 1993-06-14 | 1 | -3/+6 |
* | (echo_area_display): Use XFASTINT on ->height. | Richard M. Stallman | 1993-06-12 | 1 | -7/+12 |