(GLYPHSET, WCRANGE): Define if system headers don't.
[bpt/emacs.git] / src / w32term.c
2003-10-12 Jason Rumney(GLYPHSET, WCRANGE): Define if system headers don't.
2003-10-11 Jason Rumney(w32_encode_char): New charset parameter. font_info...
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-08-31 Jason RumneyDocument last change.
2003-08-31 Jason Rumney(w32_per_char_metric): Allow cached metrics to be
2003-08-27 Jason Rumney(w32_read_socket): Fix WM_MOUSEWHEEL assignment.
2003-06-01 Jason Rumney(construct_mouse_wheel): Construct WHEEL_EVENT.
2003-05-27 Juanma BarranqueroAdd missing code from previous patch by David Ponce.
2003-05-27 Jason Rumney(GET_WHEEL_DELTA_WPARAM): New macro.
2003-05-26 Juanma Barranquero(construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT...
2003-05-24 Kim F. StormMake (several) trivial substitutions for renamed and
2003-04-04 Richard M. StallmanBreak the line after the return type in function defini...
2003-03-31 Juanma Barranquero(x_wm_set_icon_position): Define return value as void.
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-23 Kim F. Storm(w32_draw_window_cursor): Fix last change.
2003-03-21 Kim F. Storm* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm(struct redisplay_interface): Add active_p argument to
2003-03-21 Kim F. Storm* w32term.c: Remove consolidated defines and code.
2003-03-16 Jason Rumney(w32_encode_char): Prevent double-byte chars from crash...
2003-03-16 Kim F. StormRemove consolidated defines and code.
2003-03-12 Kim F. StormRemove generic fringe code.
2003-03-06 Juanma Barranquero(w32_make_rdb): New function.
2003-01-31 Kenichi Handa(w32_encode_char): Call ccl_driver with the last arg...
2003-01-22 Jason Rumney* w32term.c (x_draw_glyph_string_foreground)
2003-01-21 Jason Rumney2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj...
2002-12-18 Ben KeyRevisited my earlier fix for the following entry in...
2002-12-12 Jason Rumney(last_mousemove_x, last_mousemove_y): New variables.
2002-11-16 Jason Rumney(w32_get_glyph_string_clip_rect): Clip cursor tightly.
2002-11-15 Jason Rumney(x_draw_image_foreground)
2002-11-15 Jason Rumney(x_draw_image_foreground, x_draw_image_glyph_string)
2002-11-08 Juanma Barranquero(w32_draw_fringe_bitmap): Remove unused local variable...
2002-10-26 Kim F. Storm(note_mouse_highlight): Don't use mouse-face if hidden.
2002-10-24 Kim F. Storm(x_display_and_set_cursor): Get active_cursor from
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-08-15 Kenichi Handa(x_produce_glyphs): Use ASCII_CHAR_P, not
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-03-01 Kenichi Handa(x_new_font): Adjusted for the change of FS_LOAD_FONT.
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):...
next