aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
...
* * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endifJan Djärv2003-03-231-1/+1
* * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm2003-03-211-0/+107
* (get_glyph_string_clip_rect): Use FRAME_INTERNAL_BORDER_WIDTH.Kim F. Storm2003-03-211-3/+4
* Fix compilation for --with-x=no.Kim F. Storm2003-03-211-0/+7
* The following changes consolidate code related to writing andKim F. Storm2003-03-211-10/+2648
* Fix compilation with --with-x=no.Kim F. Storm2003-03-181-1/+3
* Include blockinput.h for interrupt_input_blocked.Stefan Monnier2003-03-171-0/+1
* (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.Juanma Barranquero2003-03-161-3/+3
* Consolidate gui-independent "glyph string" code here.Kim F. Storm2003-03-161-0/+2048
* Make last change compile on non-X systems.Kim F. Storm2003-03-121-1/+1
* The following changes consolidates the fringe handling fromKim F. Storm2003-03-121-0/+275
* (redisplay_window): Fix infinite loop in redisplay.Kim F. Storm2003-02-251-0/+8
* (Qwhen): Declare external; it's now defined in callint.c.Juanma Barranquero2003-02-241-3/+2
* (in_display_vector_p): New function.Andreas Schwab2003-02-181-1/+11
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
* (SKIP_GLYPHS): New macro.Kenichi Handa2003-01-311-21/+43
* (set_cursor_from_row): Pay attention to string display properties.Kenichi Handa2003-01-291-3/+61
* Comment change.Richard M. Stallman2003-01-201-2/+4
* (redisplay_window): If mini window's buffer is notRichard M. Stallman2003-01-201-2/+4
* GTK versionJan Djärv2003-01-191-15/+39
* (message_dolog): Fix bug of the case that *Message*Kenichi Handa2003-01-151-1/+1
* (try_scrolling): New arg LAST_LINE_MISFIT.Richard M. Stallman2003-01-061-9/+34
* (try_cursor_movement): Don't call try_window here.Richard M. Stallman2002-12-221-2/+2
* (row_containing_pos): Change exit test using last_y.Richard M. Stallman2002-12-211-4/+13
* (try_window_id): Don't call set_cursor_from_row ifKim F. Storm2002-12-111-2/+4
* (row_containing_pos): Check more carefullyRichard M. Stallman2002-12-091-13/+15
* (start_display): Check more intelligently forRichard M. Stallman2002-11-291-1/+13
* (store_frame_title_char) [PROTOTYPES]: Provide ISO CDave Love2002-11-221-0/+4
* (message2_nolog, set_message):Dave Love2002-11-141-2/+2
* (single_display_prop_intangible_p): Strings are intangible.Stefan Monnier2002-11-031-2/+5
* (get_window_cursor_type): New arg ACTIVE_CURSOR.Kim F. Storm2002-10-241-7/+17
* Fix typo in comment.Juanma Barranquero2002-10-181-12/+12
* (STOP_POLLING, RESUME_POLLING): New macros.Richard M. Stallman2002-09-291-3/+13
* (try_scrolling): If after make_cursor_line_fully_visibleRichard M. Stallman2002-09-121-3/+7
* (pop_message_unwind): Renamed from push_message_unwind.Richard M. Stallman2002-09-111-11/+10
* (redisplay_window) <force-start case>:Richard M. Stallman2002-09-011-44/+32
* (get_window_cursor_type): Don't use x_highlight_frameEli Zaretskii2002-08-311-2/+5
* (Valternate_cursor_type, Qalternate_cursor_type): Removed.Kim F. Storm2002-08-301-23/+2
* (get_next_display_element): Fix previous change.Kenichi Handa2002-08-301-2/+2
* (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):Kim F. Storm2002-08-301-6/+235
* (redisplay_updating_p): Variable removed.Richard M. Stallman2002-08-291-9/+15
* (get_next_display_element): In unibyte case, don't useKenichi Handa2002-08-271-6/+14
* (redisplay_window): Do not `goto try_to_scroll' when weKim F. Storm2002-08-221-1/+38
* (forward_to_next_line_start): Return 0 when reaching theGerd Moellmann2002-08-091-1/+1
* (forward_to_next_line_start): Fix a condition thatGerd Moellmann2002-08-031-1/+1
* (unwind_redisplay): Clear redisplay_updating_p.Richard M. Stallman2002-07-251-2/+4
* (redisplay_updating_p): New variable.Richard M. Stallman2002-07-231-22/+27
* (face_before_or_after_it_pos): CallKenichi Handa2002-07-231-1/+1
* (display_line): Replace an unconditional abort with an assertion.Richard M. Stallman2002-07-221-3/+4
* (redisplay_window): Don't test BEG_UNCHANGEDRichard M. Stallman2002-07-211-3/+3