log src/w32term.c @ 50096:a1b6fe38d1f2

age author description
Wed, 12 Mar 2003 12:10:19 +0000 Kim F. Storm Remove generic fringe code.
Thu, 06 Mar 2003 13:00:04 +0000 Juanma Barranquero (w32_make_rdb): New function.
Wed, 22 Jan 2003 23:04:05 +0000 Jason Rumney * w32term.c (x_draw_glyph_string_foreground)
Tue, 21 Jan 2003 23:06:50 +0000 Jason Rumney 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
Wed, 18 Dec 2002 06:16:28 +0000 Ben Key Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
Thu, 12 Dec 2002 19:55:43 +0000 Jason Rumney (last_mousemove_x, last_mousemove_y): New variables.
Sat, 16 Nov 2002 01:21:22 +0000 Jason Rumney (w32_get_glyph_string_clip_rect): Clip cursor tightly.
Fri, 15 Nov 2002 23:33:34 +0000 Jason Rumney (x_draw_image_foreground)
Fri, 15 Nov 2002 18:55:19 +0000 Jason Rumney (x_draw_image_foreground, x_draw_image_glyph_string)
Fri, 08 Nov 2002 08:42:03 +0000 Juanma Barranquero (w32_draw_fringe_bitmap): Remove unused local variable window.
Sat, 26 Oct 2002 23:53:07 +0000 Kim F. Storm (note_mouse_highlight): Don't use mouse-face if hidden.
Thu, 24 Oct 2002 19:58:23 +0000 Kim F. Storm (x_display_and_set_cursor): Get active_cursor from
Wed, 23 Oct 2002 16:53:48 +0000 Juanma Barranquero (w32_term_init): Pass XColor to w32_define_color, not COLORREF.
Fri, 30 Aug 2002 13:19:45 +0000 Kim F. Storm Changed all occurrences of w32_highlight_frame with x_highlight_frame.
Fri, 30 Aug 2002 12:05:04 +0000 Kim F. Storm (x_specified_cursor_type): Remove prototype.
Thu, 29 Aug 2002 14:38:12 +0000 Richard M. Stallman (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 13 Jun 2002 14:59:38 +0000 Pavel Jank Rename enum event_kind items.
Sat, 25 May 2002 09:08:37 +0000 Jason Rumney (x_draw_bar_cursor): Update parameter list in declaration.
Wed, 22 May 2002 19:37:17 +0000 Jason Rumney (x_draw_bar_cursor): New argument KIND; callers changed.
Wed, 08 May 2002 21:30:57 +0000 Kim F. Storm (x_draw_image_foreground, w32_draw_image_foreground_1):
Tue, 16 Apr 2002 22:24:25 +0000 Jason Rumney (construct_drag_n_drop): Likewise.
Wed, 03 Apr 2002 08:39:50 +0000 Pavel Jank Rename autoselect_window_p to mouse_autoselect_window.
Mon, 01 Apr 2002 13:45:27 +0000 Pavel Jank Rename x_autoselect_window_p to autoselect_window_p.
Sun, 31 Mar 2002 16:43:51 +0000 Pavel Jank Fix typo.
Fri, 29 Mar 2002 18:33:52 +0000 Jason Rumney (w32_draw_relief_rect): Fix calculations of line lengths.
Sat, 23 Mar 2002 00:33:22 +0000 Jason Rumney (w32_handle_tool_bar_click): Detect up and down events
Fri, 22 Mar 2002 22:07:33 +0000 Jason Rumney (zv_bits): Declare as short, for word alignment.
Wed, 20 Mar 2002 20:58:03 +0000 Jason Rumney (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.
Wed, 06 Mar 2002 23:17:38 +0000 Jason Rumney (x_draw_hollow_cursor): Draw same size as block cursor.