aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* * w32term.c (x_set_glyph_string_background_width): Extend theJason Rumney2001-02-231-3/+4
* (x_produce_image_glyph): Pay attention to the case thatAndrew 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, ratherAndrew 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
* (w32_encode_char): Handle CP_UNICODE specially.Jason Rumney2000-11-101-7/+9
* (VCENTER_BASELINE_OFFSET): Fix previous change. If theKenichi Handa2000-11-081-3/+4
* (x_produce_glyphs): Fix typo in enum name.Andrew Innes2000-11-051-1/+1
* (x_produce_glyphs): Handle composite characters.Jason Rumney2000-10-311-28/+315
* (w32_bdf_per_char_metric): Negate descent.Jason Rumney2000-10-291-3/+13
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-1/+1
* (VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).Jason Rumney2000-10-231-1/+1
* (w32_cache_char_metrics): Double check that font isJason Rumney2000-10-211-1/+4
* (w32_per_char_metric): Remove HDC argument. UseAndrew Innes2000-10-211-92/+120
* (x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.Jason Rumney2000-10-191-4/+18
* (w32_char_font_type, w32_encode_char, x_produce_glyphs): DistinguishJason Rumney2000-09-291-43/+100
* (w32_per_char_metric): Handle non-TrueType fonts.Andrew Innes2000-09-141-26/+50
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-2/+4
* (w32_read_socket): Change calls to gen_help_event.Gerd Moellmann2000-08-211-3/+5
* (help_echo_window): New variable.Jason Rumney2000-08-201-106/+59
* (note_mouse_highlight): Update calls to overlays_at.Miles Bader2000-08-101-2/+2
* (help_echo_object, help_echo_pos): New variables.Jason Rumney2000-07-151-137/+232
* (construct_mouse_click, construct_mouse_wheel)Gerd Moellmann2000-07-131-0/+12
* (w32_handle_tool_bar_click): Adapt to changes inGerd Moellmann2000-07-131-4/+8
* * xterm.c (note_mode_line_highlight, note_mouse_highlight)Stefan Monnier2000-07-051-7/+7
* Format and doc changes to bring closer to xterm.c.Jason Rumney2000-05-301-319/+283
* (w32_read_socket): Handle WM_MENUSELECT message.Jason Rumney2000-03-271-412/+252
* Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.Jason Rumney2000-03-011-10/+3
* (w32_display_info_for_display): Remove unused function.Jason Rumney2000-02-271-70/+77
* (x_make_frame_visible): Replace call toAndrew Innes2000-02-061-2/+4
* (w32_term_init): Swap resx and height_in, resy andJason Rumney2000-01-301-6/+6
* (w32_fill_rect): Do not try to deal with NULL hdcJason Rumney2000-01-231-62/+82
* Complete rewrite based on xterm.c.Jason Rumney2000-01-231-1971/+6599