From 28bfe195942912cb81e03dc6d98b778f4df17a50 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 17 Feb 2002 22:03:29 +0000 Subject: Don't set the PC_EXPLICIT flag for unused palette entries, that might have 2002-02-17 Tor Lillqvist * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the PC_EXPLICIT flag for unused palette entries, that might have undesired side effects. Just set them to black. Black is always present in a palette, so having superfluous black entries won't cause any extra allocations from the system palette either when realized. * gdk/win32/gdkevents-win32.c (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the system visual is static color, i.e. the user has told GDK to use just the 16 static colors. In that case no need to redraw anything, as the colors are static and by definition always correctly mapped in the system palette. (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either. --- ChangeLog.pre-2-10 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog.pre-2-10') diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index eed75915c..f49e75175 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +2002-02-17 Tor Lillqvist + + * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the + PC_EXPLICIT flag for unused palette entries, that might have + undesired side effects. Just set them to black. Black is always + present in a palette, so having superfluous black entries won't + cause any extra allocations from the system palette either when + realized. + + * gdk/win32/gdkevents-win32.c + (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the + system visual is static color, i.e. the user has told GDK to use + just the 16 static colors. In that case no need to redraw + anything, as the colors are static and by definition always + correctly mapped in the system palette. + (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either. + + * gtk/gtk.def: Add new gtkfilesel entry points. + 2002-02-17 Matthias Clasen * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, -- cgit v1.2.1