comparison src/ChangeLog @ 32021:7e97e203cdb1

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Fri, 29 Sep 2000 21:18:19 +0000
parents f9468a921789
children 259c9935f2db
comparison
equal deleted inserted replaced
32020:920307b1e659 32021:7e97e203cdb1
1 2000-09-29 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_char_font_type, w32_encode_char)
4 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
5 (w32_bdf_per_char_metric): New function.
6 (w32_per_char_metric): Use it.
7 (x_draw_glyph_string_background): Always draw background for BDF
8 glyphs.
9
10 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
11 GDI object which is a scarce resource.
12
13 * w32bdf.c (search_file_line): Fix skipping of whitespace.
14 (get_quoted_string): Fix limit on memchr search.
15 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
16 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
17 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
18 (get_cached_font_char, cache_char_offset): Use macro
19 BDF_CODEPOINT_RANGE_COVER_P.
20 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
21 (clear_cached_bitmap_slots): New function.
22 (GET_HEX_VALUE): G-Z, g-z are not hex.
23 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
24 (get_bitmap_with_cache): Use new cache implementation.
25 (create_offscreen_bitmap): New function.
26 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
27
28 * w32term.c (x_produce_glyphs): If the distance from the current
29 position to the next tab stop is less than a canonical character
30 width, use the tab stop after that.
31 (x_draw_glyphs): Handle case START and END are out of bounds more
32 carefully.
33 (x_clear_mouse_face): Block/unblock input.
34 (x_display_and_set_cursor): Don't show a hollow box cursor for
35 buffers whose cursor_type is nil.
36
1 2000-09-29 Gerd Moellmann <gerd@gnu.org> 37 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2 38
3 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar 39 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
4 disappears. 40 disappears.
5 41