diff options
author | Damon Chaplin <damon@src.gnome.org> | 1998-12-07 20:56:46 +0000 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 1998-12-07 20:56:46 +0000 |
commit | 583b0b53e8882b8b7284c475340c92850fb824cb (patch) | |
tree | 546faa13804a595bded9650060d8368ec7319382 /ChangeLog.pre-2-2 | |
parent | 73edf2ce77123b026f5702a057cbf5fe14c9aa81 (diff) | |
download | gtk+-583b0b53e8882b8b7284c475340c92850fb824cb.tar.gz |
""
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b43cd4ae84..af55d8b8e3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,23 @@ +1998-12-07 Damon Chaplin <DAChaplin@msn.com> + + * gtk/gtkfontsel.c (gtk_font_selection_select_best_style): made sure + we only try to match styles which are currently shown. + + (gtk_font_selection_init): set the notebook tabs homogeneous and set + the border, so we don't need to set the size explicitly (bad for i18n). + Used the clist auto-resize feature for the font and style lists on the + main page and all the filters. Used padding for the 'Reset Filter' + button instead of spaces around it (bad for i18n). + + (gtk_font_selection_find_font): when searching for + a font, if we can't match both the family and foundry, we return any + font where just the family matches. (The foundry can even be '*'.) + + (gtk_font_selection_show_available_styles): + (gtk_font_selection_realize_list): don't set the style clist row + colours (for the charset rows) until the clist is realized, since we + use the clist style's insensitive colours. + Mon Dec 7 13:38:06 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkimage.c (gdk_image_new): Use IPC_RMID |