aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (message_with_string): Fix syntax of a call to GCPRO2.Eli Zaretskii2002-03-221-1/+1
* (cursor_type_changed): New variable.Richard M. Stallman2002-03-181-4/+16
* (redisplay_internal, redisplay_windows):Richard M. Stallman2002-03-161-4/+20
* (display_mode_element): Fix int/Lisp_Object mixup.Stefan Monnier2002-03-131-1/+2
* (move_it_vertically_backward): At the end of theGerd Moellmann2002-03-081-4/+16
* Use new string macros.Gerd Moellmann2002-03-081-64/+56
* (message_with_string): Use Fformat instead of doprnt andGerd Moellmann2002-03-061-9/+14
* (hscroll_margin): Change to EMACS_INT.Andreas Schwab2002-03-051-2/+2
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-8/+8
* (display_mode_element): Move the places whereRichard M. Stallman2002-03-031-8/+33
* (syms_of_xdisp) <auto-hscroll-mode>: Renamed fromEli Zaretskii2002-03-031-21/+20
* (minibuf_selected_window): Renamed from Vminibuf_selected_window.Kim F. Storm2002-02-281-2/+2
* (init_iterator): Compare with Vminibuf_selected_windowKim F. Storm2002-02-261-2/+2
* (automatic_hscroll_margin, Vautomatic_hscroll_step): New variables.Eli Zaretskii2002-02-161-11/+87
* (QCpropertize): New variable.Richard M. Stallman2002-02-131-27/+74
* (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3 to get mode line face.Kim F. Storm2002-02-111-2/+2
* (display_mode_lines): Fix last change.Eli Zaretskii2002-02-091-1/+3
* (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.Kim F. Storm2002-02-081-11/+14
* (try_scrolling): Exchange uses of scroll_down_aggressivelyRichard M. Stallman2002-01-261-2/+2
* Remove forgotten extern declaration of `Qimage'.Pavel Janík2002-01-161-16/+16
* (display_mode_element): When computing charpos, dependEli Zaretskii2002-01-151-1/+1
* (x_consider_frame_title): Don't count the tooltip frameJason Rumney2002-01-091-1/+3
* (try_scrolling) <PT below scroll margin>: Add theGerd Moellmann2001-12-281-7/+5
* Fix typo.Pavel Janík2001-12-241-1/+1
* Doc fix.Pavel Janík2001-12-201-1/+1
* (window_box_height): Do not return negative values.Pavel Janík2001-12-181-1/+3
* (redisplay_window_0, redisplay_window_1): New functions.Richard M. Stallman2001-12-161-3/+40
* (CLEAR_FACE_CACHE_COUNT): Redefine as 500.Richard M. Stallman2001-12-121-3/+7
* (move_it_vertically_backward): Change heuristicGerd Moellmann2001-12-121-2/+10
* (display_mode_element): Don't read past end of string if it ends with '%'.Andreas Schwab2001-12-071-1/+3
* (syms_of_xdisp): Make `tool-bar-button-relief` an option.Pavel Janík2001-12-031-1/+1
* Fix typo in doc-string.Pavel Janík2001-12-021-1/+1
* (message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.Pavel Janík2001-11-281-1/+1
* (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frameJason Rumney2001-11-241-1/+1
* (message_dolog_marker1, message_dolog_marker2)Richard M. Stallman2001-11-181-7/+29
* (tool_bar_item_info): Avoid calling Fget_text_propertyGerd Moellmann2001-11-171-1/+8
* Fringe cleanup.Kim F. Storm2001-11-161-12/+10
* (build_desired_tool_bar_string): Accept zeroGerd Moellmann2001-11-151-1/+1
* (Fdump_tool_bar_row): Reindent.Pavel Janík2001-11-131-1/+1
* (Qcursor_in_non_selected_windows): New variable.Richard M. Stallman2001-11-051-0/+3
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* Fix typos in comments.Pavel Janík2001-10-311-3/+3
* Comment fix.Gerd Moellmann2001-10-311-4/+3
* (clear_garbaged_frames): Remove debug code.Gerd Moellmann2001-10-301-4/+1
* (clear_garbaged_frames): Redraw the frame only if itsGerd Moellmann2001-10-301-1/+6
* (clear_garbaged_frames): Call Fredraw_frame.Gerd Moellmann2001-10-301-0/+1
* (move_it_vertically_backward): Use 2/3 line_heightGerd Moellmann2001-10-271-1/+1
* (move_it_vertically_backward): Compute line heightGerd Moellmann2001-10-251-4/+12
* Change #ifdef GLYPH_DEBUG to #if.Gerd Moellmann2001-10-241-4/+4
* (try_window_reusing_current_matrix): UseGerd Moellmann2001-10-241-44/+36