aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* (w32_draw_window_cursor): Fix last change.Kim F. Storm2003-03-231-0/+1
* * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm2003-03-211-100/+0
* (struct redisplay_interface): Add active_p argument toKim F. Storm2003-03-211-10/+11
* * w32term.c: Remove consolidated defines and code.Kim F. Storm2003-03-211-2455/+115
* (w32_encode_char): Prevent double-byte chars from crashing Emacs.Jason Rumney2003-03-161-6/+8
* Remove consolidated defines and code.Kim F. Storm2003-03-161-2265/+34
* Remove generic fringe code.Kim F. Storm2003-03-121-372/+70
* (w32_make_rdb): New function.Juanma Barranquero2003-03-061-13/+57
* * w32term.c (x_draw_glyph_string_foreground)Jason Rumney2003-01-221-107/+162
* 2003-01-21 KOBAYASHI Yasuhiro <[email protected]>Jason Rumney2003-01-211-27/+37
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil...Ben Key2002-12-181-4/+8
* (last_mousemove_x, last_mousemove_y): New variables.Jason Rumney2002-12-121-4/+21
* (w32_get_glyph_string_clip_rect): Clip cursor tightly.Jason Rumney2002-11-161-0/+12
* (x_draw_image_foreground)Jason Rumney2002-11-151-5/+4
* (x_draw_image_foreground, x_draw_image_glyph_string)Jason Rumney2002-11-151-98/+65
* (w32_draw_fringe_bitmap): Remove unused local variable window.Juanma Barranquero2002-11-081-269/+268
* (note_mouse_highlight): Don't use mouse-face if hidden.Kim F. Storm2002-10-261-3/+6
* (x_display_and_set_cursor): Get active_cursor fromKim F. Storm2002-10-241-3/+2
* (w32_term_init): Pass XColor to w32_define_color, not COLORREF.Juanma Barranquero2002-10-231-1/+1
* Changed all occurrences of w32_highlight_frame with x_highlight_frame.Kim F. Storm2002-08-301-14/+14
* (x_specified_cursor_type): Remove prototype.Kim F. Storm2002-08-301-72/+4
* (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSORRichard M. Stallman2002-08-291-44/+106
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-13/+13
* Rename enum event_kind items.Pavel Janík2002-06-131-16/+16
* (x_draw_bar_cursor): Update parameter list in declaration.Jason Rumney2002-05-251-1/+2
* (x_draw_bar_cursor): New argument KIND; callers changed.Jason Rumney2002-05-221-6/+22
* (x_draw_image_foreground, w32_draw_image_foreground_1):Kim F. Storm2002-05-081-4/+12
* (construct_drag_n_drop): Likewise.Jason Rumney2002-04-161-1/+1
* Rename autoselect_window_p to mouse_autoselect_window.Pavel Janík2002-04-031-4/+4
* Rename x_autoselect_window_p to autoselect_window_p.Pavel Janík2002-04-011-4/+6
* Fix typo.Pavel Janík2002-03-311-1/+1
* (w32_draw_relief_rect): Fix calculations of line lengths.Jason Rumney2002-03-291-4/+4
* (w32_handle_tool_bar_click): Detect up and down eventsJason Rumney2002-03-231-2/+3
* (zv_bits): Declare as short, for word alignment.Jason Rumney2002-03-221-7/+3
* (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.Jason Rumney2002-03-201-1/+4
* (x_draw_hollow_cursor): Draw same size as block cursor.Jason Rumney2002-03-061-2/+2
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (x_display_and_set_cursor): Fix typo.Juanma Barranquero2002-03-041-1/+1
* (x_display_and_set_cursor): Blink box cursor usingKim F. Storm2002-03-011-4/+17
* (enter_timestamp): Remove unused static variable to prevent warning.Pavel Janík2002-02-231-6/+0
* (w32_text_out): Renamed from W32_TEXTOUT.Jason Rumney2002-02-221-5/+6
* (glyph_rect): Determine the row and glyph more precisely.Jason Rumney2002-02-181-11/+28
* * w32term.c (x_autoselect_window_p): New variable.Jason Rumney2002-02-171-0/+153
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-6/+22
* (w32_native_per_char_metric): Disable 2002-01-20 change.Jason Rumney2002-02-061-3/+7
* (x_scroll_run): Use ScrollWindowEx in place of BitBlt.Jason Rumney2002-01-241-5/+30
* (x_update_window_begin): Only hide caret ifJason Rumney2002-01-231-6/+9
* (w32_system_caret_width): Remove.Jason Rumney2002-01-201-29/+57
* (w32_native_per_char_metric): Don't trust the metricsJason Rumney2002-01-201-3/+14
* (x_erase_phys_cursor): Don't erase cursor if cursor rowKim F. Storm2002-01-161-0/+6