diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-08-24 03:29:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-24 03:29:06 +0000 |
commit | 2b1bea02f28cdef4a98e26b97594eb9ea798a95d (patch) | |
tree | d0f724924b08fbd3aa94680e7b4c1a25bd9468c2 /ChangeLog.pre-2-8 | |
parent | 39169b6fd61bfc2c3d99c7c9154f4b5e2d8ade85 (diff) | |
download | gtk+-2b1bea02f28cdef4a98e26b97594eb9ea798a95d.tar.gz |
Fix for #314004, reported by Michael Reinsch:
2005-08-23 Owen Taylor <otaylor@redhat.com>
Fix for #314004, reported by Michael Reinsch:
* gdk/gdk.symbols:
* gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
Add gdk_screen_get/set_resolution_libgtk_only()
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
the options for the screen on the newly created context.
* gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c:
Move font options and dpi code from gtkwidget.c to gtksettings.c, set
the font options on the screen.
* gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
the font options from the screen and set them on the context.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2581077c91..16ccd72278 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,21 @@ +2005-08-23 Owen Taylor <otaylor@redhat.com> + + Fix for #314004, reported by Michael Reinsch: + + * gdk/gdk.symbols: + * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only() + Add gdk_screen_get/set_resolution_libgtk_only() + + * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set + the options for the screen on the newly created context. + + * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: + Move font options and dpi code from gtkwidget.c to gtksettings.c, set + the font options on the screen. + + * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get + the font options from the screen and set them on the context. + 2005-08-23 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't |