summaryrefslogtreecommitdiff
path: root/src/xdisp.c
AgeCommit message (Expand)Author
2006-09-08* xdisp.c (mouse_autoselect_window): Removed.Chong Yidong
2006-09-08(Vmenu_updating_frame): Define here.Richard M. Stallman
2006-09-05(pos_visible_p): Remove exact_mode_line_heights_p arg;Kim F. Storm
2006-08-28(get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:Kim F. Storm
2006-08-27(get_window_cursor_type): Replace BOX cursor on imagesKim F. Storm
2006-08-24(overline_margin): New variable.Kim F. Storm
2006-08-22(update_tool_bar): Redisplay toolbar also when onlyKim F. Storm
2006-07-29(update_menu_bar): New arg HOOKS_RUN. Callers changed.Richard M. Stallman
2006-07-17(handle_single_display_spec): Ensure the right value ofKim F. Storm
2006-07-17(display_mode_line): Preserve match data.Thien-Thi Nguyen
2006-07-01(display_tool_bar_line): Skip glyphs which are too bigKim F. Storm
2006-06-27(handle_composition_prop): Set stop_charpos before push_it.Kim F. Storm
2006-06-23(handle_composition_prop): Push iterator on stack.Kim F. Storm
2006-06-21(handle_stop): Set it->ignore_overlay_strings_at_pos_pKim F. Storm
2006-06-16(next_overlay_string): Fix assert.Kim F. Storm
2006-06-14* xdisp.c (back_to_previous_visible_line_start): ResetChong Yidong
2006-06-13(init_from_display_pos): Don't set it->method andKim F. Storm
2006-06-02(next_element_from_composition): Set it->object toYAMAMOTO Mitsuharu
2006-05-28(set_cursor_from_row): If cursor cannot be set in row,Kim F. Storm
2006-05-27(get_phys_cursor_geometry): Return computed x and y throughKim F. Storm
2006-05-17(display_tool_bar_line): Eliminate x_before variable.Kim F. Storm
2006-05-17(display_tool_bar_line): Restore entire tool-bar geometry whenKim F. Storm
2006-05-11(redisplay_tool_bar): Handle large tool-bar-border values.Kim F. Storm
2006-05-05(handle_composition_prop): Fix for the case of emptyKenichi Handa
2006-05-01(prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.YAMAMOTO Mitsuharu
2006-04-24Fix last change:Kim F. Storm
2006-04-24(produce_stretch_glyph): Include face box in stretch glyph size.Kim F. Storm
2006-04-23* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code whichKim F. Storm
2006-04-23(tool_bar_lines_needed): New local `temp_row' for clarity.Kim F. Storm
2006-04-21(redisplay_window): Fix last change. Don't recenter ifKim F. Storm
2006-04-20(note_mouse_highlight): Use build_string.Nick Roberts
2006-04-20* xdisp.c (redisplay_window): Fix last change.Kim F. Storm
2006-04-19(redisplay_window): If current window start is not at theKim F. Storm
2006-04-13(note_mouse_highlight): Add help echo for dragging vertical line.Nick Roberts
2006-04-12(get_glyph_string_clip_rects): Add parentheses around &&YAMAMOTO Mitsuharu
2006-03-30(syms_of_xdisp): Fix variable name.Dan Nicolaescu
2006-03-22* xdisp.c: Undo 2006-03-21 change.Kim F. Storm
2006-03-22(store_next_glyph): Renamed from append_glyph.Ken Raeburn
2006-03-19(set_cursor_from_row): Fix cursor property on overlay string,Kim F. Storm
2006-03-15(extend_face_to_end_of_line): Always add space glyph toKim F. Storm
2006-03-11(get_phys_cursor_geometry): Don't decrease height by 1.Eli Zaretskii
2006-03-06* xdisp.c (handle_invisible_prop): Don't update it->position withChong Yidong
2006-03-02Minimize the unpleasent visual impact of the requirementKim F. Storm
2006-02-19(update_menu_bar) [MAC_OS]: Don't setYAMAMOTO Mitsuharu
2006-02-17(display_mode_element): Call display_string with correctKenichi Handa
2006-02-03Cache last merged escape glyph face.Kim F. Storm
2006-01-24(handle_invisible_prop): Set it->position to fix cursorKároly Lőrentey
2006-01-23(handle_single_display_spec): Fix handling of spaceKim F. Storm
2006-01-21(get_window_cursor_type): Fix last change.Romain Francoise
2006-01-19* xdisp.c (get_window_cursor_type): Use cursor type specified byChong Yidong