diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-02-03 20:57:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-02-03 20:57:40 +0000 |
commit | 3b0de24a7b2a2786c1c3b8ff3fbda1168e8909df (patch) | |
tree | 8ce17a81bf09eea9e69538eb0544f5f945e45044 /ChangeLog.pre-2-10 | |
parent | 584231106242a6dd92f7744c0d9f5617574078c0 (diff) | |
download | gdk-pixbuf-3b0de24a7b2a2786c1c3b8ff3fbda1168e8909df.tar.gz |
Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't
Tue Feb 3 15:34:27 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkcolor.c (gdk_colormap_get_system): Only query
the colormap for GRAYSCALE and PSEUDOCOLOR visuals,
and don't ask for more than 256 colors in any case.
* gdk/gdkwindow.c (gdk_window_internal_destroy): Remove
the input window information when we destroy the window,
not when we are notified of it.
* gdk/gdkinputcommon.h (gdk_input_device_new): Work around
bug in XFree86 3.3.1's handling of Wacom macro buttons.
by assumming no device will report exactly 25 buttons.
* gdk/gdkinputcommon.h (gdk_input_common_other_event): Fill
in string translation for generated key press events,
do sanity checking on received key codes.
* gdk/gdkcc.c (gdk_color_context_new): Allocate enough
room for a GdkColorContextPrivate, not just for a
GdkColorContext.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 107c23f14..e08398b60 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,25 @@ +Tue Feb 3 15:34:27 1998 Owen Taylor <owt1@cornell.edu> + + * gdk/gdkcolor.c (gdk_colormap_get_system): Only query + the colormap for GRAYSCALE and PSEUDOCOLOR visuals, + and don't ask for more than 256 colors in any case. + + * gdk/gdkwindow.c (gdk_window_internal_destroy): Remove + the input window information when we destroy the window, + not when we are notified of it. + + * gdk/gdkinputcommon.h (gdk_input_device_new): Work around + bug in XFree86 3.3.1's handling of Wacom macro buttons. + by assumming no device will report exactly 25 buttons. + + * gdk/gdkinputcommon.h (gdk_input_common_other_event): Fill + in string translation for generated key press events, + do sanity checking on received key codes. + + * gdk/gdkcc.c (gdk_color_context_new): Allocate enough + room for a GdkColorContextPrivate, not just for a + GdkColorContext. + Tue Feb 3 15:09:55 1998 Tim Janik <timj@gimp.org> * gtk/testgtk.c: don't add the same menu to different menuitems/ |