log src/w32term.c @ 51424:26d468be5b3c

age author description
Sun, 01 Jun 2003 21:38:37 +0000 Jason Rumney (construct_mouse_wheel): Construct WHEEL_EVENT.
Tue, 27 May 2003 22:34:58 +0000 Juanma Barranquero Add missing code from previous patch by David Ponce.
Tue, 27 May 2003 21:18:22 +0000 Jason Rumney (GET_WHEEL_DELTA_WPARAM): New macro.
Mon, 26 May 2003 23:01:05 +0000 Juanma Barranquero (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT. Scrolling down/up the
Sat, 24 May 2003 22:06:19 +0000 Kim F. Storm Make (several) trivial substitutions for renamed and
Fri, 04 Apr 2003 21:15:53 +0000 Richard M. Stallman Break the line after the return type in function definition.
Mon, 31 Mar 2003 21:15:51 +0000 Juanma Barranquero (x_wm_set_icon_position): Define return value as void.
Mon, 31 Mar 2003 20:35:36 +0000 Kim F. Storm Remove unnecessary extern declarations.
Sun, 23 Mar 2003 11:38:55 +0000 Kim F. Storm (w32_draw_window_cursor): Fix last change.
Fri, 21 Mar 2003 22:56:52 +0000 Kim F. Storm * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
Fri, 21 Mar 2003 21:47:46 +0000 Kim F. Storm (struct redisplay_interface): Add active_p argument to
Fri, 21 Mar 2003 13:51:43 +0000 Kim F. Storm * w32term.c: Remove consolidated defines and code.
Sun, 16 Mar 2003 22:11:04 +0000 Jason Rumney (w32_encode_char): Prevent double-byte chars from crashing Emacs.
Sun, 16 Mar 2003 20:47:48 +0000 Kim F. Storm Remove consolidated defines and code.
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.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Mon, 04 Mar 2002 08:32:28 +0000 Juanma Barranquero (x_display_and_set_cursor): Fix typo.
Fri, 01 Mar 2002 22:40:20 +0000 Kim F. Storm (x_display_and_set_cursor): Blink box cursor using
Sat, 23 Feb 2002 16:28:28 +0000 Pavel Jank (enter_timestamp): Remove unused static variable to prevent warning.
Fri, 22 Feb 2002 23:59:50 +0000 Jason Rumney (w32_text_out): Renamed from W32_TEXTOUT.
Mon, 18 Feb 2002 23:31:06 +0000 Jason Rumney (glyph_rect): Determine the row and glyph more precisely.
Sun, 17 Feb 2002 23:42:40 +0000 Jason Rumney * w32term.c (x_autoselect_window_p): New variable.
Sat, 16 Feb 2002 23:59:22 +0000 Kim F. Storm (disable_mouse_highlight): Removed variable.
Wed, 06 Feb 2002 20:57:44 +0000 Jason Rumney (w32_native_per_char_metric): Disable 2002-01-20 change.
Thu, 24 Jan 2002 20:41:46 +0000 Jason Rumney (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
Wed, 23 Jan 2002 21:59:23 +0000 Jason Rumney (x_update_window_begin): Only hide caret if
Sun, 20 Jan 2002 23:11:52 +0000 Jason Rumney (w32_system_caret_width): Remove.
Sun, 20 Jan 2002 14:54:48 +0000 Jason Rumney (w32_native_per_char_metric): Don't trust the metrics
Wed, 16 Jan 2002 23:04:03 +0000 Kim F. Storm (x_erase_phys_cursor): Don't erase cursor if cursor row
Sun, 13 Jan 2002 12:16:05 +0000 Jason Rumney (parse_button): New parameter xbutton. Callers changed.
Sat, 12 Jan 2002 16:01:51 +0000 Pavel Jank Fix typos.
Sat, 05 Jan 2002 00:46:01 +0000 Jason Rumney (x_draw_glyphs): Don't call notice_overwritten_cursor
Sat, 05 Jan 2002 00:06:57 +0000 Jason Rumney (x_setup_relief_colors): Don't compute an image's
Thu, 20 Dec 2001 19:01:00 +0000 Pavel Jank Doc fix.
Sat, 01 Dec 2001 11:09:33 +0000 Jason Rumney (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
Sat, 01 Dec 2001 01:34:24 +0000 Kim F. Storm Merged fringe width related changes from xterm.c.
Wed, 28 Nov 2001 20:36:12 +0000 Jason Rumney (w32_read_socket) <WM_MENUSELECT>: Remove.
Sat, 24 Nov 2001 17:31:06 +0000 Jason Rumney (x_after_update_window_line): Doc fix.
Sun, 18 Nov 2001 21:53:11 +0000 Jason Rumney (note_mouse_highlight): Fix type of variable `ignore'.
Fri, 16 Nov 2001 13:06:02 +0000 Kim F. Storm Fringe cleanup.
Mon, 12 Nov 2001 23:57:09 +0000 Jason Rumney Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.
Wed, 07 Nov 2001 21:11:00 +0000 Jason Rumney (x_display_and_set_cursor): Do not move system caret
Mon, 05 Nov 2001 15:02:13 +0000 Sam Steingold (x_display_and_set_cursor): Fix w32 compilation error.
Mon, 05 Nov 2001 00:14:31 +0000 Richard M. Stallman (x_display_and_set_cursor): Use buffer-local
Sat, 27 Oct 2001 22:21:24 +0000 Jason Rumney (w32_system_caret_hwnd, w32_system_caret_width)
Wed, 24 Oct 2001 09:12:13 +0000 Gerd Moellmann (fast_find_position): Call row_containing_pos
Sun, 21 Oct 2001 21:19:24 +0000 Jason Rumney (x_erase_phys_cursor): Remove inverse_p.
Sun, 21 Oct 2001 18:35:35 +0000 Jason Rumney Fix formatting for new function.
Sun, 21 Oct 2001 15:20:03 +0000 Jason Rumney (remember_mouse_glyph): New function.
Sat, 20 Oct 2001 05:49:35 +0000 Miles Bader (x_fix_overlapping_area, x_write_glyphs, expose_area)
Wed, 17 Oct 2001 17:48:27 +0000 Andrew Innes (w32_encode_char): Get cached codepage from font_info,
Wed, 17 Oct 2001 17:18:23 +0000 Andrew Innes (w32_read_socket): Determine clipping rectangle for
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 08 Oct 2001 11:39:52 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Tue, 04 Sep 2001 17:40:58 +0000 Andrew Innes (w32_read_socket): Add more information to debugging output.
Tue, 28 Aug 2001 17:11:31 +0000 Eli Zaretskii (x_set_glyph_string_background_width)
Tue, 14 Aug 2001 11:44:40 +0000 Andrew Innes Draw relief (if any) before
Thu, 26 Jul 2001 10:05:28 +0000 Andrew Innes (x_display_list): New variable.
Fri, 23 Feb 2001 10:17:41 +0000 Jason Rumney * w32term.c (x_set_glyph_string_background_width): Extend the
Mon, 12 Feb 2001 14:49:50 +0000 Andrew Innes (x_produce_image_glyph): Pay attention to the case that
Fri, 09 Feb 2001 10:02:14 +0000 Jason Rumney (w32_encode_char): Treat eight bit graphic and control
Thu, 08 Feb 2001 15:07:23 +0000 Stefan Monnier (w32_set_scroll_bar_thumb): Use `double' for `range' to avoid overflow.
Mon, 29 Jan 2001 12:35:24 +0000 Eli Zaretskii (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning without
Sat, 20 Jan 2001 14:00:31 +0000 Andrew Innes (w32_ring_bell): Only support visible bell on w32
Thu, 18 Jan 2001 09:18:33 +0000 Jason Rumney (x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.
Sat, 13 Jan 2001 00:01:51 +0000 Jason Rumney (x_produce_image_glyph, x_draw_image_foreground)
Tue, 02 Jan 2001 22:47:48 +0000 Andrew Innes (x_update_begin):
Wed, 27 Dec 2000 14:33:11 +0000 Gerd Moellmann (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
Fri, 22 Dec 2000 11:31:42 +0000 Jason Rumney (w32_draw_bitmap): Fix drawing so it does not appear in the wrong colors
Thu, 21 Dec 2000 14:58:31 +0000 Andrew Innes (x_update_begin): Regenerate the palette here, rather
Thu, 21 Dec 2000 11:06:32 +0000 Jason Rumney (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
Thu, 14 Dec 2000 10:55:10 +0000 Andrew Innes (clear_mouse_face): Treat tip_frame as a Lisp_Object.
Tue, 05 Dec 2000 22:42:49 +0000 Jason Rumney (expose_area): Complete last change.
Tue, 05 Dec 2000 19:21:35 +0000 Jason Rumney (x_produce_glyphs): If a font for a component of
Sat, 02 Dec 2000 21:04:10 +0000 Jason Rumney (x_estimate_mode_line_height): If `mode-line' face hasn't a font, use
Sat, 02 Dec 2000 14:38:57 +0000 Jason Rumney (w32_bdf_per_char_metric): Dereference pointer correctly for single
Fri, 01 Dec 2000 19:47:36 +0000 Jason Rumney (x_draw_vertical_border): Fix call to w32_fill_rect.
Wed, 22 Nov 2000 16:33:16 +0000 Gerd Moellmann (x_tool_bar_item, w32_handle_tool_bar_click)
Sat, 18 Nov 2000 01:57:57 +0000 Jason Rumney (w32_draw_bitmap): Use face to set colors.
Wed, 15 Nov 2000 23:47:47 +0000 Jason Rumney (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
Fri, 10 Nov 2000 22:11:25 +0000 Jason Rumney (w32_encode_char): Handle CP_UNICODE specially.
Wed, 08 Nov 2000 00:53:11 +0000 Kenichi Handa (VCENTER_BASELINE_OFFSET): Fix previous change. If the
Sun, 05 Nov 2000 21:44:19 +0000 Andrew Innes (x_produce_glyphs): Fix typo in enum name.
Tue, 31 Oct 2000 12:41:26 +0000 Jason Rumney (x_produce_glyphs): Handle composite characters.
Sun, 29 Oct 2000 20:59:47 +0000 Jason Rumney (w32_bdf_per_char_metric): Negate descent.
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Mon, 23 Oct 2000 22:13:25 +0000 Jason Rumney (VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).
Sat, 21 Oct 2000 17:14:43 +0000 Jason Rumney (w32_cache_char_metrics): Double check that font is
Sat, 21 Oct 2000 13:26:41 +0000 Andrew Innes (w32_per_char_metric): Remove HDC argument. Use
Thu, 19 Oct 2000 19:21:07 +0000 Jason Rumney (x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.