- 12 Dec, 2002 1 commit
-
-
Jason Rumney authored
(w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement. Be more careful about when help_events are generated.
-
- 16 Nov, 2002 1 commit
-
-
Jason Rumney authored
-
- 15 Nov, 2002 2 commits
-
-
Jason Rumney authored
(w32_draw_image_foreground_1): Use standard copy and invert operations to draw images.
-
Jason Rumney authored
(w32_draw_image_foreground_1): Handle image masks. (x_draw_image_glyph_string): Don't BitBlt transparently.
-
- 08 Nov, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 26 Oct, 2002 1 commit
-
-
Kim F. Storm authored
-
- 24 Oct, 2002 1 commit
-
-
Kim F. Storm authored
get_window_cursor_type to track system caret.
-
- 23 Oct, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 30 Aug, 2002 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH. (x_display_and_set_cursor): Use get_window_cursor_type. Remove unused local variables cursor_off_state. Redraw cursor if hbar cursor width changes.
-
- 29 Aug, 2002 1 commit
-
-
Richard M. Stallman authored
and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off. (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor. (expose_overlaps): New function. (expose_window): Use it to fix the display of overlapping rows.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 13 Jun, 2002 1 commit
-
-
Pavel Janík authored
-
- 25 May, 2002 1 commit
-
-
Jason Rumney authored
-
- 22 May, 2002 1 commit
-
-
Jason Rumney authored
Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
-
- 08 May, 2002 1 commit
-
-
Kim F. Storm authored
Enlarge cursor rectangle drawn around image with non-zero relief.
-
- 16 Apr, 2002 1 commit
-
-
Jason Rumney authored
-
- 03 Apr, 2002 1 commit
-
-
Pavel Janík authored
-
- 01 Apr, 2002 1 commit
-
-
Pavel Janík authored
(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
-
- 31 Mar, 2002 1 commit
-
-
Pavel Janík authored
-
- 29 Mar, 2002 1 commit
-
-
Jason Rumney authored
-
- 23 Mar, 2002 1 commit
-
-
Jason Rumney authored
correctly. Do not pass up_modifier to keyboard buffer.
-
- 22 Mar, 2002 1 commit
-
-
Jason Rumney authored
(w32_read_socket) <WM_XBUTTONUP>: Fix last change. (syms_of_w32term): Define x-use-underline-position-properties.
-
- 20 Mar, 2002 1 commit
-
-
Jason Rumney authored
-
- 06 Mar, 2002 1 commit
-
-
Jason Rumney authored
-
- 04 Mar, 2002 2 commits
-
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
- 01 Mar, 2002 1 commit
-
-
Kim F. Storm authored
hollow box cursor. Blink bar cursor using 1 pixel wide bar.
-
- 23 Feb, 2002 1 commit
-
-
Pavel Janík authored
-
- 22 Feb, 2002 1 commit
-
-
Jason Rumney authored
Call ExtTextOutA rather than ExtTextOut.
-
- 18 Feb, 2002 1 commit
-
-
Jason Rumney authored
-
- 17 Feb, 2002 1 commit
-
-
Jason Rumney authored
(syms_of_w32term): DEFVAR_BOOL and initialize it. (note_mouse_movement): Use it. * w32term.c (x_check_fullscreen, x_check_fullscreen_move) (x_fullscreen_adjust): New functions. (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to fullscreen. Call x_check_fullscreen_move, and set the want_fullscreen member of output_data.w32 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
-
- 16 Feb, 2002 1 commit
-
-
Kim F. Storm authored
(note_mouse_highlight): Disable highlight if Vmouse_highlight is nil. (show_mouse_face): Don't show highlight if mouse_face_hidden is set. (w32_read_socket): Turn mouse_face_hidden off after mouse movement, and on after keyboard input. (w32_initialize_display_info): Initialize mouse_face_hidden.
-
- 06 Feb, 2002 1 commit
-
-
Jason Rumney authored
-
- 24 Jan, 2002 1 commit
-
-
Jason Rumney authored
If region left to draw is not what was expected, mark the frame as garbaged.
-
- 23 Jan, 2002 1 commit
-
-
Jason Rumney authored
w32_use_visible_system_caret is set. (x_update_window_end): Only show caret if w32_use_visible_system_caret is set. (syms_of_w32term): Handle SystemParametersInfo call failing.
-
- 20 Jan, 2002 2 commits
-
-
Jason Rumney authored
(w32_use_visible_system_caret): New user flag. (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether Windows reports a screen reader running. (x_update_window_begin): Hide the system caret. (x_update_window_end): Show the system caret. (x_display_and_set_cursor): Don't draw a cursor when w32_use_visible_system_caret is set. Do not adjust width.
-
Jason Rumney authored
that Windows returns. If a double check fails, try to guess how ExtTextOut is going to act.
-
- 16 Jan, 2002 1 commit
-
-
Kim F. Storm authored
is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line.
-
- 13 Jan, 2002 1 commit
-
-
Jason Rumney authored
(w32_read_socket): Handle new "XBUTTON" messages.
-