diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-05-12 03:15:45 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-12 03:15:45 +0000 |
commit | 2fa59370f739364f217579e481baab2e70ebb50f (patch) | |
tree | 5e5e875d8807dc94df778455f0a99b8c2a65b079 /ChangeLog.pre-2-0 | |
parent | 62f865ee093b070b72b562fdf13682bcd4fcb360 (diff) | |
download | gtk+-2fa59370f739364f217579e481baab2e70ebb50f.tar.gz |
The commit to the stable branch is on its way...
1998-05-11 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkpreview.c (gtk_preview_realize): Create the window using
GtkPreview's visual and colormap, otherwise things can BadMatch.
* gtk/testgtk.c (create_color_preview):
(create_gray_preview): Removed pushing/popping of visual/colormap
now that GtkPreview does things correctly.
* gtk/gtkcolorsel.c (gtk_color_selection_draw_wheel_frame):
(gtk_color_selection_draw_wheel): Pick the style from the correct
place (the colorsel->wheel_area widget) so that the GCs will match
with where we are going to paint to.
* gtk/testgtk.c (create_color_selection): Removed pushing/popping
of visual/colormap now that GtkColorSelection does things the
right way.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e39d58e369..436a62d977 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,21 @@ +1998-05-11 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtkpreview.c (gtk_preview_realize): Create the window using + GtkPreview's visual and colormap, otherwise things can BadMatch. + + * gtk/testgtk.c (create_color_preview): + (create_gray_preview): Removed pushing/popping of visual/colormap + now that GtkPreview does things correctly. + + * gtk/gtkcolorsel.c (gtk_color_selection_draw_wheel_frame): + (gtk_color_selection_draw_wheel): Pick the style from the correct + place (the colorsel->wheel_area widget) so that the GCs will match + with where we are going to paint to. + + * gtk/testgtk.c (create_color_selection): Removed pushing/popping + of visual/colormap now that GtkColorSelection does things the + right way. + Mon May 11 21:04:51 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkwindow.c (gtk_real_window_move_resize): Use the |