aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (back_to_previous_visible_line_start):Richard M. Stallman2004-11-021-1/+2
* * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items toJan Djärv2004-10-311-9/+16
* (get_next_display_element): In mode lines,Richard M. Stallman2004-10-271-0/+2
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-261-1/+1
* (display_mode_element): Fix display of wide chars.Kim F. Storm2004-10-181-5/+9
* (overlay_arrow_at_row): Return overlay string ratherKim F. Storm2004-10-171-12/+17
* (x_draw_vertical_border): Undo last change.Kim F. Storm2004-10-151-4/+2
* (x_draw_vertical_border): Do nothing if non-window system.Kim F. Storm2004-10-151-0/+3
* (redisplay_preserve_echo_area): Fix last change.Kim F. Storm2004-10-131-1/+1
* (redisplay_preserve_echo_area): Flush display in caseKim F. Storm2004-10-121-1/+6
* (get_next_display_element): IfKenichi Handa2004-10-121-1/+2
* (redisplay_window): Fix flicker on vertical line betweenKim F. Storm2004-10-071-1/+2
* (x_draw_vertical_border): Do not draw line if frame has scroll bars.Kim F. Storm2004-10-041-0/+3
* (define_frame_cursor1): Do not change frame cursorKim F. Storm2004-10-041-0/+6
* (handle_single_display_prop): Use lookup_fringe_bitmap.Kim F. Storm2004-09-291-5/+4
* (handle_single_display_prop): Fringe bitmaps are nowKim F. Storm2004-09-281-2/+4
* (try_window_reusing_current_matrix):Richard M. Stallman2004-09-181-6/+36
* (decode_mode_spec): Use current buffer for most purposes.Richard M. Stallman2004-09-091-3/+6
* (Fformat_mode_line): New arg BUFFER says which buffer to use.Richard M. Stallman2004-09-091-7/+12
* (set_cursor_from_row): Also look at 'cursor' property inKim F. Storm2004-09-081-1/+6
* (set_cursor_from_row): Fix last change. Only use 'cursor'Kim F. Storm2004-09-071-1/+14
* Fix line breaks to follow Emacs conventions.Richard M. Stallman2004-09-031-24/+24
* (set_cursor_from_row): Look for non-nil `cursor' propertyKim F. Storm2004-09-021-3/+23
* (note_mouse_highlight): Set the mouse pointer shape toSteven Tamm2004-09-021-1/+2
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-1/+1
* (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P afterKim F. Storm2004-07-261-2/+19
* (move_it_in_display_line_to): If overflow-newline-into-fringeKim F. Storm2004-07-251-2/+9
* (display_line): Increment nrows_scale_factor and setKim F. Storm2004-07-211-3/+27
* (syms_of_xdisp): Correct capitalization error inLuc Teirlinck2004-07-191-1/+1
* (add_to_log): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-1/+4
* (try_cursor_movement): Exclude header line from scrollKim F. Storm2004-06-151-9/+35
* (Vimage_types): Delete (moved to image.c).Juanma Barranquero2004-06-141-9/+0
* Support Tooltips with the Carbon emacs port.Steven Tamm2004-05-301-6/+0
* (back_to_previous_visible_line_start): Skip backwardsKim F. Storm2004-05-261-0/+8
* (try_scrolling): If scroll-up-aggressively or scroll-down-aggressivelyRichard M. Stallman2004-05-221-2/+12
* (next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-24/+4
* (calc_line_height_property): Use string position whenKim F. Storm2004-05-101-3/+7
* (Qtotal): New var.Kim F. Storm2004-05-041-14/+23
* (calc_line_height_property): YAILOM (yet another int/Lisp_Object mixup).Stefan Monnier2004-05-011-2/+2
* (init_iterator): Handle line-spacing float value.Kim F. Storm2004-04-291-40/+136
* (null_glyph_slice): New var.Kim F. Storm2004-04-281-0/+6
* (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.Stefan Monnier2004-04-271-8/+11
* (x_produce_glyphs): Fix last change; handle newline inKim F. Storm2004-04-271-2/+2
* (Qline_height): New variable.Kim F. Storm2004-04-261-29/+58
* (append_space_for_newline): Rename from append_space.Kim F. Storm2004-04-241-26/+42
* (Qslice): New variable.Kim F. Storm2004-04-201-25/+173
* (update_overlay_arrows): Fix handling of up_to_date < 0.Kim F. Storm2004-04-161-1/+1
* (try_scrolling): Make sure `scroll-conservatively' is not too large beforeJuanma Barranquero2004-04-161-0/+6
* (get_glyph_string_clip_rect): Fix reduction of cursorKim F. Storm2004-04-131-14/+26
* (clear_mouse_face): Only clear mouse highlight if not hidden.Kim F. Storm2004-04-051-1/+1