diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-02-03 01:19:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-02-03 01:19:03 +0000 |
commit | e57b1afa2b4c91bcfecef26e4bff5280bd3563de (patch) | |
tree | 076b0cafc0d859fb263c2cb5f072633849915c94 /gdk/gdk.def | |
parent | e489f9c26c4d41716d09946caa7dbd225b3f2880 (diff) | |
download | gtk+-e57b1afa2b4c91bcfecef26e4bff5280bd3563de.tar.gz |
Use g_filename_to_utf8 to convert the font names Windows gives us from
2000-02-04 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
g_filename_to_utf8 to convert the font names Windows gives us from
whatever is the default codepage to UTF-8.
(gdk_font_load_internal) Use g_filename_from_utf8 for conversion
in the other direction.
* gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
error in debugging output.
2000-02-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
and height parameters to gdk_window_clear_area(). Not minus one.
2000-02-01 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
g_filename_from_utf8 functions (which were added a moment ago to
GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
size buffers.
* gtk/gtkfilesel.h: Add comment about
gtk_file_selection_get_filename returning the filename in the C
runtime's encoding.
* README.win32
* gdk/gdk.def
* gdk/makefile.{cygwin,msc}
* gtk/gtk.def: Updates.
* gdk/gdkcursor-win32.c: Initialise refcount.
Diffstat (limited to 'gdk/gdk.def')
-rw-r--r-- | gdk/gdk.def | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gdk/gdk.def b/gdk/gdk.def index 97b9ee8ba4..c377314a26 100644 --- a/gdk/gdk.def +++ b/gdk/gdk.def @@ -10,12 +10,6 @@ EXPORTS gdk_color_alloc gdk_color_black gdk_color_change - gdk_color_copy - gdk_color_equal - gdk_color_free - gdk_color_hash - gdk_color_parse - gdk_color_white gdk_color_context_add_palette gdk_color_context_free gdk_color_context_free_dither @@ -29,6 +23,12 @@ EXPORTS gdk_color_context_new_mono gdk_color_context_query_color gdk_color_context_query_colors + gdk_color_copy + gdk_color_equal + gdk_color_free + gdk_color_hash + gdk_color_parse + gdk_color_white gdk_colormap_alloc_color gdk_colormap_alloc_colors gdk_colormap_change @@ -42,9 +42,10 @@ EXPORTS gdk_colors_alloc gdk_colors_free gdk_colors_store - gdk_cursor_destroy gdk_cursor_new gdk_cursor_new_from_pixmap + gdk_cursor_ref + gdk_cursor_unref gdk_dnd_init gdk_drag_abort gdk_drag_begin @@ -112,14 +113,14 @@ EXPORTS gdk_exit gdk_flush gdk_font_equal + gdk_font_full_name_free + gdk_font_full_name_get gdk_font_id gdk_font_list_free gdk_font_list_new gdk_font_load gdk_font_ref gdk_font_unref - gdk_font_full_name_get - gdk_font_full_name_free gdk_fontset_load gdk_free_compound_text gdk_free_text_list |