summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* (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 for Andrew Innes2001-10-171-2/+12
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* Don't define min/max.Gerd Moellmann2001-10-081-7/+0
* (w32_read_socket): Add more information to debugging output.Andrew Innes2001-09-041-4/+4
* (x_set_glyph_string_background_width)Eli Zaretskii2001-08-281-5/+7
* Draw relief (if any) before Andrew Innes2001-08-141-1/+16
* (x_display_list): New variable. Andrew Innes2001-07-261-0/+5
* * w32term.c (x_set_glyph_string_background_width): Extend theJason Rumney2001-02-231-3/+4
* (x_produce_image_glyph): Pay attention to the case that Andrew Innes2001-02-121-35/+62
* (w32_encode_char): Treat eight bit graphic and controlJason Rumney2001-02-091-8/+14
* (w32_set_scroll_bar_thumb): Use `double' for `range' to avoid overflow.Stefan Monnier2001-02-081-1/+1
* (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning withoutEli Zaretskii2001-01-291-1/+3
* (w32_ring_bell): Only support visible bell on w32Andrew Innes2001-01-201-11/+4
* (x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.Jason Rumney2001-01-181-217/+284
* (x_produce_image_glyph, x_draw_image_foreground)Jason Rumney2001-01-131-41/+22
* (x_update_begin):Andrew Innes2001-01-021-0/+62
* (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-barsGerd Moellmann2000-12-271-4/+4
* (w32_draw_bitmap): Fix drawing so it does not appear in the wrong colorsJason Rumney2000-12-221-17/+15
* (x_update_begin): Regenerate the palette here, rather Andrew Innes2000-12-211-13/+10
* (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoidJason Rumney2000-12-211-2/+2
* (clear_mouse_face): Treat tip_frame as a Lisp_Object. Andrew Innes2000-12-141-8/+34
* (expose_area): Complete last change.Jason Rumney2000-12-051-3/+14
* (x_produce_glyphs): If a font for a component ofJason Rumney2000-12-051-7/+7
* (x_estimate_mode_line_height): If `mode-line' face hasn't a font, useJason Rumney2000-12-021-2/+10
* (w32_bdf_per_char_metric): Dereference pointer correctly for singleJason Rumney2000-12-021-3/+3
* (x_draw_vertical_border): Fix call to w32_fill_rect.Jason Rumney2000-12-011-3/+10
* (x_tool_bar_item, w32_handle_tool_bar_click)Gerd Moellmann2000-11-221-12/+7
* (w32_draw_bitmap): Use face to set colors.Jason Rumney2000-11-181-4/+6
* (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.Jason Rumney2000-11-151-4/+50