(w32_term_init): Pass XColor to w32_define_color, not COLORREF.
[bpt/emacs.git] / src / w32term.c
2002-10-23 Juanma Barranquero(w32_term_init): Pass XColor to w32_define_color, not...
2002-08-30 Kim F. StormChanged all occurrences of w32_highlight_frame with...
2002-08-30 Kim F. Storm(x_specified_cursor_type): Remove prototype.
2002-08-29 Richard M. Stallman(x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-06-13 Pavel JaníkRename enum event_kind items.
2002-05-25 Jason Rumney(x_draw_bar_cursor): Update parameter list in declaration.
2002-05-22 Jason Rumney(x_draw_bar_cursor): New argument KIND; callers changed.
2002-05-08 Kim F. Storm(x_draw_image_foreground, w32_draw_image_foreground_1):
2002-04-16 Jason Rumney(construct_drag_n_drop): Likewise.
2002-04-03 Pavel JaníkRename autoselect_window_p to mouse_autoselect_window.
2002-04-01 Pavel JaníkRename x_autoselect_window_p to autoselect_window_p.
2002-03-31 Pavel JaníkFix 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 extra...
2002-03-06 Jason Rumney(x_draw_hollow_cursor): Draw same size as block cursor.
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
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...
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íkFix 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íkDoc fix.
2001-12-01 Jason Rumney(w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
2001-12-01 Kim F. StormMerged 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. StormFringe cleanup.
2001-11-12 Jason RumneyChange doc-string comments to `new style'. [w/`doc...
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 RumneyFix 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 RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-09-04 Andrew Innes(w32_read_socket): Add more information to debugging...
2001-08-28 Eli Zaretskii(x_set_glyph_string_background_width)
2001-08-14 Andrew InnesDraw 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):...
2001-02-12 Andrew Innes(x_produce_image_glyph): Pay attention to the case...
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...
2001-01-29 Eli Zaretskii(x_draw_row_bitmaps): Delay obtaining HDC to avoid...
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_D...
2001-01-13 Jason Rumney(x_produce_image_glyph, x_draw_image_foreground)
2001-01-02 Andrew Innes(x_update_begin):
2000-12-27 Gerd Moellmann(syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
2000-12-22 Jason Rumney(w32_draw_bitmap): Fix drawing so it does not appear...
2000-12-21 Andrew Innes(x_update_begin): Regenerate the palette here, rather
2000-12-21 Jason Rumney(x_draw_hollow_cursor): Delay obtaining the frame's...
2000-12-14 Andrew Innes(clear_mouse_face): Treat tip_frame as a Lisp_Object.
2000-12-05 Jason Rumney(expose_area): Complete last change.
2000-12-05 Jason Rumney(x_produce_glyphs): If a font for a component of
2000-12-02 Jason Rumney(x_estimate_mode_line_height): If `mode-line' face...
2000-12-02 Jason Rumney(w32_bdf_per_char_metric): Dereference pointer correctl...
2000-12-01 Jason Rumney(x_draw_vertical_border): Fix call to w32_fill_rect.
2000-11-22 Gerd Moellmann(x_tool_bar_item, w32_handle_tool_bar_click)
2000-11-18 Jason Rumney(w32_draw_bitmap): Use face to set colors.
2000-11-15 Jason Rumney(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
2000-11-10 Jason Rumney(w32_encode_char): Handle CP_UNICODE specially.
2000-11-08 Kenichi Handa(VCENTER_BASELINE_OFFSET): Fix previous change. If the
2000-11-05 Andrew Innes(x_produce_glyphs): Fix typo in enum name.
2000-10-31 Jason Rumney(x_produce_glyphs): Handle composite characters.
2000-10-29 Jason Rumney(w32_bdf_per_char_metric): Negate descent.
2000-10-27 Stefan Monnier* lisp.h (KEYMAPP): New macro.
2000-10-23 Jason Rumney(VCENTER_BASELINE_OFFSET): Bias division (see xterm...
2000-10-21 Jason Rumney(w32_cache_char_metrics): Double check that font is
2000-10-21 Andrew Innes(w32_per_char_metric): Remove HDC argument. Use
2000-10-19 Jason Rumney(x_produce_glyphs): Handle unibyte_display_via_language...
2000-09-29 Jason Rumney(w32_char_font_type, w32_encode_char, x_produce_glyphs...
2000-09-14 Andrew Innes(w32_per_char_metric): Handle non-TrueType fonts.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-21 Gerd Moellmann(w32_read_socket): Change calls to gen_help_event.
2000-08-20 Jason Rumney(help_echo_window): New variable.
2000-08-10 Miles Bader(note_mouse_highlight): Update calls to overlays_at.
next