- 24 Oct, 2001 2 commits
-
-
Pavel Janík authored
-
Pavel Janík authored
(create_process): Remove unused variable `buffer'.
-
- 23 Oct, 2001 15 commits
-
-
Gerd Moellmann authored
error.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
[HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the frame is on a windowed display.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
handling of windows which aren't full-width, fix handling of marginal areas.
-
Pavel Janík authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
50.
-
Eli Zaretskii authored
-
Gerd Moellmann authored
REAL_END. Notice if cursor gets overwritten. (notice_overwritten_cursor): Take X positions as parameters. (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p around call to x_draw_glyphs.
-
Pavel Janík authored
-
Pavel Janík authored
and `max_height'.
-
Pavel Janík authored
-
Gerd Moellmann authored
set row's ends_in_middle_of_char_p.
-
Eli Zaretskii authored
LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc". From Andreas Schwab <schwab@suse.de>.
-
- 22 Oct, 2001 4 commits
-
-
Gerd Moellmann authored
width for TABs.
-
Pavel Janík authored
-
Pavel Janík authored
-
Miles Bader authored
(DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD): Remove `DOC_STRINGS_IN_COMMENTS' cases.
-
- 21 Oct, 2001 19 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Gerd Moellmann authored
-
Jason Rumney authored
(w32_display_info): Add mouse_face_overlay.
-
Eli Zaretskii authored
(Finsert_string): Avoid the multi-line string literals warning.
-
Jason Rumney authored
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
(Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif, Fcond) (Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun, Fdefmacro) (Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect) (Fcondition_case): Add usage: string to doc string.
-
Miles Bader authored
(Fsave_restriction): Add usage: string to doc string.
-
Miles Bader authored
(Fdocumentation): Don't use it. (syms_of_doc): Don't initialize it.
-
Miles Bader authored
-
Jason Rumney authored
(w32_mouse_position): Use it. (note_mouse_movement): If the mouse moved off the glyph, remember its new position. Sync with xterm.c: (notice_overwritten_cursor): Renamed from note_overwritten_text_cursor. Rewritten to take glyph widths into account. (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P. (fast_find_string_pos): New function. (fast_find_position): Return the correct vpos. Add parameter STOP. In the final row, stop before glyphs having STOP as object. Don't consider glyphs that are not from a buffer. (fast_find_position) [0]: Add a presumably more correct version for after 21.1. (expose_window_tree, expose_frame): Don't compute intersections here. (expose_window): Do it here instead. (expose_window_tree, expose_window, expose_line): Return 1 when overwriting mouse-face. (expose_window): If W is the window currently being updated, mark the frame garbaged. (expose_frame): If mouse-face was overwritten, redo it. (x_use_underline_position_properties): New variable. (syms_of_xterm): DEFVAR_BOOL it. (x_draw_glyph_string): Add comment to use it in future. (x_draw_glyph_string): Restore clipping after drawing box. Fix a computation of the underline position. (w32_get_glyph_string_clip_rect): Minor cleanup. (x_fill_stretch_glyph_string): Remove an assertion. (x_produce_glyphs): Don't convert multibyte characters to unibyte characters in unibyte buffers. (cursor_in_mouse_face_p): New function. (x_draw_stretch_glyph_string): Use it to choose a different GC when drawing a cursor within highlighted text. Don't draw background again if it has already been drawn. (x_draw_glyph_string_box): Don't draw a full-width box just because the glyph row's full_width_p flag is set. (x_draw_glyphs): Fix computation of rightmost x for full-width rows. (x_dump_glyph_string): Put in #if GLYPH_DEBUG. (w32_draw_relief_rect): Extend left shadow to the bottom and left; change bottom shadow accordingly. Some cleanup. (x_update_window_end): Handle overwritten mouse face also for tool bar windows. (show_mouse_face): Set the glyph row's mouse_face_p flag also when DRAW is DRAW_IMAGE_RAISED. (clear_mouse_face): Return 1 if text with mouse face was actually redrawn. Make the function static. Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might optimize away highlighting if we pass over that same overlay again. (note_mouse_highlight): Call mouse_face_overlay_overlaps to detect a case where we have to highlight a different region despite not having left the currently highlighted region. Set mouse_face_overlay in the x_display_info. Avoid changing the mouse pointer shape when show_mouse_face has already done it, or there is no need. Handle mouse-face and help-echo in strings. (glyph_rect): New function. (w32_mouse_position): Use it to raise the threshold for mouse movement event generation. (w32_initialize_display_info): Initialize the x_display_info's mouse_face_overlay. (w32_set_vertical_scroll_bar): Don't clear a zero height or width area. (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure a widget to zero height.
-
Miles Bader authored
-
Miles Bader authored
(Fml_prefix_argument_loop): Add usage: string to doc string.
-
Miles Bader authored
Add usage: string to doc string.
-