aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (parse_button): New parameter xbutton. Callers changed.Jason Rumney2002-01-131-4/+20
* Fix typos.Pavel Janík2002-01-121-2/+2
* (x_draw_glyphs): Don't call notice_overwritten_cursorJason Rumney2002-01-051-1/+6
* (x_setup_relief_colors): Don't compute an image'sJason Rumney2002-01-051-16/+28
* Doc fix.Pavel Janík2001-12-201-1/+1
* (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echoJason Rumney2001-12-011-0/+30
* Merged fringe width related changes from xterm.c.Kim F. Storm2001-12-011-98/+198
* (w32_read_socket) <WM_MENUSELECT>: Remove.Jason Rumney2001-11-281-13/+1
* (x_after_update_window_line): Doc fix.Jason Rumney2001-11-241-2/+16
* (note_mouse_highlight): Fix type of variable `ignore'.Jason Rumney2001-11-181-152/+149
* Fringe cleanup.Kim F. Storm2001-11-161-59/+59
* Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.Jason Rumney2001-11-121-25/+25
* (x_display_and_set_cursor): Do not move system caretJason Rumney2001-11-071-22/+24
* (x_display_and_set_cursor): Fix w32 compilation error.Sam Steingold2001-11-051-1/+1
* (x_display_and_set_cursor): Use buffer-localRichard M. Stallman2001-11-051-2/+5
* (w32_system_caret_hwnd, w32_system_caret_width)Jason Rumney2001-10-271-1/+54
* (fast_find_position): Call row_containing_posGerd Moellmann2001-10-241-1/+1
* (x_erase_phys_cursor): Remove inverse_p.Jason Rumney2001-10-211-2/+0
* Fix formatting for new function.Jason Rumney2001-10-211-1/+2
* (remember_mouse_glyph): New function.Jason Rumney2001-10-211-488/+951
* (x_fix_overlapping_area, x_write_glyphs, expose_area)Miles Bader2001-10-201-59/+5
* (w32_encode_char): Get cached codepage from font_info,Andrew Innes2001-10-171-1/+1
* (w32_read_socket): Determine clipping rectangle forAndrew Innes2001-10-171-2/+12