log src/w32term.c @ 38807:a59ac9807c9d

age author description
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.
Fri, 29 Sep 2000 21:20:59 +0000 Jason Rumney (w32_char_font_type, w32_encode_char, x_produce_glyphs): Distinguish
Thu, 14 Sep 2000 21:34:22 +0000 Andrew Innes (w32_per_char_metric): Handle non-TrueType fonts.
Tue, 22 Aug 2000 23:43:25 +0000 Andrew Innes Include keyboard.h before frame.h.
Mon, 21 Aug 2000 18:57:13 +0000 Gerd Moellmann (w32_read_socket): Change calls to gen_help_event.
Sun, 20 Aug 2000 21:08:43 +0000 Jason Rumney (help_echo_window): New variable.
Thu, 10 Aug 2000 10:14:15 +0000 Miles Bader (note_mouse_highlight): Update calls to overlays_at.
Sat, 15 Jul 2000 12:00:51 +0000 Jason Rumney (help_echo_object, help_echo_pos): New variables.
Thu, 13 Jul 2000 23:44:20 +0000 Gerd Moellmann (construct_mouse_click, construct_mouse_wheel)
Thu, 13 Jul 2000 14:08:18 +0000 Gerd Moellmann (w32_handle_tool_bar_click): Adapt to changes in
Wed, 05 Jul 2000 13:41:00 +0000 Stefan Monnier * xterm.c (note_mode_line_highlight, note_mouse_highlight)
Tue, 30 May 2000 21:59:27 +0000 Jason Rumney Format and doc changes to bring closer to xterm.c.
Mon, 27 Mar 2000 20:19:49 +0000 Jason Rumney (w32_read_socket): Handle WM_MENUSELECT message.
Wed, 01 Mar 2000 21:09:34 +0000 Jason Rumney Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.
Sun, 27 Feb 2000 21:26:58 +0000 Jason Rumney (w32_display_info_for_display): Remove unused function.
Sun, 06 Feb 2000 23:37:47 +0000 Andrew Innes (x_make_frame_visible): Replace call to
Sun, 30 Jan 2000 18:32:14 +0000 Jason Rumney (w32_term_init): Swap resx and height_in, resy and
Sun, 23 Jan 2000 22:15:12 +0000 Jason Rumney (w32_fill_rect): Do not try to deal with NULL hdc
Sun, 23 Jan 2000 03:23:49 +0000 Jason Rumney Complete rewrite based on xterm.c.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 12 Sep 1999 07:05:34 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member references.
Tue, 10 Aug 1999 17:33:38 +0000 Geoff Voelker (x_bitmap_icon): New function.
Thu, 17 Jun 1999 08:45:30 +0000 Jason Rumney Handle wide characters properly.
Sat, 12 Jun 1999 03:44:31 +0000 Karl Heuer (cancel_mouse_face): new function. See equiv
Thu, 20 May 1999 20:46:01 +0000 Andrew Innes (w32_read_socket): Reset the grabbed flag when a frame gains or
Sat, 15 May 1999 17:39:26 +0000 Andrew Innes (dumpglyphs): Use correct colours for drawing rectangles in place of
Mon, 03 May 1999 22:27:11 +0000 Andrew Innes (dumpglyphs): Always fill background for italic fonts.