log src/w32term.c @ 44805:40e6b88cf568

age author description
2002-04-16 Jason Rumney (construct_drag_n_drop): Likewise.
2002-04-03 Pavel Janík Rename autoselect_window_p to mouse_autoselect_window.
2002-04-01 Pavel Janík Rename x_autoselect_window_p to autoselect_window_p.
2002-03-31 Pavel Janík Fix typo.
2002-03-29 Jason Rumney (w32_draw_relief_rect): Fix calculations of line lengths.
2002-03-23 Jason Rumney (w32_handle_tool_bar_click): Detect up and down events
2002-03-22 Jason Rumney (zv_bits): Declare as short, for word alignment.
2002-03-20 Jason Rumney (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.
2002-03-06 Jason Rumney (x_draw_hollow_cursor): Draw same size as block cursor.
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-03-04 Juanma Barranquero (x_display_and_set_cursor): Fix typo.
2002-03-01 Kim F. Storm (x_display_and_set_cursor): Blink box cursor using
2002-02-23 Pavel Janík (enter_timestamp): Remove unused static variable to prevent warning.
2002-02-22 Jason Rumney (w32_text_out): Renamed from W32_TEXTOUT.
2002-02-18 Jason Rumney (glyph_rect): Determine the row and glyph more precisely.
2002-02-17 Jason Rumney * w32term.c (x_autoselect_window_p): New variable.
2002-02-16 Kim F. Storm (disable_mouse_highlight): Removed variable.
2002-02-06 Jason Rumney (w32_native_per_char_metric): Disable 2002-01-20 change.
2002-01-24 Jason Rumney (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
2002-01-23 Jason Rumney (x_update_window_begin): Only hide caret if
2002-01-20 Jason Rumney (w32_system_caret_width): Remove.
2002-01-20 Jason Rumney (w32_native_per_char_metric): Don't trust the metrics
2002-01-16 Kim F. Storm (x_erase_phys_cursor): Don't erase cursor if cursor row
2002-01-13 Jason Rumney (parse_button): New parameter xbutton. Callers changed.
2002-01-12 Pavel Janík Fix typos.
2002-01-05 Jason Rumney (x_draw_glyphs): Don't call notice_overwritten_cursor
2002-01-05 Jason Rumney (x_setup_relief_colors): Don't compute an image's
2001-12-20 Pavel Janík Doc fix.
2001-12-01 Jason Rumney (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
2001-12-01 Kim F. Storm Merged fringe width related changes from xterm.c.
2001-11-28 Jason Rumney (w32_read_socket) <WM_MENUSELECT>: Remove.
2001-11-24 Jason Rumney (x_after_update_window_line): Doc fix.
2001-11-18 Jason Rumney (note_mouse_highlight): Fix type of variable `ignore'.
2001-11-16 Kim F. Storm Fringe cleanup.
2001-11-12 Jason Rumney Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.
2001-11-07 Jason Rumney (x_display_and_set_cursor): Do not move system caret
2001-11-05 Sam Steingold (x_display_and_set_cursor): Fix w32 compilation error.
2001-11-05 Richard M. Stallman (x_display_and_set_cursor): Use buffer-local
2001-10-27 Jason Rumney (w32_system_caret_hwnd, w32_system_caret_width)
2001-10-24 Gerd Moellmann (fast_find_position): Call row_containing_pos
2001-10-21 Jason Rumney (x_erase_phys_cursor): Remove inverse_p.
2001-10-21 Jason Rumney Fix formatting for new function.
2001-10-21 Jason Rumney (remember_mouse_glyph): New function.
2001-10-20 Miles Bader (x_fix_overlapping_area, x_write_glyphs, expose_area)
2001-10-17 Andrew Innes (w32_encode_char): Get cached codepage from font_info,
2001-10-17 Andrew Innes (w32_read_socket): Determine clipping rectangle for
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-08 Stefan Monnier Include keymap.h.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-09-04 Andrew Innes (w32_read_socket): Add more information to debugging output.
2001-08-28 Eli Zaretskii (x_set_glyph_string_background_width)
2001-08-14 Andrew Innes Draw relief (if any) before
2001-07-26 Andrew Innes (x_display_list): New variable.
2001-02-23 Jason Rumney * w32term.c (x_set_glyph_string_background_width): Extend the
2001-02-12 Andrew Innes (x_produce_image_glyph): Pay attention to the case that
2001-02-09 Jason Rumney (w32_encode_char): Treat eight bit graphic and control
2001-02-08 Stefan Monnier (w32_set_scroll_bar_thumb): Use `double' for `range' to avoid overflow.
2001-01-29 Eli Zaretskii (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning without
2001-01-20 Andrew Innes (w32_ring_bell): Only support visible bell on w32
2001-01-18 Jason Rumney (x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.